How to modify From: <tel:+1234> to From: <sip:+1234@ip_addr.com;user=phone>
Dear All,
I would like configure such modification modification:
INVITE sip:+12345@test.net;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.2.3.4:5060;branch=z9hG4bKcknan61050fb3rq5l790.1
To: <tel:+12345>
From: <tel:+555555>;tag=SDohdj001-4c93e73c-0017-0a7c-0000-0000
Call-ID: SDohdj001-77f3babf45ce73e6e5ddf0d8c0a8af1e-v300g00030
CSeq: 1 INVITE
Max-Forwards: 68
Contact: <sip:+555555.iIiIiI.500af28d.@10.2.3.4:5060;transport=udp>
and after manipulation:
INVITE sip:+12345@test.net;user=phone SIP/2.0
Via: SIP/2.0/UDP 10.2.3.4:5060;branch=z9hG4bKcknan61050fb3rq5l790.1
To: <tel:+12345>
From: <sip:+555555@@10.2.3.4;user=phone>;tag=SDohdj001-4c93e73c-0017-0a7c-0000-0000