Re: [SR-Users] Kamailio sending HTTP request to another app

2013-12-09 Thread Victor Torre Antunez
For the record, I used app_python and httplib to get timeout value in milliseconds (http_query modules only supports seconds) and works fine. Thanks to all people ! 2013/11/19 Klaus Darilion klaus.mailingli...@pernau.at On 18.11.2013 15:45, Alex Balashov wrote:

Re: [SR-Users] Billing

2013-12-09 Thread Victor V. Kustov
Hi, Oliver Roth! Other ideas or solutions? try abills whith radius or direct sql updates. it work, but if you choose radius keep mind: radius in abills can't auth user (for register). -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system:

[SR-Users] RES: Kamailio IMS - VM

2013-12-09 Thread Bruno Cruz
Hey guys, Sorry for bothering but can anyone help me out with this problem? Or point me out to a different tutorial, for example? Thanks in advance, Bruno C. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list

Re: [SR-Users] RES: Kamailio IMS - VM

2013-12-09 Thread Carsten Bock
Hi Bruno, i'll try to prepare a VirtualBox-Image later this week. Kind regards, Carsten 2013/12/9 Bruno Cruz bruno.c...@ua.pt: Hey guys, Sorry for bothering but can anyone help me out with this problem? Or point me out to a different tutorial, for example? Thanks in advance, Bruno C.

[SR-Users] RES: RES: Kamailio IMS - VM

2013-12-09 Thread Bruno Cruz
Hi! Thanks so much, I would really appreciate it. Unfortunately, I think my problem is a DNS one, but I can't seem to find where I went wrong. Cheers, Bruno C. De: sr-users-boun...@lists.sip-router.org [sr-users-boun...@lists.sip-router.org] em nome de

Re: [SR-Users] 4.0.4 crash segfault when CANCEL

2013-12-09 Thread Daniel-Constantin Mierla
Hello, can you try latest branch 4.0? There were some fixes for similar case. Soon will be a 4.0.5 release. Cheers, Daniel On 09/12/13 10:35, Kelvin Chua wrote: following is backtrace: #0 qm_detach_free (frag=0x7f91a4656170, qm=optimized out) at mem/q_malloc.c:269 prev =

[SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
So when Im trying to use is_subscriber load_credentials together, It seems I have either hit a bug or just a bad config ( but I dont think its the latter ) My symptom is that only the field on the far right of load_credentials ever returns the correct value, the other fields are always null. My

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread Daniel-Constantin Mierla
What version are you using? Daniel On 09/12/13 12:17, jay binks wrote: So when Im trying to use is_subscriber load_credentials together, It seems I have either hit a bug or just a bad config ( but I dont think its the latter ) My symptom is that only the field on the far right of

[SR-Users] error compiling kamailio 4.1

2013-12-09 Thread Grant Bagdasarian
Hello, I'm getting the following error when compiling kamailio 4.1. CC (gcc) [M gzcompress.so] gzcompress_mod.o gzcompress_mod.c:42:18: fatal error: zlib.h: No such file or directory compilation terminated. make[1]: *** [gzcompress_mod.o] Error 1 make: *** [modules] Error 1 The

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
kamailio -v version: kamailio 4.2.0 im still digging, but my current hunch is that my prior diagnosis may be wrong, and this might be in db_cassandra ... still digging, but I will update the list with my findings if they are of interest. On 9 December 2013 21:26, Daniel-Constantin Mierla

Re: [SR-Users] error compiling kamailio 4.1

2013-12-09 Thread Daniel-Constantin Mierla
Hello, to compile, you have to install the devel package for gzip library. Cheers, Daniel On 09/12/13 12:30, Grant Bagdasarian wrote: Hello, I'm getting the following error when compiling kamailio 4.1. CC (gcc) [M gzcompress.so] gzcompress_mod.o gzcompress_mod.c:42:18: fatal error:

Re: [SR-Users] error compiling kamailio 4.1

2013-12-09 Thread Grant Bagdasarian
Right! Thanks. I've added the gzcompress module to the exclude modules.list. Will keep this for future reference. From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Monday, December 9, 2013 12:43 PM To:

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
Ok my latest makes me think this is an issue in db_cassandra. when I add the following debug line it displays as expected. 496 if(_c) { 497 for(int i=0; i _nc; i++) { 498 sp.column_names.push_back(_c[i]-s); 499 LM_DBG(Query col: %s\n, _c[i]-s); 500

Re: [SR-Users] bug in authdb_mod ??

2013-12-09 Thread jay binks
Ok so... yea I should have waited another 10 min before posting to the list.. I did the patch... it works for me. if someone familiar with db_cassandra can clean this up and commit it, I would be quite grateful. # git diff dbcassa_base.cpp diff --git a/modules/db_cassandra/dbcassa_base.cpp

[SR-Users] Kamailio + mediaproxy-ng for webrtc to sip calls

2013-12-09 Thread Muhammad Shahzad
Hi, According to documentation, using kamailio's rtpproxy-ng module with mediaproxy-ng service, it is possible to make webrtc to sip calls and vice versa, However i am stuck since morning to make JSSIP (in chrome) to phonerlite (in Windows 8) calls. There is not working example or sample code

[SR-Users] Kamailio generating 408 Request Timeout?

2013-12-09 Thread Grant Bagdasarian
Hello, I'm seeing Kamailio generating 408 Request Timeout responses which are sent back to the originator. And it also generates a CANCEL to the terminating party. I assume this is normal behavior. Which timer controls this timeout? Is the 408 generated only when no final reply is received?

[SR-Users] Kamailio 4.1.0 P-Asserted-Identity value

2013-12-09 Thread Flavio Battimo
Hello, i'm encountering a matter while receiving an INVITE from a third-party proxy module to the Kamailio s-cscf module (version: kamailio 4.1.0 (x86_64/linux) 350d2e) Accordling to the RFC3325 section 9.1 The P-Asserted-Identity Header, The P-Asserted-Identity header field is used among

Re: [SR-Users] 4.0.4 crash segfault when CANCEL

2013-12-09 Thread Kelvin Chua
tried latest branch 4.0, also segfault similar backtrace Kelvin Chua On Mon, Dec 9, 2013 at 7:13 PM, Daniel-Constantin Mierla mico...@gmail.comwrote: Hello, can you try latest branch 4.0? There were some fixes for similar case. Soon will be a 4.0.5 release. Cheers, Daniel On

Re: [SR-Users] 4.0.4 crash segfault when CANCEL

2013-12-09 Thread Daniel-Constantin Mierla
Can you compile with MEMDBG=1 in Makefile.defs and try again? Might be a memory overwritten issues somewhere. Look in the syslog for memory related message. Few more details needed ... do you have memjoin global parameter set? Is the situation reproducible, or it happens sporadically?

Re: [SR-Users] Kamailio 4.1.0 P-Asserted-Identity value

2013-12-09 Thread Daniel-Constantin Mierla
Hello, Can you paste here the full header as it is received? It will help to see if something is wrong with it or with the code. Cheers, Daniel On 09/12/13 16:44, Flavio Battimo wrote: Hello, i'm encountering a matter while receiving an INVITE from a third-party proxy module to the

Re: [SR-Users] 4.0.4 crash segfault when CANCEL

2013-12-09 Thread Kelvin Chua
i didn's set any global parameter, just the defaults. yes, i can reproduce it consistently, i just send an INVITE and CANCEL while kamailio is trying the destinations. (serial forks to non-existent IP) after i send the CANCEL, kamailio will crash. below is the MEMDBG=1 syslog: Dec 9 11:12:14

Re: [SR-Users] Kamailio 4.1.0 P-Asserted-Identity value

2013-12-09 Thread Flavio Battimo
Hello, thanks for your help. I attach the whole INVITE message INVITE sip:+393922568...@ims.example.net;user=phone SIP/2.0 Via: SIP/2.0/TCP 10.139.140.249:5260;branch=z9hG4bK+183a8f199afae25013ec3da9c768d7e71+sip+1+a64ef5ee From: Flavio

Re: [SR-Users] 4.0.4 crash segfault when CANCEL

2013-12-09 Thread Daniel-Constantin Mierla
It is a different place now, can you give the bt full output? Cheers, Daniel On 09/12/13 17:18, Kelvin Chua wrote: i didn's set any global parameter, just the defaults. yes, i can reproduce it consistently, i just send an INVITE and CANCEL while kamailio is trying the destinations. (serial

Re: [SR-Users] Kamailio 4.1.0 P-Asserted-Identity value - IMS

2013-12-09 Thread Daniel-Constantin Mierla
Hello, this is only in the IMS modules. They use their own way to get the PAI header. Maybe Jason, Richard or Carsten can take a look at it and switch to using the core PAI parser. To see if the core parser works fine in this case, add something like next line at the beginning of

Re: [SR-Users] Kamailio generating 408 Request Timeout?

2013-12-09 Thread Daniel-Constantin Mierla
Hello, On 09/12/13 14:33, Grant Bagdasarian wrote: Hello, I'm seeing Kamailio generating 408 Request Timeout responses which are sent back to the originator. And it also generates a CANCEL to the terminating party. I assume this is normal behavior. Which timer controls this timeout? Is

[SR-Users] Differnce Bettween F_MALLOC and DSF_MALLOC defines

2013-12-09 Thread Surendra
Hi Daniel-Constantin Mierla, Could you please help me on this.. What is the difference between these two defines F_MALLOC and SF_MALLOC. Currently we are compiling with F_MALLOC option. When we can enable SF_MALLOC define, Will it improve the