Re: [SR-Users] SIP and conntrackd experience?

2015-10-01 Thread Daniel Tryba
On Thursday 01 October 2015 07:35:06 Grant Bagdasarian wrote: > How do big carriers handle these kinds of scenarios where a sudden outage in > a key component would cause calls to be dropped? Is this the achilles heel > of voice? Is there special kind of software or hardware (or both) for >

Re: [SR-Users] SIP and conntrackd experience?

2015-10-01 Thread Grant Bagdasarian
Alright, I understand. Thanks for explaining. How do big carriers handle these kinds of scenarios where a sudden outage in a key component would cause calls to be dropped? Is this the achilles heel of voice? Is there special kind of software or hardware (or both) for handling these kinds of

Re: [SR-Users] blf problem

2015-10-01 Thread Daniel-Constantin Mierla
Hello, On 30/09/15 09:37, huseyin kalyoncu wrote: > Hello Daniel > > Thank you for your response. Kamailio from 4.3.2 source tarball > I got the core file now. After running backtrace i realized that the > problem might be related to our custom module we are developing. > Here is the backtrace: >

Re: [SR-Users] blf problem

2015-10-01 Thread huseyin kalyoncu
Hello Daniel, I have an update for the errors with duplicate key messages. 5678*0012 calls 5678*0002 and 5678*0007 is the subscriber for both. When the call starts i see this: kamailio=# select username, etag from presentity; username | etag ---+

Re: [SR-Users] Inconsistent string interpolation

2015-10-01 Thread Sven Neuhaus
Am 01.10.2015 um 12:53 schrieb Daniel-Constantin Mierla: > there are different actions, one is assignment of an expression and the > other is a function call. Functions can evaluate they parameters as they > need/want by having the appropriate C code inside. After I noticed the problem and tried

Re: [SR-Users] Inconsistent string interpolation

2015-10-01 Thread Daniel-Constantin Mierla
Hello, there are different actions, one is assignment of an expression and the other is a function call. Functions can evaluate they parameters as they need/want by having the appropriate C code inside. For assignments, that is the general interpreter which considers strings as being the tokens

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-01 Thread Jijo
Why the backtrace doesn't show the timer function pointer? Am i missing something? Im building the mongo-c-driver as below get the tar file from https://github.com/mongodb/mongo-c-driver/releases/download/1.1.11/mongo-c-driver-1.1.11.tar.gz run the rpm build using the spec file attached. To

[SR-Users] how to use data received from diameter answer(CCA) in kamailio config script

2015-10-01 Thread SureshTummala
Hi, I want retrieve the data present in the Credit-Control-Answer response from diameter in kamailio configuration script. Is there any provision in kamailio 4.1.x (or) later? Any suggestions are appreciated.  Regards,Suresh Tummala___ SIP Express

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-01 Thread Daniel-Constantin Mierla
Hello, the bracktrace is not useful. How did you compile the mongo-c library before and were there any special parameters you set to the modules in kamailio config? Are you using db_mongodb or ndb_mongodb? Cheers, Daniel On 01/10/15 16:25, Jijo wrote: > Hi Daniel, > > Thanks.. As a sidenote,

Re: [SR-Users] modifying $fu / $fU (R-URI From)

2015-10-01 Thread Daniel-Constantin Mierla
On 30/09/15 16:31, Sven Neuhaus wrote: > Hi Carsten, > > Am 30.09.2015 um 16:26 schrieb Carsten Bock: >> $fU is read-only. You will have to use >> uac_replace_from("$(fU{s.substr,2,0})", ""); > the documentation is wrong then, it states that both $fu and $fU > are R/W. > Will adding the uac

[SR-Users] FW: Your iptel.org Registration

2015-10-01 Thread Bijal Desai
When I call on sip:bijalde...@iptel.org, it is not working. Can you please guide me -Original Message- From: regist...@iptel.org [mailto:regist...@iptel.org] Sent: Tuesday, September 29, 2015 10:00 PM To: Bijal Desai Subject: Your iptel.org Registration Thank

Re: [SR-Users] Familiar topic about Kamailio with Asterisk behind NAT

2015-10-01 Thread Bruno Salzano
Dirk, in case of a change, i would suggest to evaluate the use of rtpengine ( https://github.com/sipwise/rtpengine) Regards, Bruno 2015-09-30 13:15 GMT+02:00 Dirk Teurlings - SIGNET B.V. < dteurli...@signet.nl>: > On 30-09-15 12:23, Fred Posner wrote: > >> >> Are you using -A flag in rttproxy?

Re: [SR-Users] Familiar topic about Kamailio with Asterisk behind NAT

2015-10-01 Thread Bruno Salzano
Dirk, have you tried to grab some trace with with sngrep? Maybe you'll be able to figure out what's happening. Regards, Bruno 2015-09-30 11:30 GMT+02:00 Dirk Teurlings - SIGNET B.V. < dteurli...@signet.nl>: > On 30-09-15 11:28, Daniel Tryba wrote: > >> A quick and dirty workaround might be the

Re: [SR-Users] out of memory Error

2015-10-01 Thread Daniel-Constantin Mierla
Hello, ok, so the issue was in acc_radius module. Can you make a pull request with this patch via github project: - https://github.com/kamailio/kamailio/pulls Cheers, Daniel On 30/09/15 15:59, ycaner wrote: > Hello Daniel ; > > After changes some codes , it is solved. Here is diff for

Re: [SR-Users] segmentation fault when mongodb & tls enabled. ( kamailio 4.3.2)

2015-10-01 Thread Daniel-Constantin Mierla
The first backtrace is related to pike. Can you get from gdb of fisrt trace: frame 2 p root->entries[b] Cheers, Daniel On 30/09/15 16:19, Jijo wrote: > I'm observing a segmentation fault when mongodb & tls enabled. It > doesn't happen when one of the module is disabled. > OS: centos 6.7

[SR-Users] Inconsistent string interpolation

2015-10-01 Thread Sven Neuhaus
Hello, I'm occasionally running into issues with inconsistent string interpolation in the kamailio.cfg. Here's the latest example. Take this line: $var(x) = "sip:+$var(abc)-$var(def)-$si@$Ri:$Rp"; Here, the values of the variables will NOT be interpolated into the string. Instead, I have to