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

2016-02-15 Thread Daniel-Constantin Mierla
Hello, what is the exact version you are running (kamailio -v)? This issue should handled nicer by the latest branch 4.3. Cheers, Daniel On 16/02/16 02:31, Rene Montilva wrote: > Hi list > > i've got this bug report in kamailio 4.3 at syslog, then it frozen, i > checked my config file looking f

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

2016-02-15 Thread Hosted Services
Hi there, New user to Kamailio here. We currently have it up and running in a virtualized environment with 1 Kamailio sever, 1 Asterisk server and 1 MySQL server. I'm currently writing install scripts to make deploying new nodes/servers easy and to keep settings the same across the board. I've

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

2016-02-15 Thread Rene Montilva
Hi list i've got this bug report in kamailio 4.3 at syslog, then it frozen, i checked my config file looking for htable parameter, and i notice i have htable param without autexpire is this reason why kamailio crash? "/usr/sbin/kamailio[24113]: : [mem/q_malloc.c:453]: qm_free(): BUG: qm_free: f

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

2016-02-15 Thread Derek Bolichowski
Hi there, New user to Kamailio here. We currently have it up and running in a virtualized environment with 1 Kamailio sever, 1 Asterisk server and 1 MySQL server. I'm currently writing install scripts to make deploying new nodes/servers easy and to keep settings the same across the board. I've

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

2016-02-15 Thread Christopher Vella
Hi, I apologise if this is not the correct venue for such a question... I am running kamailio v4.3.4 (x86_64/linux) on debian Jessie, sourced from; deb http://deb.kamailio.org/kamailio jessie main In my routing logic I am handling SUBSCRIBE requests and striping extra Event package parameter

Re: [SR-Users] kamailio 4 with asterisk

2016-02-15 Thread Daniel Tryba
On Mon, Feb 15, 2016 at 05:35:26PM +0100, Sébastien Brice wrote: > this one (written by Daniel) > http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb > > maybe a bit outdated but still consistent ? > > the thing i am really stuck with (and concerning real-time) is that >

[SR-Users] kamailio 4 with asterisk

2016-02-15 Thread Sébastien Brice
this one (written by Daniel) http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb maybe a bit outdated but still consistent ? the thing i am really stuck with (and concerning real-time) is that none of my extensions (from asterisk CLI) are online: ns3325046*CLI> sip sho

Re: [SR-Users] no pkg memory left

2016-02-15 Thread Gholamreza Sabery
I am using Kamailio 4.3.4. On Mon, Feb 15, 2016 at 5:10 PM, ycaner wrote: > Hello; > i think there is a memory leak. could you write kamailio Version. > And can you active memlog and mem_summary. You can find it how can you use > it here http://www.kamailio.org/wiki/cookbooks/4.3.x/core >

Re: [SR-Users] no pkg memory left

2016-02-15 Thread ycaner
Hello; i think there is a memory leak. could you write kamailio Version. And can you active memlog and mem_summary. You can find it how can you use it here http://www.kamailio.org/wiki/cookbooks/4.3.x/core -- View this message in context:

Re: [SR-Users] kamailio 4 with asterisk

2016-02-15 Thread Daniel Tryba
On Mon, Feb 15, 2016 at 12:26:06PM +0100, Sébastien Brice wrote: > Hi Everyone, i like the way this tutorial explain asterisk and kamailio > integration. Which tutorial? > the only thing i missed is asterisk behaviors'r regarding sip registration ? That was a part of a tutorial I once saw. In e

Re: [SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread kssyrr
Thank you Daniel, I'm aware of that, well, almost... I was looking for a way to create a temporary subscriber and thought kamctl ul add would be the solution. How can one create a temporary subscriber, (a temporary user for authentication purposes with username an

[SR-Users] no pkg memory left

2016-02-15 Thread Gholamreza Sabery
Hello. I am seeing the following error repeating again and again in the log file: /sbin/kamailio[14510]: ERROR: registrar [reply.c:199]: build_contact(): no pkg memory left I am using 64MB of SHM memory and 8MB of PKG memory. What is the reason for this error? How to solve it? _

[SR-Users] kamailio 4 with asterisk

2016-02-15 Thread Sébastien Brice
Hi Everyone, i like the way this tutorial explain asterisk and kamailio integration. the only thing i missed is asterisk behaviors'r regarding sip registration ? I tryed to place a call between 102 and 103 extensions and experimenting an issue Asterisk tells me that the subscriber is absent an

Re: [SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread Daniel-Constantin Mierla
Hello, the 'kamctl add ...' adds a subscriber profile (a permanent user for authentication purposes with username and password). The 'kamctl ul ...' is doing user location management, so it adds a contact for a user. The two commands are doing different operations, as they are designed for diffe

[SR-Users] kamctl add VS kamctl ul add with interacted with SIPML

2016-02-15 Thread kssyrr
 Hello, When I load a page with SIPml-api and run some php with 'kamctl add $username' command, the sip user is created by the SIPml-api. (user created permanently inside the DB) When I load the same page with 'kamctl ul add ' command, t

Re: [SR-Users] uac module configuration

2016-02-15 Thread Daniel-Constantin Mierla
Hello, can you set the debug=4 and then also use debugger module with cfg trace enabled (see the readme of the debugger module), then run a test, look at syslog messages to see what happens. Log emssages should be in /var/log/syslog or /var/log/messages. Cheers, Daniel On 12/02/16 10:20, Andrew

Re: [SR-Users] LCR

2016-02-15 Thread Alexey V. Panfilov
15.02.2016 11:11, Juha Heinanen wrote: > Alexey V. Panfilov writes: > >> It's a pity. May I ask (as feature request) to add it to the future >> version of Kam? > > I currently don't need such a feature. It might be possible to > implement it by adding target_id field to struct target and to stru

Re: [SR-Users] LCR

2016-02-15 Thread Juha Heinanen
Alexey V. Panfilov writes: > It's a pity. May I ask (as feature request) to add it to the future > version of Kam? I currently don't need such a feature. It might be possible to implement it by adding target_id field to struct target and to struct matched_gw_info. Then add_gws_into_avps() functi