Re: [SR-Users] Handling of messages with manipulated Event header.

2016-02-16 Thread Vasiliy Ganchev
Hi Christopher! try this function before search_event: http://www.kamailio.org/docs/modules/4.3.x/modules/textopsx.html#textopsx.f.msg_apply_changes It should help BR -- View this message in context:

[SR-Users] Remove_hf_is not working

2016-02-16 Thread aman jeff
Hi , I am working kamailio 4.4.0 ,i want to remove my Contact header completely.So I used remove_hf..but its now working ..Let me know the solution Am very thankful to you Regards Jefff ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] Unable to use json module

2016-02-16 Thread ycaner
Hello; my kamailio is kamailio 4.4.0-pre0 (x86_64/linux) on Centos 6.6 and json module is installed that useful. Could you reinstall json and jansson libs again. json-c.x86_64 0.11-12.el6 @base json-c-devel.x86_640.11-12.el6

Re: [SR-Users] Kamailio IMS deployment

2016-02-16 Thread Kranti Kumar
Hi Franz, Could you please share the SIP generator . Thank you so much in advance. Regards, -kranti On Mon, Feb 15, 2016 at 12:40 PM, wrote: > Hi Franz, > > Thanks a lot for your support. > > Traces decoded with diameter and could able to see the messages

[SR-Users] Installatioin issues

2016-02-16 Thread Ed Todd
I am installing KAMAILIO under DEBIAN. I have got it to work fine (TLS) until I upgraded my Comcast to business service to get static IP’s. Now it no longer works. I am using the Cisco DPC3941 modem/router and am tring to connect an IPhone on WIFI to the PC SIP server on the LAN. Here are the

Re: [SR-Users] db_cluster.so module and kamctlrc DBHOST= field

2016-02-16 Thread SamyGo
Hi, I don't think that the cluster module is recognized outside the kamailio.cfg - In order to get your two Databases to work with DBHOST string is maybe get a MySQL proxy used between the kamctl and the two Databases. The MySQL proxy would decide if the first DB is down hence connect to

Re: [SR-Users] [TOPOH] Contact header for 302 Moved Temporarily

2016-02-16 Thread Igor Olhovskiy
Yep, got same problem. Not sure it’s a bug, but seems to be topoh module is really lack some configuration. 2016-02-12 21:13 GMT+02:00 SamyGo : > Hi All, > I've recently stumbled upon this little hitch while using kamailio with > topoh module that the Contact header do not

Re: [SR-Users] Database Insert

2016-02-16 Thread Daniel W. Graham
Ok, just making sure I was on the same page :) Thanks for the link to the article, looks like a good read! Much appreciated, -dan -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: Tuesday, February 16, 2016 4:31 PM To:

Re: [SR-Users] Database Insert

2016-02-16 Thread Alex Balashov
On 02/16/2016 04:27 PM, Daniel W. Graham wrote: Well I assume either way would work, is there that big of performance hit by using sql_query? That depends on how long the INSERT statement takes to return. :-) In principle, it shouldn't be a big deal. sql_query_async() is just a wrapper

Re: [SR-Users] Database Insert

2016-02-16 Thread Daniel W. Graham
Well I assume either way would work, is there that big of performance hit by using sql_query? Thanks for the info on the asyncronous route. -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: Tuesday, February 16, 2016 4:06

Re: [SR-Users] Database Insert

