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>.

Now I would like to change the request uri as follows:
INVITE sip:2000@sip.mydomain.com SIP/2.0.
To: "2000"<sip:2000@sip.mydomain.com>.

and will do a lookup location.

Ramu