Re: [SR-Users] implemented specifiers not processed

2013-11-10 Thread Daniel-Constantin Mierla
Hello, you are using the (old) SER-style specfiers. There are two options: - replace % with %, load pv and xlog modules, replace selects @name with $sel(name), avps with $avp(name) - use xprint module and replace xlog() with appropriate new function name Cheers, Daniel On 11/10/13 1:01 PM, Ol

Re: [SR-Users] Function to test DB connection in the cfg file?

2013-11-10 Thread Daniel-Constantin Mierla
Hello, On 11/10/13 9:33 PM, Allen Zhang wrote: Hi all, This is a re-post. My email didn't seem to get on the list last time. It got and was replied as well, see the archive: - http://lists.sip-router.org/pipermail/sr-users/2013-November/date.html Cheers, Daniel Is there a function I can u

[SR-Users] Function to test DB connection in the cfg file?

2013-11-10 Thread Juha Heinanen
Allen Zhang writes: > Is there a function I can use to test database connection from the > routing script in the cfg file? try sql_query(). -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.o

[SR-Users] kamailio 4.0.4 Record-Route reply setting

2013-11-10 Thread kamailio
Kamailio SIP server replies with a route to 192.168.1.173:5061 in the INVITE causing callee to drop call. Both caller and callee are always connecting from WAN. rtpproxy is configured with listen=192.168.1.173 and advertise=WANIP.  How can

[SR-Users] Function to test DB connection in the cfg file?

2013-11-10 Thread Allen Zhang
Hi all, This is a re-post. My email didn't seem to get on the list last time. Is there a function I can use to test database connection from the routing script in the cfg file? My dispatcher uses OPTIONS probing. When the destination receives the OPTIONS request, I'd like to detect the health s

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-11-10 Thread Julia
Hello, We successful upgraded Kamailio from 3.3 to 4.0.4 and get the problem with BYE dialog timeout as was in 3.0.1 Daniel committed a set of patches, that solved the problem (please, see below in previous mails). But these patches are not a part of 4.0.4, why? 4e4b1339bfd3a832f5feeb

Re: [SR-Users] WG: Carrierroute module

2013-11-10 Thread dotnetdub
http://sip-router.1086192.n5.nabble.com/Error-loading-carrierroute-in-Kamailio-4-0-x-td122311.html On 10 November 2013 10:46, Oliver Roth wrote: > Nobody an idea how to fix this? > > > > > > > > Hi > > > > I get the following error when trying to load the carrierroute module > > > > load_module()

[SR-Users] implemented specifiers not processed

2013-11-10 Thread Oliver Roth
Hi all Having some problems with the following part of the script in a timer: We have some kamailios running doing more or less the same job - they are used by a loadbalancer kamailio. Actually I wanted to check the ip or systemname of the current system do perform some actions depending on the

Re: [SR-Users] Wrong "To" header in CANCEL, when "To" has been rewritten by uac_replace_to() in branch route

2013-11-10 Thread Julia
O.K We will soon upgrade to 4.0.4 Thank you. Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Thursday, November 07, 2013 9:32 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] Wrong "To" header in CANCEL, when "To" has been rew

[SR-Users] Modify/Edit INVITE message.

2013-11-10 Thread Aziz
Hello. I have a question about Kamailio configuration. Can I edit or modify the INVITE message content? For example, remove "To" or "Via" fields in the INVITE content. If yes, how can I do? Thanks. ___ SIP Express Router (SER) and Kamailio (OpenS