Add Parameters to a Header in the SIP INVITE
Hi fellows,
I was trying to send more information to my Registrar Applications Servers and one thing that I did was define the options "via-header-transparency" to the
access sip interface and with this I now can see a new Via Header with the info of the Enpoint in my cases the Access IP address information.
Now I was trying to add Information to the User-Agent and I would like to have something like the info that I see in the registration cache (acme_nat=1234567+200.0.0.0@192.168.168.58:5075)
Original User-Agent
User-Agent: Communicator Mobile
Desired User-Agent:
User-Agent: Communicator Mobile; endpoint=192.168.168.58:53990; useradd=200.0.0.0:53990
++++++++++++++++++
This value could be use in a HMR? but how I can define this value? (Sent-by Address: 192.168.168.58) in a Element Rule?