Re: [SR-Users] Call routing

2013-05-08 Thread Daniel-Constantin Mierla
Hello, On 5/1/13 5:08 PM, m...@brightvoip.co.uk wrote: Hi all, Posted a similar query a few weeks ago, without much interest - any advice appreciated. I have two sites and will send calls between them. I have Kamailio at each site which will route the calls out/in. There are multiple distinct

[SR-Users] Call routing

2013-05-01 Thread mark
Hi all, Posted a similar query a few weeks ago, without much interest - any advice appreciated. I have two sites and will send calls between them. I have Kamailio at each site which will route the calls out/in. There are multiple distinct network routes between the sites, accessible via diff

[SR-Users] Call Routing Not working

2010-12-30 Thread Tim King
Below is my current code and my calls are just getting 100 trying -- your call is important to us even between to locally registered extension. Any guidance as to how to simplify troubleshooting this routing? ### Routing Logic # Main SIP request routing logic # - processing of any

Re: [SR-Users] call routing using kamailio 3.0.2

2010-06-01 Thread Meftah Tayeb
thank you Le 31/05/2010 10:34, Klaus Darilion a écrit : Am 31.05.2010 13:57, schrieb Meftah Tayeb: > hello, > how do i route calls from local registered users to a pstn gateway? 1. analyze the RURI to find out if the called user is a phone number, e.g.: if ($rU ~= "\+1[1-9]*") { route(11);

Re: [SR-Users] call routing using kamailio 3.0.2

2010-05-31 Thread Klaus Darilion
Am 31.05.2010 13:57, schrieb Meftah Tayeb: > hello, > how do i route calls from local registered users to a pstn gateway? 1. analyze the RURI to find out if the called user is a phone number, e.g.: if ($rU ~= "\+1[1-9]*") { route(11); # PSTN } else { route(12); # local user } exit; 2. route

[SR-Users] call routing using kamailio 3.0.2

2010-05-30 Thread Meftah Tayeb
hello, how do i route calls from local registered users to a pstn gateway? thank you ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users