Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-09 Thread Andrew O. Zhukov
Is DBG_QM_MALLOC exactly what you want? [root@ kamailio-1.5.5-notls]# /usr/local/sbin/kamailio -V version: kamailio 1.5.5-notls (x86_64/linux) flags: STATISTICS, EXTRA_DEBUG, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, DBG_QM_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_

Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-09 Thread Daniel-Constantin Mierla
On 2/10/11 8:12 AM, Andrew O. Zhukov wrote: Couple month ago I sent whole set of crash-es from 1.3.4 to this maillist. Nobody respond me. Probably they were forgotten in the history, if most of devs were offline at the moment you sent. Do you have a link to the thread, it may help reading wha

Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-09 Thread Andrew O. Zhukov
Couple month ago I sent whole set of crash-es from 1.3.4 to this maillist. Nobody respond me. On 02/10/2011 08:53 AM, Daniel-Constantin Mierla wrote: Hello, from the subject I don't understand exactly: did you get this crash also with 1.3.4? Is it reproducible? This crash-es from 1.5.5. I ris

Re: [SR-Users] Issue with avp

2011-02-09 Thread Daniel-Constantin Mierla
Hello, On 2/9/11 10:35 PM, Amit Nepal wrote: Hi, I have been trying to load rpid while loading credentials. modparam("auth_db", "load_credentials", "$avp(i:123)=rpid") Now, I am trying to do a check in my routing logic. xlog("L_NOTICE","The avp is :$avp(i:123)"); (I dont get the value here

Re: [SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-09 Thread Daniel-Constantin Mierla
Hello, from the subject I don't understand exactly: did you get this crash also with 1.3.4? Is it reproducible? Looks like there is a buffer overflow. Can you recompile/reinstall with memory debug on (in 1.5.x, see Makefile.vars)? The watch the logs and see if you get any error related to bu

[SR-Users] After upgrade from openser 1.3.4 to kamailio 1.5.5 the same crash set

2011-02-09 Thread Andrew O. Zhukov
[root@ tmp]# /usr/local/sbin/kamailio -V version: kamailio 1.5.5-notls (x86_64/linux) flags: STATISTICS, EXTRA_DEBUG, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_UR

[SR-Users] Issue with avp

2011-02-09 Thread Amit Nepal
Hi, I have been trying to load rpid while loading credentials. modparam("auth_db", "load_credentials", "$avp(i:123)=rpid") Now, I am trying to do a check in my routing logic. xlog("L_NOTICE","The avp is :$avp(i:123)"); (I dont get the value here either, i can't see the value when i do avp_pri

Re: [SR-Users] LCR module : same IP address for different prefix.

2011-02-09 Thread Juha Heinanen
Antanas Masevicius writes: > Thank you for your work! This feature is highly needed i suspect. it would be possible to cherry-pick the patch also to 3.1, but i don't know if that is appropriate, because removing gw uniqueness check is not strictly a bug fix. it is just a piece of not needed code

Re: [SR-Users] nathelper-module and sdp offer in 200 OK

2011-02-09 Thread Ovidiu Sas
The code seems to be correct. The to and from tags are switched for: - reply with offer (200ok with first SDP) - request with answer (ACK with second SDP) Are you sure that you are properly invoking offer/answer rtpproxy functions? Regards, Ovidiu Sas On Wed, Feb 9, 2011 at 11:48 AM, Emil Kr

[SR-Users] pdb module timeouts

2011-02-09 Thread Thomas Baumann
Hello, I am using the PDB module and server components for number portability. 2 instances of PDB Server runs on (10.12.19.51/10001/10002), Kamailio on (10.12.19.21). With a small amount of traffic (-cmax 150 -cps 10 -callduration 3), where are timeouts: WARNING: pdb [pdb.c:260]: exceeded time

Re: [SR-Users] nathelper-module and sdp offer in 200 OK

2011-02-09 Thread Ovidiu Sas
I will check that and I will get back to you. Regards, Ovidiu Sas On Wed, Feb 9, 2011 at 11:48 AM, Emil Kroymann wrote: > Hi, > > We recently had a problem with the nathelper module and rtpproxy in a > scenario where the SDP offer is sent only in the 200 OK. We use > sip-router 3.1 and rtp-prox

Re: [SR-Users] Use different certificate for different client with TLS

2011-02-09 Thread Klaus Darilion
The certificate configured at Kamailio is the 'server' certificate. The client certificate will be configured in the SIP client (e.g. the SIP phone). The [server] section will require a client certificate from the softphone if require_certificate=yes. It will also validate the client certificate

[SR-Users] nathelper-module and sdp offer in 200 OK

2011-02-09 Thread Emil Kroymann
Hi, We recently had a problem with the nathelper module and rtpproxy in a scenario where the SDP offer is sent only in the 200 OK. We use sip-router 3.1 and rtp-proxy from git master. The sip-router configuration uses the rtpproxy_offer() and rtpproxy_answer() functions in appropriate places. The

[SR-Users] Use different certificate for different client with TLS

2011-02-09 Thread Daniel GROTTI
Hi all, I would like to use kamailio 3.1 with TLS and verified also a client certificate. My tls.cfg file is as follow: --- tls.cfg . . [server:MY_IP:5061] method = TLSv1 verify_certificate = yes require_certificate = yes private_key = default_key.pem certificate = default_cert.pe

Re: [SR-Users] uaCSTA support in openser

2011-02-09 Thread Klaus Darilion
Am 09.02.2011 12:03, schrieb target123: > > Hi, did you ever come up with a solution here ? I also really need to filter > the SIP INFO (csta) messages between an Avaya AES server and the OCS FE to > solve some problems. A decent SIP proxy that can filter this out would be a > pretty neat soluti

Re: [SR-Users] module postgres SER

2011-02-09 Thread Daniel-Constantin Mierla
please keep the mailing list cc-ed, sending private messages is not in the spirit of public mailing lists. Others may want to follow up the discussion now or later. Thanks, Daniel On 2/9/11 5:01 PM, Bruno Bresciani wrote: Daniel, thanks for your reply, really ser-0.8.1.4 is too old but i nee

Re: [SR-Users] uaCSTA support in openser

2011-02-09 Thread target123
Hi, did you ever come up with a solution here ? I also really need to filter the SIP INFO (csta) messages between an Avaya AES server and the OCS FE to solve some problems. A decent SIP proxy that can filter this out would be a pretty neat solution cheers Mark Hugo Koblmueller wrote: > > hig

[SR-Users] [Serusers] problem with SER not proxying messages

2011-02-09 Thread Asuncion Merino Rodríguez
Hola, no he visto respuesta a este foro, por favor alguien podría dar alguna respuesta? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/s

Re: [SR-Users] LCR module : same IP address for different prefix.

2011-02-09 Thread Antanas Masevicius
Juha, Thank you for your work! This feature is highly needed i suspect. Antanas NTT On 2011.02.09 06:25, Juha Heinanen wrote: > Juha Heinanen writes: > >> Antanas Masevicius writes: >> >>> I already wrote on this list about this issue. Currently the only way to >>> do it is to disable duplicate

Re: [SR-Users] problem with bye using rtpproxy

2011-02-09 Thread Daniel-Constantin Mierla
Hello, On 2/7/11 8:12 PM, Amit Nepal wrote: I have been trying to figure this out While using kamailio and rtpproxy, the caller is not receiving the bye when callee hangs up but audio is two way and everything seems to be working fine, any one had this issue ? are you doing record-routing i

Re: [SR-Users] Multiple call accounting from an IP

2011-02-09 Thread Daniel-Constantin Mierla
Hello, On 2/7/11 8:13 PM, Amit Nepal wrote: Hi everyone, I am sure someone have been working with this scenario, how about accounting multiple calls from same account or ip address while using ip auth ? I don't understand what you want exactly to achieve. Kamailio doesn't set any limi

Re: [SR-Users] fosdem 2011 presentation about p_usrloc

2011-02-09 Thread Daniel-Constantin Mierla
On 2/9/11 10:42 AM, Henning Westerholt wrote: On Tuesday 08 February 2011, Klaus Darilion wrote: this year the FOSDEM developer conference was a again a really nice event, the first time with an own room dedicated completely to open source telephony solutions! If you're interested in our prese

Re: [SR-Users] module postgres SER

2011-02-09 Thread Daniel-Constantin Mierla
Hello, On 2/9/11 2:19 PM, Bruno Bresciani wrote: Hi, I've seen the problem in a postgres module (SER-0.8.1.4), if the connection fails and module tries to reparse url it fails as CON_SQLURL(_h) is corrupted by the function aug_free() after some reconnect attempts . When the postgres database

Re: [SR-Users] Kamailio NOTIFY

2011-02-09 Thread Klaus Darilion
Am 09.02.2011 14:56, schrieb Spinov Evgeniy: > On Wed, 2011-02-09 at 14:47 +0100, Klaus Darilion wrote: >> Do you see PUBLISH requests with Event: dialog? >> >> Note: those will be sent by pua_dialoginfo module to Kamailio itslef, >> thus will be sent on the loopback interface. You should see the

[SR-Users] Fosdem2011 presentation: SIP Web20 Lua

2011-02-09 Thread Daniel-Constantin Mierla
Hello, the presentation I did during Fosdem in Brussels last weekend is available at: http://www.kamailio.org/events/2011-fosdem/dcm-sip-web-lua.pdf The focus was to show how to interact with Kamailio via HTTP and how Kamailio can interact with Web services via HTTP, using Lua to make it eas

Re: [SR-Users] Kamailio NOTIFY

2011-02-09 Thread Spinov Evgeniy
On Wed, 2011-02-09 at 14:47 +0100, Klaus Darilion wrote: > Do you see PUBLISH requests with Event: dialog? > > Note: those will be sent by pua_dialoginfo module to Kamailio itslef, > thus will be sent on the loopback interface. You should see them with > "ngrep -d any port 5060" > > klaus No, PU

Re: [SR-Users] Kamailio NOTIFY

2011-02-09 Thread Klaus Darilion
Do you see PUBLISH requests with Event: dialog? Note: those will be sent by pua_dialoginfo module to Kamailio itslef, thus will be sent on the loopback interface. You should see them with "ngrep -d any port 5060" klaus Am 09.02.2011 14:16, schrieb Spinov Evgeniy: > Hello all. > > I'm having pro

[SR-Users] Kamailio NOTIFY

2011-02-09 Thread Spinov Evgeniy
Hello all. I'm having problem with sending NOTIFY packet for event dialog. The problem is, that all NOTIFY packets sent with this event is empty. ( Content-length: 0 ) and in fact, not passing actual status to the phone. In my case this is SPA962. NOTIFY packets for event presence are sent fine

[SR-Users] module postgres SER

2011-02-09 Thread Bruno Bresciani
Hi, I've seen the problem in a postgres module (SER-0.8.1.4), if the connection fails and module tries to reparse url it fails as CON_SQLURL(_h) is corrupted by the function aug_free() after some reconnect attempts . When the postgres database back to work, some modules doesn't get reconnect becau

Re: [SR-Users] fosdem 2011 presentation about p_usrloc

2011-02-09 Thread Henning Westerholt
On Tuesday 08 February 2011, Klaus Darilion wrote: > > this year the FOSDEM developer conference was a again a really nice > > event, the first time with an own room dedicated completely to open > > source telephony solutions! If you're interested in our presentation > > about the new p_usrloc modu