2016-02-16 Thread Alex Balashov
On 02/16/2016 11:34 AM, Daniel W. Graham wrote: Is there a good way to perform database insert using version 4.0? You mean to do so asynchronously? Or just insert? If the latter, sql_query(). :-) If the former, try: loadmodule "rtimer" loadmodule "mqueue" modparam("rtimer", "timer",

Re: [SR-Users] siptrace module plain sip mode

2016-02-16 Thread Christopher Vella
Hi, > My test kamailio (sip capture node with sipcapture module) doesn’t receive the > duplicated SIP messages. This works for me with the below settings (version: kamailio 4.3.4 (x86_64/linux)) loadmodule "siptrace.so" modparam("siptrace", "trace_on", 1) modparam("siptrace",

[SR-Users] Database Insert

2016-02-16 Thread Daniel W. Graham
I see there is a new SQLops function sql_query_async that has been added in 4.2 (I believe?). Is there a good way to perform database insert using version 4.0? Using mysql Thanks! -dan ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

[SR-Users] Upgrade 4.0 to 4.3

2016-02-16 Thread Daniel W. Graham
I'm looking to upgrade a system from 4.0 to 4.3 I see the various upgrade docs https://www.kamailio.org/wiki/install/upgrade/4.0.x-to-4.1.0 https://www.kamailio.org/wiki/install/upgrade/4.1.x-to-4.2.0 https://www.kamailio.org/wiki/install/upgrade/4.2.x-to-4.3.0 If the updates are completed as

[SR-Users] Fwd: Registration Failure - IMS

2016-02-16 Thread Cristina Caridi
Hello, do you have any suggestion on this? Thank You, Cristina -- Forwarded message -- From: Cristina Caridi Date: 2016-02-05 9:26 GMT+01:00 Subject: Re: [SR-Users] Registration Failure - IMS To: Jason Penton Cc:

Re: [SR-Users] BUG: qm_free: freeing already freed pointer

2016-02-16 Thread Rene Montilva
Yes, i'll do it thanks Daniel, for you support On Tue, Feb 16, 2016 at 11:12 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > can you upgrade to latest version in branch 4.3? Or at least the release > of 4.4. > > Cheers, > Daniel > > > On 16/02/16 14:30, Rene Montilva

Re: [SR-Users] BUG: qm_free: freeing already freed pointer

2016-02-16 Thread Daniel-Constantin Mierla
Hello, can you upgrade to latest version in branch 4.3? Or at least the release of 4.4. Cheers, Daniel On 16/02/16 14:30, Rene Montilva wrote: > Hi Daniel > > it is: > > version: kamailio 4.3.3 (x86_64/linux) > flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, > USE_RAW_SOCKS,

Re: [SR-Users] BUG: qm_free: freeing already freed pointer

2016-02-16 Thread Rene Montilva
Hi Daniel it is: version: kamailio 4.3.3 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR,

Re: [SR-Users] Need to validate a IP address with subnet mask

2016-02-16 Thread Sunil More
Thank you for the additional info. Saw the other keywords on the documentation. is_in_subnet() worked well for my requirement. Thank you Again. Thanking You, Sunil More Ph : 9503338275 On Wed, Feb 10, 2016 at 3:56 PM, Daniel-Constantin Mierla wrote: > Nice, but useful

[SR-Users] siptrace module plain sip mode

2016-02-16 Thread Grant Bagdasarian
Hello, The documentation of the siptrace module specifies duplication of sip messages to a capture server using the HEP protocol or plain SIP mode. Which params to I need to set (and with which values) in the siptrace and sipcapture to enable plain SIP mode? I tried several configurations but

[SR-Users] kamailio in a multi-site configuration

2016-02-16 Thread Sébastien Brice
Hi everyone i am installing Kamailio to scale asterisk on a remote hosted server in a way to manage calls dialogs in a real-time fashion. (and to manage many customers) Several users (maybe 80) are working at the head-office and i want them register their hardphone on the remote Kamailio

[SR-Users] Unable to use json module

2016-02-16 Thread Sunil More
Hello All, I am getting the below error , when ever i try to use json.so module for kamailio. I have compiled and installed with json.so however this error occurs. 0(20153) ERROR: [sr_module.c:576]: load_module(): could not open module : /usr/local/kamailio//lib64/kamailio/modules/json.so:

Re: [SR-Users] Textops and Multipart Body - adding ISUP

2016-02-16 Thread Sergey Basov
Hi All. Sorry for delay with reply. But I make workaround by replacing \x00 in my string with values \x01. In this case ISUP body was successfully added. I make some modifications into sipt module to replace this values with 00 under called number modifications using function