[SR-Users] un-suscribe

2012-05-16 Thread Davis Doe
Please i would not like to receive mail from the kamailio group thanks davis ___ 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/sr-users

Re: [SR-Users] Rtpproxy and UPDATEs

2012-05-16 Thread Daniel-Constantin Mierla
Hello, indeed, rtpproxy_manage() didn't handle UPDATE requests. I just pushed a patch in git master branch: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=24ff0d9aa060d183fbe40b1fcb5910d60940585b If you can test the patch and report the results, I will backport to 3.2 if

[SR-Users] Setting up siremis 2.0

2012-05-16 Thread pranjal deka
Hi, I have a sip registrar.(kamailio server installed in one server) I want to use the siremis 2.0 to collect management information from the sip registrar. Can you guide me how to make the connection between the sip registrar and the siremis so that the stats can be collected? Thanks ___

[SR-Users] How to use Async module of Kamailio

2012-05-16 Thread 罗俊明
hello Daniel,    I am  using  ASYNC module of kamailio 3.2.2 for delay sip  "INVITE",  I want to know if ASYNC Modules can be used for delay a sip method now? if can, I shoud how to use it? My case is : when sip server receives a sip invite,  suspends the transaction about 30 seconds,  and process

Re: [SR-Users] How does RLS work with kamailio.

2012-05-16 Thread Gnaneshwar Gatla
Hello, I have partly fixed this, I was using an incorrect xml format and missing usage of pua module. It took a little more than debugging to find this out. Now I have run into this new issue. I have implemented a presence + rls + xcap server: When client subscribes for RLS, kamailio Notifies wit

Re: [SR-Users] kamailio Crashes with rls module

2012-05-16 Thread Gnaneshwar Gatla
I was using Kamailio with integrated presence, xcap, registrar, rls, sip proxy. I have implemented Kamailio as an standalone SIP presence server with rls and xcap_server. This seems to make it work without crashing. Now I’m unable to recreate the crash. Regards Gnani From: Daniel-Constantin Mierl

Re: [SR-Users] TLS performance testing

2012-05-16 Thread Jijo
Hi Daniel, Please let me know if you are aware about any fix on this issue. Thanks Jijo On Tue, May 15, 2012 at 6:55 PM, Jijo wrote: > Hi, > > I'm seeing similar issue in 3.1.0.. How did we fix it? > > The back trace from my test is, > > #2 0x0819c66c in qm_free (qm=0x7861c000, p=0x798fa2b0,

[SR-Users] SQLite datatypes

2012-05-16 Thread Sebastian Ferguson
Hi: I'm trying to configure a Kamailio 3.2 server as a Redirect Server. A softswitch we own will send a SIP INVITE for some calls like this "INVITE sip:1...@sipwise.telecentro.net.ar SIP/2.0". Once detected the B number "102" (in this example), the kamailio server will search in a sqlite3 databas

Re: [SR-Users] Rtpproxy and UPDATEs

2012-05-16 Thread Spencer Thomason
Hi Daniel, I have updated my script to ensure these UPDATEs call route(NATMANAGE) but it seems the problem is that rtpproxy_manage() does not handle UPDATEs. Since the call is already passing through rtpproxy is there any way I can force these UPDATEs to keep it there? Thanks, Spencer On May

Re: [SR-Users] FW: (Devel) Segmentation fault using pua_dialoginfo

2012-05-16 Thread Daniel-Constantin Mierla
Hello, On 5/16/12 4:20 PM, Marius Zbihlei wrote: On 05/16/2012 03:02 PM, Charles Chance wrote: Currently testing devel version and experiencing the following when using pua_dialoginfo: - Program terminated with signal 11, Segmentation fault. #0 core_ha

Re: [SR-Users] FW: (Devel) Segmentation fault using pua_dialoginfo

2012-05-16 Thread Marius Zbihlei
On 05/16/2012 03:02 PM, Charles Chance wrote: Currently testing devel version and experiencing the following when using pua_dialoginfo: - Program terminated with signal 11, Segmentation fault. #0 core_hash (t=0xb3d7e330, type=1024, ps=0xbfcc31c8) at ../

Re: [SR-Users] FW: (Devel) Segmentation fault using pua_dialoginfo

2012-05-16 Thread Charles Chance
Hi Daniel, It happens every time but I just can't seem to pinpoint the cause. Those parameters were initially unset and it still happened - I added them later in an attempt to diagnose. I removed them and re-ran, which produces a slightly different backtrace. Program terminated with

Re: [SR-Users] kamailio debug send messages

2012-05-16 Thread Anca Vamanu
Hi Konstantin, Can you tell me exactly what you are calling in onsend_route and how you observe it is not working? Regards, Anca On 05/15/2012 04:55 PM, Konstantin M. wrote: Hi Anca, I've tested your patch and I don't think it's working. At least I was noticed that a logic is going to 'sk

Re: [SR-Users] db_cluster module

2012-05-16 Thread Daniel-Constantin Mierla
Hello, db_cluster can be used as a replacement to other db_* modules (like db_mysql, db_postgres). Effectively, db_cluster will be the module using the db connector modules. Any module that was working with db_mysql for example, should work just fine with db_cluster. #!define DBURL "..." is

[SR-Users] db_cluster module

2012-05-16 Thread Uri Shacked
Hi, can the db_cluster module be used to all DB connections? if today i set for example "modparam("dialplan", db_url", DBURL)" i will be able to use "modparam("dialplan", db_url", CLUSTER)" ? still, on the #!define DBURL "mysql://.." i can not use clustering right? BR, Uri

Re: [SR-Users] Rtpproxy and UPDATEs

2012-05-16 Thread Daniel-Constantin Mierla
Hello, be sure you call route(NATMANAGE) for UPDATE request and set an onreply_route where the reply will be handled and you have to call there route(NATMANAGE) as well. Cheers, Daniel On 5/16/12 12:45 AM, Spencer Thomason wrote: Hello, I'm working on a residential type application where we

Re: [SR-Users] FW: (Devel) Segmentation fault using pua_dialoginfo

2012-05-16 Thread Daniel-Constantin Mierla
Hello, hmm, hentity is null even a check for its value is done above ... Is this reproducible or happens from time to time? What are the values you set for $avp(s:puburis_caller) and $avp(s:puburis_callee)? Can you try without parameters: modparam("pua_dialoginfo", "use_pubruri_avps", 1) mod