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
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
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
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);
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
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