[SR-Users] ds_is_from_list and NAPTR / SRV

2017-01-18 Thread Björn Bylander
.8 (installed from the Debian binary package) on Debian Wheezy. Shouldn’t ds_is_from_list be able to resolve the NAPTR and SRV records? Can I change anything to be able to use ds_is_from_list with the specified domain? Thanks, Björn Bylander ___ SIP E

[SR-Users] Errors when parsing Diversion header with multiple comma-separated diversions

2016-10-28 Thread Björn Bylander
pvar Oct 28 08:00:39 kam1 /usr/sbin/kamailio[14935]: ERROR: [lvalue.c:405]: lval_assign(): assignment failed at pos: (562,21-562,35) The code on line 562 is “$avp(div_user) = $(di{uri.user});”. Can this be handled in any way by Kamailio without changing the parse

[SR-Users] assign_hf_value, hf_value_exists and exclude_hf_value broken in 4.3.2?

2015-09-15 Thread Björn Bylander
ll-center+xml"); Commenting them out makes Kamailio start without complaining. Btw, "kamailio -c" thinks the configuration file is fine. So, is our use of assign_hf_value, hf_value_exists and exclude_hf_value incorrect (looking at the textopsx documentation I can't see how) o

Re: [SR-Users] Get information in 'Reason' header field

2014-02-10 Thread Björn Bylander
Hello, The following works for me with a header like 'Reason: Q.850;cause=16;text="NORMAL_CLEARING".' in the 'RELAY' route when the method is 'BYE': $(hdr(Reason){param.value,cause}); Cheers, Björn Bylander On 07/02/14 15:09, Tuan Viet Nguyen wrote: H