Re: [SR-Users] force_send_socket - multiple times per dialog, subsequent times fail

2010-06-30 Thread Iñaki Baz Castillo
2010/6/30 Ernest Mavrel ernest.mav...@novatel.si How can I move force_send_socket() call into branch_route? Use t_on_branch(N) before t_relay(); so after that each branch would run into branch_route[N] in which you should invoke force_send_socket(). -- Iñaki Baz Castillo i...@aliax.net

[SR-Users] [nathelper] clarification about rtpproxy_retr parameter

2010-06-30 Thread Iñaki Baz Castillo
Hi, according to the doc: 1.5.9. rtpproxy_retr (integer) How many times nathelper should retry to send and receive after timeout was generated. Default value is “5”. So imagine this configuration: modparam(nathelper, rtpproxy_tout, 2) modparam(nathelper,

Re: [SR-Users] force_send_socket - multiple times per dialog, subsequent times fail

2010-06-30 Thread Geoffrey Mina
## ## # Failure route 'pstn-failover' failure_route[1] { xlog(L_INFO, Failure route for PSTN entered - M=$rm RURI=$ru F=$fu T=$tu IP=$si ID=$ci\n);

[SR-Users] error loading perl module

2010-06-30 Thread Nicolas Rüger
Hello, I try to use the PERL module in kamailio v3 for some research due to my thesis. I'm using debian lenny, kamailio_3.0.0 and perl_5.10.0. 1.) The Problem Starting Kamailio via ./kamctl start drops the general error JUST when I try to load the PERL module: ERROR: PID file

Re: [SR-Users] error loading perl module

2010-06-30 Thread Daniel-Constantin Mierla
Hello, On 6/30/10 9:24 PM, Nicolas Rüger wrote: Hello, I try to use the PERL module in kamailio v3 for some research due to my thesis. I'm using debian lenny, kamailio_3.0.0 and perl_5.10.0. 1.) The Problem Starting Kamailio via ./kamctl start drops the general error JUST when I try to

[SR-Users] permissions module address_reload not working

2010-06-30 Thread JR Richardson
Hi All, I'm running kamailio 3.0.2. # - permissions params - modparam(permissions, db_url, mysql://openserro:opense...@localhost/openser) #modparam(permissions, db_mode, 1) snip in route block: if (!allow_source_address_group()) { sl_send_reply(403, Forbidden);

Re: [SR-Users] Missing ACK

2010-06-30 Thread Ole Kaas
Den 30/06/2010 kl. 01.23 skrev Iñaki Baz Castillo: 2010/6/29 Ole Kaas o...@tet.dk: Hi Klaus, I've mailed pcap dump to you directly for further inspection. Hi, it's much better if you capture a trace with ngrep -Wbyline -t -q port 5060 and paste it in a new mail by replacing your public

Re: [SR-Users] permissions module address_reload not working

2010-06-30 Thread Daniel-Constantin Mierla
Hello, On 6/30/10 10:17 PM, JR Richardson wrote: Hi All, I'm running kamailio 3.0.2. hmm, checking the logs I see changes done lately that introduced some bugs: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=commitdiff;h=b0091da84ee5bbbc18cb799eefc497be707ab0f9 I could spot

Re: [SR-Users] permissions module address_reload not working

2010-06-30 Thread JR Richardson
On Wed, Jun 30, 2010 at 4:51 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, On 6/30/10 10:17 PM, JR Richardson wrote: Hi All, I'm running kamailio 3.0.2. hmm, checking the logs I see changes done lately that introduced some bugs:

Re: [SR-Users] using avpops for querying an external db on kamailio 3.0.2

2010-06-30 Thread yaron nahcum
Hi Daniel, I looked at the module and it seems more suitable for my needs. I have two questions regarding this module: 1. It says that it is possible to use psuedo variables in the query. How is it done? I would like to make a query of the from username. 2. If I query the whole column how can I