Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-09 Thread Uri Shacked
I used the Xlog and made sure the line is executed. i saw it in the trace as well On Fri, Dec 9, 2011 at 9:26 AM, Daniel-Constantin Mierla wrote: > Hello, > > > On 12/7/11 3:02 PM, Uri Shacked wrote: > > hi, > > i use "ds_select_domain()" to route a call. > if the destination reply with an

Re: [SR-Users] set host as inactive and probing in dispatcher

2011-12-09 Thread Asgaroth
Hi On 07/12/2011 14:02, Uri Shacked wrote: > modparam("dispatcher", "ds_probing_mode", 1) Have you tried with ds_probing_mode = 2? >From my understanding, when the probing mode is set to 2, only gateways that are in "IP" state/mode will be tested. ___

Re: [SR-Users] TLS<-->UDP not working with record_route_preset

2011-12-09 Thread Andrew Pogrebennyk
Gnani, since version 3.2.0 kamailio accepts several arguments to record_route_preset() function: http://www.kamailio.org/docs/modules/3.2.x/modules_k/rr.html#id2542169 In 3.1.0 you can call insert_hf directly, but IMO it's worth upgrading. Andrew On 12/08/2011 08:50 PM, Gnaneshwar Gatla wrote: > H

[SR-Users] Download Kamailio Debian package problem.

2011-12-09 Thread Gary Chen
I am trying to download GPG key as following and got connection timeout: wget http://deb.kamailio.org/kamailiodebkey.gpg It seems that the server is down. Where else can I download this same Debian package? Gary ___ SIP Express Router (SER) an

Re: [SR-Users] Download Kamailio Debian package problem.

2011-12-09 Thread Henning Westerholt
On Friday 09 December 2011, Gary Chen wrote: > I am trying to download GPG key as following and got connection timeout: > wget http://deb.kamailio.org/kamailiodebkey.gpg > > It seems that the server is down. > > Where else can I download this same Debian package? Hi Gary, i just tried, for the

[SR-Users] 503 on DB Error

2011-12-09 Thread Spencer Thomason
Hello all, Is it possible to configure Kamailio to reply to a request with a 503 if it cannot connect to a necessary database for the operation? I.e. Kamailio cannot connect to the database, when a REGISTER comes in and userloc can't find the credentials (due to DB failure), respond with a 503.

[SR-Users] Music on hold with freeswitch as SBC

2011-12-09 Thread Gautam Batra
Hello, I have a kamailio sip proxy server with freeswitch acting as SBC. I want to redirect the call to freeswitch when hold is pressed so that i can play music on hold. I tried this by using rewritehostport in case of a re-invite, but the call drops in that case. Could someone please help me with

Re: [SR-Users] Running Kamailio as non-root user

2011-12-09 Thread Nathaniel L Keeling
Should I have compiled and installed under the non-root id or will I be ok by just issuing the command as you mention? Thanks Nathaniel L Keeling On 12/9/2011 12:54 AM, Daniel-Constantin Mierla wrote: Hello, On 12/9/11 2:45 AM, Nathaniel L Keeling wrote: I have just installed Kamailio 3.2 on

Re: [SR-Users] Running Kamailio as non-root user

2011-12-09 Thread Ovidiu Sas
Just issue the command providing the user and group. This is not different then any other service/process that you start from init.d. Regards, Ovidiu Sas On Fri, Dec 9, 2011 at 4:15 PM, Nathaniel L Keeling wrote: > Should I have compiled and installed under the non-root id or will I be ok > by j