ilio (SER) - Users Mailing List
*Subject:* Re: [SR-Users] Kamailio + Siremis Outbound route
Hello,
if you want to send all calls that arrive to kamailio having the
prefix 01 to freeswitch:
if($rU =~"^01") {
$ru = "sip:" + $rU + "@__FREESWITCHIP__";
rout
Tony
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: 20 May 2013 16:19
To: tony.tur...@nodemax.com; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Kamailio + Siremis Outbound route
Hello,
if you want to send all calls that arrive to kamailio having the pr
, can you give me
some idea of the code ...
Thanks
Tony
From: Daniel-Constantin Mierla [mailto:mico...@gmail.com]
Sent: 20 May 2013 16:19
To: tony.tur...@nodemax.com; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Kamailio + Siremis Outbound route
Hello,
if you want
Hello,
if you want to send all calls that arrive to kamailio having the prefix
01 to freeswitch:
if($rU =~"^01") {
$ru = "sip:" + $rU + "@__FREESWITCHIP__";
route(RELAY);
exit;
}
Be sure calls are authenticated at that point and, if needed, the call
is not actually coming from fr
Hi
Version Kamailio v4.0 + Siremis installed on Debian Wheezy via apt-get
install
I want to use Kamailio as a proxy edge register to our network.
I have installed Kamailio and freeswitch.
I can register on Kamailio but I can't route a call from my sip client from
Kamailio to freeswi