Hi All,
I have situation where I need to change the request uri with To header
value.
Scenario:
OpenServ will receive INVITE as follows
INVITE sip:2000@open-ser-ip SIP/2.0.
To: "2000"<sip:2000@sip.mydomain.com
<sip%3A2000(a)sip.mydomain.com>>m>>.
Now I would like to change the request uri as follows:
INVITE sip:2000@sip.mydomain.com <sip%3A2000(a)sip.mydomain.com> SIP/2.0.
To: "2000"<sip:2000@sip.mydomain.com
<sip%3A2000(a)sip.mydomain.com>>m>>.
and will do a lookup location.
Ramu