[OpenSER-Users] openser as proxy relay
Hi, Could any body give me some idea to what need to be done in openser for relaying all SIP packets to another third party SIP registrar and Gateway. Scenario XYZ SIP Reg------------------openser----------------------UA Thanks in advance
Hi, See the t_relay() function from TM module. Regards, Bogdan Asim Riaz wrote:
Hi,
Could any body give me some idea to what need to be done in openser for relaying all SIP packets to another third party SIP registrar and Gateway.
Scenario
XYZ SIP Reg------------------openser----------------------UA
Thanks in advance
------------------------------------------------------------------------
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Asim, You just need to t_relay() for stateful forwarding or forward() for stateless forwarding, but before you do you need to rewrite the R-URI host or port(optionally). You can use any of these functions according to you requirement and setup rewritehost() / sethost() OR rewritehostport() / sethostport() OR rewriteuri(str) / seturi(str) You can read more about them from http://www.openser.org/dokuwiki/doku.php/core-cookbook:1.2.x Hope this helps. Regards, Danish
Hi,
Could any body give me some idea to what need to be done in openser for relaying all SIP packets to another third party SIP registrar and Gateway.
Scenario
XYZ SIP Reg------------------openser----------------------UA
Thanks in advance
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
participants (3)
-
Asim Riaz -
Bogdan-Andrei Iancu -
danish.samad@vocalseeds.com