Re: [SR-Users] Memory leak in 3.3.4

2013-10-02 Thread Daniel-Constantin Mierla
Hello, ahh, right, forgot that it was disabled because it was not safe to use at runtime for worker processes. You have to use: kamcmd cfg.set_now_int core mem_dump_pkg then wait for a bit so that process is receiving a SIP message. Or, if you restart, the stats are printed in syslog for al

Re: [SR-Users] Planing to release v4..0.4

2013-10-02 Thread Daniel-Constantin Mierla
Hello, quick reminder that 4.0.4 is going to be released later today. Backport any patches you want in it before 12:00GMT. Thanks, Daniel On 9/30/13 9:34 AM, Daniel-Constantin Mierla wrote: Hello, I am planing to release Kamailio v4.0.4 this week on Wednesday, Oct 2. If anyone has patching

Re: [SR-Users] debugging some error logs

2013-10-02 Thread Daniel-Constantin Mierla
Hello, these messages are printed by debugger module with details of each executed line from configuration file. You can turn them off by setting cfgtrace parameter to 0. Cheers, Daniel On 10/2/13 1:13 AM, arun Jayaprakash wrote: Hello, I am seeing some error logs as follows in my log file a

Re: [SR-Users] Presence issue between XMPP-SIP clients.

2013-10-02 Thread Nandini
Anybody there to help me. please give me some hints to solve this issue. I am stuck with this from last 2 weeks, now i am really heading the wall. -- View this message in context: http://sip-router.1086192.n5.nabble.com/Presence-issue-between-XMPP-SIP-clients-tp121887p121926.html Sent from the

Re: [SR-Users] debugging some error logs

2013-10-02 Thread arun Jayaprakash
Thank you. From: Daniel-Constantin Mierla To: arun Jayaprakash ; Kamailio (SER) - Users Mailing List Sent: Wednesday, October 2, 2013 2:28 AM Subject: Re: [SR-Users] debugging some error logs Hello, these messages are printed by debugger module with deta

Re: [SR-Users] Memory leak in 3.3.4

2013-10-02 Thread Daniel-Constantin Mierla
Hello, yes, you should run it for a while, with traffic, otherwise the leak cannot be discovered. You can watch the processes with rank 1,2,3 and see when the free memory is decreasing. Then get the pkg status logs. Get also the list of running processes with 'kamctl ps' so I know at what pi

Re: [SR-Users] Freezing development for Kamailio v4.1.0

2013-10-02 Thread Daniel-Constantin Mierla
On 10/2/13 8:25 AM, Timo Teras wrote: On Mon, 30 Sep 2013 14:46:48 +0200 "Olle E. Johansson" wrote: 30 sep 2013 kl. 14:04 skrev Daniel-Constantin Mierla : Hello, On 9/30/13 12:08 PM, Timo Teras wrote: On Mon, 30 Sep 2013 11:48:10 +0200 Daniel-Constantin Mierla wrote: a short reminder t

Re: [SR-Users] Freezing development for Kamailio v4.1.0

2013-10-02 Thread Timo Teras
On Wed, 02 Oct 2013 15:20:33 +0200 Daniel-Constantin Mierla wrote: > > On 10/2/13 8:25 AM, Timo Teras wrote: > > On Mon, 30 Sep 2013 14:46:48 +0200 > > "Olle E. Johansson" wrote: > > > >> 30 sep 2013 kl. 14:04 skrev Daniel-Constantin Mierla > >> : > >> > >>> Hello, > >>> > >>> On 9/30/13 12:08

[SR-Users] Replace header value in failure_route

2013-10-02 Thread Grant Bagdasarian
Hello, I'm trying to replace the value of a custom header in the failure_route, using the subst function. subst('/^X-Dispatcher:(.+)$/"X-Dispatcher: \$(avp(dsattrs){param.value,dispatcher})"/i'); I also tried it with the subst_hf, but that didn't work either. I'm getting the following message

[SR-Users] Kamailio v4.0.4 Released

2013-10-02 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.0.4 stable release is out. This is a maintenance release of the latest stable branch, 4.0, that includes fixes since release of v4.0.0. There is no change to database schema or configuration language structure that you have to do on installations of v4.0.0. Deplo

Re: [SR-Users] [sr-dev] Kamailio v4.0.4 Released

2013-10-02 Thread Olle E. Johansson
A big thank you to all developers involved in this work! And a special one to grandmaster Daniel for the work with the release! /O 2 okt 2013 kl. 17:34 skrev Daniel-Constantin Mierla : > Hello, > > Kamailio SIP Server v4.0.4 stable release is out. > > This is a maintenance release of the late

[SR-Users] xcap server config snippets

2013-10-02 Thread Daniel-Constantin Mierla
Hello, there were several emails related to usage of embedded xcap server module, so I am pasting here relevant snippets from config file that should get people started. Cheers, Daniel #!define WITH_XHTTP #!define WITH_XCAPSRV tcp_accept_no_cl=yes tcp_rd_buf_size=65536 pv_buffer_size=65536

Re: [SR-Users] Replace header value in failure_route

2013-10-02 Thread Klaus Darilion
Do you need the regex? Does remove/append_hf work? eg: remove_hf("X-Dispatcher"); append_hf("X-Dispatcher: $(avp(dsattrs){param.value,dispatcher})"); regards klaus On 02.10.2013 15:55, Grant Bagdasarian wrote: Hello, I’m trying to replace the value of a custom header in the failure_route, u

Re: [SR-Users] pkg.stats problem, possible memory leak in websockets.

2013-10-02 Thread Vitaliy Aleksandrov
On 10/01/2013 12:54 PM, Peter Dunkley wrote: Done. The patch is in master and the 4.0 branch. Thanks, Peter Thanks for applying the patch. It looks like websockets in master are stable now. No memory leaks are detected for the last two days. pks.stats still shows some strange numbers, but th

[SR-Users] Jitsi Load contact from Kamailio

2013-10-02 Thread Kethzer Docteur
Im trying to enable xcap service on kamailio. I would like to know if it possible work as show in the video. Thanks for any leads how to get it works as same as the youtube video below. https://www.youtube.com/watch?v=3laTBL6NnbE -- Kethzer Docteur __

Re: [SR-Users] Memory leak in 3.3.4

2013-10-02 Thread David Cunningham
Thanks Daniel. We will provide feedback when we have let it run for a while. On 2 October 2013 22:51, Daniel-Constantin Mierla wrote: > Hello, > > yes, you should run it for a while, with traffic, otherwise the leak > cannot be discovered. > > You can watch the processes with rank 1,2,3 and se