Re: [SR-Users] Checking if a reply is part of a forked transaction

2016-08-24 Thread Alex Hermann
On woensdag 24 augustus 2016 20:03:57 CEST Phil Lavin wrote: > We're already doing some logic before forking and we considered tracking > call IDs in a hash table... but your idea sounds interesting (better). I > wonder if we can add a parameter to one of the headers in the request. Will > explore

Re: [SR-Users] Checking if a reply is part of a forked transaction

2016-08-24 Thread Phil Lavin
We're already doing some logic before forking and we considered tracking call IDs in a hash table... but your idea sounds interesting (better). I wonder if we can add a parameter to one of the headers in the request. Will explore this tomorrow. Cheers -Original Message- From: sr-use

Re: [SR-Users] Checking if a reply is part of a forked transaction

2016-08-24 Thread Daniel Tryba
On Wed, Aug 24, 2016 at 03:36:16PM +, Phil Lavin wrote: > We need to check if a 1XX reply is part of an INVITE transaction that > was forked to 2 or more phones. We figure that we can do a location > lookup, based on the to header of the 1XX... but is there a better > way? It looks like can te

[SR-Users] Checking if a reply is part of a forked transaction

2016-08-24 Thread Phil Lavin
We need to check if a 1XX reply is part of an INVITE transaction that was forked to 2 or more phones. We figure that we can do a location lookup, based on the to header of the 1XX... but is there a better way? Phil ___ SIP Express Router (SER) and Kam

Re: [SR-Users] Change debug level without restarting Kamailio

2016-08-24 Thread Daniel Grotti
Hi this shoud work: Fetch the current debug level: # kamctl fifo debug Set level to 2: # kamctl fifo debug 2 Cheers, Daniel n 08/24/2016 04:54 PM, Federico San Martín wrote: Hi guys, sorry for the newbie question, I searched for it and couldn't find any reference, is there a way to chang

[SR-Users] Change debug level without restarting Kamailio

2016-08-24 Thread Federico San Martín
Hi guys, sorry for the newbie question, I searched for it and couldn't find any reference, is there a way to change the debug level of a kamailio server on the fly? If I need to add an additional module it's not a problem. I'm using version 4.4.2 on Debian Jessie. Thanks! Federico ___

[SR-Users] pua_dialoginfo: Tags only in "early" state PUBLISH

2016-08-24 Thread Stefan Kohlhauser
Hello everyone! I've been playing around with the pua_dialoginfo. I noticed that the From- and To-Tags are only included in the PUBLISH's dialog-info of the "early" state. This is also true if include_tags of pua_dialoginfo is explicitly set to '1'. The reason for this behaviour is probably that

[SR-Users] Radius Authentication for kamailio-4.4.2

2016-08-24 Thread Chan Kwang Mien
Hi, I have installed Kamailio-4.4.2 and radiusclient-ng-0.5.6 for Radius Authentication to a Free Radius Server. I have used the steps in http://www.kamailio.org/docs/openser-radius-1.0.x.html to enable Radius Authentication for Kamailio-4.4.2. However, when I restart kamailio and my SIP phone

Re: [SR-Users] Rate limiting

2016-08-24 Thread NITESH BANSAL
What I really want is something similar to the Pike module, which dynamically controls the traffic based on the source address. In my case, instead of the source address, I need to control traffic based on the LOGIN, there is no way to statically configure the LOGIN, I want the module to treat

Re: [SR-Users] Rate limiting

2016-08-24 Thread NITESH BANSAL
Hello, I tried calling the function pl_check , this is how I'm trying to use. $var(check_result) = pl_check("$avp(s:LOGIN)"); This is always returning -2, shouldn't it create a new PIPE next time it receives a message from the same login? I'm using Kamailio 4.1, could that be the difference