[SR-Users] need help regarding with kamailio3.3

2013-11-19 Thread Manav Kumar
Hi , I need some help regarding kamailio 3.3 presence issue. Below I mentioned the scenario which I'm doing with kamailio3.3. I simply install kamailio3.3 with configuration file(as per http://kb.asipto.com/kamailio:presence:k31-made-simple site) which I have attached with this mail. I have

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread Victor Seva
2013/11/20 jay binks : > I GOT IT !!! > > thanks to > http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for > > > I edited the script /usr/bin/dpkg-shlibdeps, changing this : > > my $ignore_missing_info = 0; > > to > > my $ignore_missing_info = 1;

[SR-Users] record_route_preset() Question

2013-11-19 Thread kamailio
Why did 'transport=tls' 'r2=on' 'lr=on' and 'nat=yes' all disappear after just adding 'record_route_preset("myurl.com");' (I had to edit my routing logic to fix a problem with kamailio sending record-route to WAN clients telling them to respond on my private NAT IP address) # I'm concerned my edi

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
I GOT IT !!! thanks to http://stackoverflow.com/questions/11238134/dpkg-shlibdeps-error-no-dependency-information-found-for I edited the script /usr/bin/dpkg-shlibdeps, changing this : my $ignore_missing_info = 0; to my $ignore_missing_info = 1; On 20 November 2013 14:58, jay binks wr

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread jay binks
So ive tried both branches on debian 6 with no luck. ive also build a new vm with debian 7 and all required deps and still no luck with either branch. tried "make deb" and "make deb-stable" it pretty much dies with this at the end of it. dpkg-shlibdeps: warning: package could avoid a useless dep

Re: [SR-Users] SEG FAULT dialog

2013-11-19 Thread Kelvin Chua
I can reproduce it consistently. I am doing serial forking into a non-existent host, when the caller gets impatient, it cancels the call and send another invite. this happens after that. full backtrace: #0 qm_detach_free (frag=0x7fb2b552e2b0, qm=) at mem/q_malloc.c:269 prev = 0x7fb2b5192

Re: [SR-Users] Why my kamailio only support 1 TLS connection

2013-11-19 Thread Derrick Ding
Hi Daniel, Thanks for response. The software version is: Kamailio 3.0.2 OpenSSL 0.9.8k 25 Mar 2009 I have used Kamailio 3.0.2 for long. I installed it from source file. Regards, Derrick -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip

Re: [SR-Users] Why my kamailio only support 1 TLS connection

2013-11-19 Thread Daniel-Constantin Mierla
Hello, What version of kamailio and what libssl do you have? Have you installed from sources or from packages? Cheers, Daniel Daniel-Constantin Mierla http://www.asipto.com On 19 Nov 2013, at 22:03, Derrick Ding wrote: > Here is the partial log: > 17(21280) DEBUG: [ip_addr.c:116]: tcpconn_n

Re: [SR-Users] Why my kamailio only support 1 TLS connection

2013-11-19 Thread Derrick Ding
Here is the partial log: 17(21280) DEBUG: [ip_addr.c:116]: tcpconn_new: new tcp connection: 10.30.102.161 17(21280) DEBUG: [tcp_main.c:1052]: tcpconn_new: on port 5061, type 3 17(21280) DEBUG: [tcp_main.c:1351]: tcpconn_add: hashes: 454:1641:1419, 3 17(21280) DEBUG: [io_wait.h:361]: DBG: io_wa

Re: [SR-Users] Why my kamailio only support 1 TLS connection

2013-11-19 Thread Derrick Ding
Also tried: modparam("tls", "low_memory_threshold1", 0) modparam("tls", "low_memory_threshold2", 0) same error. And by default, compression is disabled. So strange error. -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Beha

[SR-Users] Why my kamailio only support 1 TLS connection

2013-11-19 Thread Derrick Ding
Hi All, Need some help of setup TLS on Kamailio. Currently my Kamailio TLS works, but only support one client register successfully. If there's another client want to setup TLS connection, it shows: tls [tls_server.c:392]: SSL error:error:07064041:memory bufferoutines:BUF_MEM_grow:malloc failure

Re: [SR-Users] SEG FAULT dialog

2013-11-19 Thread Daniel-Constantin Mierla
Hello, can you get the output for 'bt full'? Probably you have to install the debug symbols (kamailio-dbg package) for getting something useful. Another question, can you reproduce it? Or it happens sporadically? Cheers, Daniel On 11/19/13 1:11 PM, Kelvin Chua wrote: kamailio 4.0.4 has an

[SR-Users] SEG FAULT dialog

2013-11-19 Thread Kelvin Chua
kamailio 4.0.4 has anybody experience this using dialog module? backtrace: #0 0x0057af45 in qm_malloc () #1 0x7f268ac0fe93 in set_dlg_variable_unsafe () from /usr/local/lib64/kamailio/modules/dialog.so #2 0x7f268ac123aa in pv_set_dlg_variable () from /usr/local/lib64/kamailio/mo

Re: [SR-Users] remove a line from SDP

2013-11-19 Thread Daniel-Constantin Mierla
Hello, can you try with replace_body_atonce(): http://www.kamailio.org/docs/modules/stable/modules/textops.html#idp126936 Otherwise, you should try matching the \n as well which is not included by wildcard matching '.*'. Cheers, Daniel On 11/19/13 11:14 AM, Laurent Schweizer wrote: Dear al

[SR-Users] remove a line from SDP

2013-11-19 Thread Laurent Schweizer
Dear all, I try to remove a line from an SDP with: subst_body('/^a=fmtp:8 vad=no(.*)$//g'); unfortunately the "0a" of the end of line ( 0d0a ) is not removed, so the "$" remove only the 0d any idea how to remove the last "0a" Best regards Laurent

Re: [SR-Users] kamailio and db_cassandra

2013-11-19 Thread Victor Seva
2013/11/19 jay binks : > Thanks for the help !!! > > I have checked out your branch from git and am having a few issues with it.. > hopefully you can assist. Can you try this for squeeze? https://github.com/linuxmaniac/kamailio/tree/vseva/db_cassandra_deb

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

2013-11-19 Thread Klaus Darilion
On 18.11.2013 15:45, Alex Balashov wrote: http://kamailio.org/docs/modules/4.1.x/modules/tmx.html#idp15326008 Does it only suspend the transaction, but not the script processing? Is there somewhere a more complete example how to do some async stuff meanwhile and then resume the transaction

[SR-Users] WebRTC - XOR-MAPPED-ADDRESS and bridge mode

2013-11-19 Thread Kelvin Chua
here is the scenario: kamailio 4.0.4 running in bridge mode eth0 : 10.17.0.202 eth1 : 100.200.30.40 a call comes in from ice enabled webrtc client (chrome) from public internet, kamailio processed the call, no audio. if i replace kamailio with asterisk, audio ok. upon investigating using wireshar