geethanjali.csg@wipro.com wrote:
Can some one tell me if its possible to rewrite the To uri in ser.
Not really.
I am forwarding the request from SER to openSBC which is expecting the same Request URI and To URI fields. So the SBC is looping back the call to SER.
Can some give me some pointers to solve this issue.
You could
a) configure your SBC not to do this (because R-URI and the URI in the To header will hardly ever be the same), or
b) use a so-called B2BUA between both of your entities to correct this. SBCs usually act as B2BUAs ;-)
HTH, Olaf