Re: [SR-Users] Proxy setup in a non-recursive mode

2011-06-29 Thread Klaus Darilion
sers-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Klaus Darilion Sent: Tuesday, June 28, 2011 8:46 AM To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] Proxy setup in a non-recursive mode Being the &

Re: [SR-Users] Proxy setup in a non-recursive mode

2011-06-29 Thread Abdul Hakeem
Of Klaus Darilion Sent: Tuesday, June 28, 2011 8:46 AM To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subject: Re: [SR-Users] Proxy setup in a non-recursive mode Being the "R-Proxy" is quite easy with Kamailio. # lookup route and set new RUR

Re: [SR-Users] Proxy setup in a non-recursive mode

2011-06-28 Thread Klaus Darilion
Being the "R-Proxy" is quite easy with Kamailio. # lookup route and set new RURI ... prefix("23430"); # add any custom headers to response append_to_reply(.); # send 302 (new RURI will automatically added as Contact header) sl_send_reply("302","Moved"); exit; Of course Kamailio has no inf

[SR-Users] Proxy setup in a non-recursive mode

2011-06-27 Thread Abdul Hakeem
Hello, Could anyone help with suggestions on how to setup a Proxy ( R-Proxy) that only does a route lookup and pass the parameter back to origination Proxy/Gateway A to forward the call based on the new parameter. On receipt of an invite from GW/Proxy A, R- Proxy will do a route lookup for th