Re: [SR-Users] Problem with forward on busy

2013-07-24 Thread Daniel Tryba
On Wednesday 24 July 2013 20:41:04 LAA wrote: > May be I'm loosing something. I have changed my config as you > suggested (I thing so...): > > if (t_check_status("486|408")) { ... > $du = $null; > #$du = "sip:192.168.0.197"; > append_branch(); > t_relay(); Did you

Re: [SR-Users] Memory leak in 3.3.4

2013-07-24 Thread Daniel-Constantin Mierla
Hello, can you try the attached patch? It's the same patch, just for two versions, one is for 3.3.x and the other for devel version It initializes the SIP message variable that is passed to perl after creating the temporary environment, so it is actually destroyed by the perl embedded interp

[SR-Users] XCAP table is not getting updated

2013-07-24 Thread Premchandiran
Hi All, I have cfg file which behaves like both presence and xcap (Integarted cfg) took reference from http://nil.uniza.sk/instant-messaging/simple/configuring-xcap-support-im-and -presence-over-kamailio-31-debian-lenny. Kamailio is running but xcap table is not getting updated. Using JTSI as clie

Re: [SR-Users] Memory leak in 3.3.4

2013-07-24 Thread David Cunningham
Hi Daniel, The system is running Perl 5.8.8 on Red Hat Enterprise Linux Server release 5.4. If I remember right programs running under Valgrind can have issues, so I'm not sure if the customer will want to do that. Ideally we'd do it on a test system, but I'm not sure if we have any RHEL available

Re: [SR-Users] Replication problems Registration Using t_replicate ().

2013-07-24 Thread Raphael Borges
Hello, anyone have any idea for this my problem? Need to somehow override the value of the server socket standy by entering the virtual IP in this field. Thanks in advance. 2013/7/23 Raphael Borges > Daniel, I had another similar problem. Would you like a procedure similar > to the socket para

Re: [SR-Users] kamailio error, failed to start ubuntu precisw 12.04LTS

2013-07-24 Thread Daniel-Constantin Mierla
Hello, the error is: 0(8883) ERROR: db_mysql [km_my_con.c:109]: db_mysql_new_connection(): driver error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Is mysql server running? Is it installed from packages or sources? What about the client library, instal

Re: [SR-Users] Memory leak in 3.3.4

2013-07-24 Thread Daniel-Constantin Mierla
Hello, I would say that perl_exec() is the one with the highest chances to be the reason for the leak. Next is line would be db_mysql module, if liked with some custom mysql client library, although even in this case will be unlikely. Back to perl, the module itself does not call any malloc,

Re: [SR-Users] Problem with forward on busy

2013-07-24 Thread LAA
Hello Hero, Thanks for your help. May be I'm loosing something. I have changed my config as you suggested (I thing so...): if (t_check_status("486|408")) { revert_uri(); prefix("voicemail"); remove_hf("P-App-Name"); append_hf("P-App-Name: voicemail\r\n");

[SR-Users] kamailio error, failed to start ubuntu precisw 12.04LTS

2013-07-24 Thread jhandal
Hi All, I installed the last version "Install And Maintain Kamailio Devel Version >From GIT" http://www.kamailio.org/wiki/install/devel/git This is my Log,I will appreciate any ideas. 0(8881) DEBUG: [cfg/cfg.c:178]: cfg_declare(): DEBUG: register_cfg_def(): new config group has been registe

Re: [SR-Users] How to tie Registration with Client TCP connection

2013-07-24 Thread Vitaliy Aleksandrov
Hello, Is this option still not available ? I'm asking because there was a message from, if I recall right, Olle Johansson that removing stale registrations is on the todo list of someone from the dev team. So maybe someone already has this option in its devel branch ? On Fri, Apr 5, 2013 at 1

Re: [SR-Users] Kamailio 4.0.1 presence support

2013-07-24 Thread Rupayan Dutta
Hi Daniel, Once again i am seeking your help.Actually I am trying to build a video conferencing application with sipml5 and kamailio as SIP server.I have already configured kamailio to run on public IP .Everything works fine when tested between desktop browsers.But when i tried confere

Re: [SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-24 Thread Richard Fuchs
On 07/24/13 05:45, Khue Nguyen Minh wrote: > Hi all, > > I am using rtpproxy-ng to control mediaproxy-ng. I was install and > config follow this guide: > https://github.com/sipwise/mediaproxy-ng > when I run kamailio with rtpproxy-ng module and mediaproxy-ng I got error: > mediaproxy-ng[25216]: Fa

[SR-Users] rtpproxy-ng doesn't work with mediaproxy-ng

2013-07-24 Thread Khue Nguyen Minh
Hi all, I am using rtpproxy-ng to control mediaproxy-ng. I was install and config follow this guide: https://github.com/sipwise/mediaproxy-ng when I run kamailio with rtpproxy-ng module and mediaproxy-ng I got error: mediaproxy-ng[25216]: Failed to properly parse UDP command line '30514_2 d7:comma

Re: [SR-Users] Memory leak in 3.3.4

2013-07-24 Thread David Cunningham
Hello, We don't do any kamctl commands at all. We do have various modules loaded, as follows. The primary functions we use Kamailio for are phone registrations through usrloc, and routing calls to Asterisk through logic contained in Perl via perl_exec(). Thanks for all your advice so far! loadmod