Re: [SR-Users] Kamailio + Siremis Outbound route ---- Re Sent Due to bad English

2013-05-28 Thread Daniel-Constantin Mierla
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

Re: [SR-Users] Kamailio + Siremis Outbound route ---- Re Sent Due to bad English

2013-05-26 Thread Tony Turner
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

Re: [SR-Users] Kamailio + Siremis Outbound route

2013-05-26 Thread Tony Turner
, 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

Re: [SR-Users] Kamailio + Siremis Outbound route

2013-05-20 Thread Daniel-Constantin Mierla
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

[SR-Users] Kamailio + Siremis Outbound route

2013-05-20 Thread Tony Turner
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