, 2013 12:08 PM
To: sr-users@lists.sip-router.org
Subject: Re: [SR-Users] dispatcher, get attrs on incoming request from nodes
Hi,
On 08/27/2013 04:02 AM, I.Pavlov wrote:
> Thanks for answer. Could you explain how to backport the patch to my
> local copy? I want to try.
That depends on h
copy or find another
solution (e.g., store ip/port/attrs in address table and use permissions)
until the next major release.
Cheers,
Daniel
On 8/27/13 9:23 AM, I.Pavlov wrote:
Hi all. We use kamailio v.3.3.3 with dispatcher and some nodes:
#pstn gw group
1 sip:10.189.19.1:5060 0 2 weight=80
Hi all. We use kamailio v.3.3.3 with dispatcher and some nodes:
#pstn gw group
1 sip:10.189.19.1:5060 0 2 weight=80;limit=120,node=sv6 # SV6
1 sip:10.189.19.29:5060 0 1 weight=20;limit=120;node=mr64 # MR64
I use ds_is_from_list:
if (ds_is_from_list("1")) {
route(F
Hi, Gary. I had same problem. Try to use "db_mode" parameter of dialog
module with 1 value.
1 - REALTIME - any dialog information changes will be reflected into the
database immediatly.
Then you can kill the dead dialogs through database.
From: sr-users-boun...@lists.sip-router.org
[mai
r 1.5?
On Fri, Jun 28, 2013 at 12:46 AM, I.Pavlov wrote:
Hi Geoff, to grab "rate"-attribute try to use
"$sel(contact.params["rate"]);"-expression. For example, in my test with
sipp, I used Contact: sip:sipp@[local_ip]:[local_port];q=0.1;rate=0.002 and
$var(rate)=
Hi Geoff, to grab "rate"-attribute try to use
"$sel(contact.params["rate"]);"-expression. For example, in my test with
sipp, I used Contact: sip:sipp@[local_ip]:[local_port];q=0.1;rate=0.002 and
$var(rate)=$sel(contact.params["rate"]);
xlog("CONTACT URI PARAMS: $var(rate)");
/usr/sbin/kam