[SR-Users] How to force tcp connection reuse for NOTIFY

2012-10-01 Thread Owen Lynch
Hi, I want to configure Kamailio so that it sends a NOTIFY using the tcp connection already established by the client SUBSCRIBE request. The aim is for clients to establish secure TLS connections to Kamailio when they first register or subscribe, then for kamailio to reuse these connections for

Re: [SR-Users] Kamailio and SylkServer

2012-10-01 Thread Gary Shergill
Hi again, Just a quick update. I've been playing around with the following; http://old.iptel.org/ser/doc/seruser/seruser.html#OPERATORS Is this the right thing? It seems to be more so then the previous link. So far, with my attempts to forward the INVITE to a foreign domain, I've had no

[SR-Users] WARNING:fm_free at stop

2012-10-01 Thread Juha Heinanen
at some point i have started to get these kind of warning when i stop my sip proxy: --text follows this line-- Oct 1 10:23:01 siika /usr/sbin/sip-proxy[16970]: WARNING: core [mem/f_malloc.c:512]: WARNING:fm_free: free(0) called any idea where they come from or how i could found out where they

[SR-Users] How to force tcp connection reuse for NOTIFY

2012-10-01 Thread Juha Heinanen
Owen Lynch writes: I want to configure Kamailio so that it sends a NOTIFY using the tcp connection already established by the client SUBSCRIBE request. The aim is for clients to establish secure TLS connections to Kamailio when they first register or subscribe, then for kamailio to reuse

[SR-Users] kamailio and app_python

2012-10-01 Thread Victor Seva
Hi, is there any way to return values from a call to python_exec function orther than the default returned integer? Following code generates this error: Oct 1 09:08:23 zskio /usr/sbin/kamailio[21789]: ERROR: app_python [python_support.c:38]: python_exec2: Unhandled exception in the Python code:

Re: [SR-Users] [sr-dev] kamailio core at qm_status

2012-10-01 Thread Andrei Pelinescu-Onciul
On Sep 19, 2012 at 10:54, Jijo realj...@gmail.com wrote: Hi All, Finally i found the issue, Here is one of the bad trace for SUBSCRIBE(722bytes) and NOTIFY(1282bytes) which corrupted the memory. The messages came in the order NOTIFY and SUBSCRIBE. The core is generated in a different

[SR-Users] Kamailio - can't write any logs to file

2012-10-01 Thread Nord7
Hello everyone. I have installed: CentOS6, Kamailio 3.3, rsyslogd Part of my Kamailio config: debug=9 log_stderror=yes memdbg=9 memlog=9 log_facility=LOG_LOCAL0 loaded modules: debugger.so modparam(debugger, cfgtrace, 1) modparam(debugger, log_facility, LOG_LOCAL0) modparam(debugger, log_prefix,

[SR-Users] XCAP configuration with Presence Server and Resource lists not working on Kamailio 3.3.1

2012-10-01 Thread Sangeeta Shah
Hello All, I am trying to get the presence module on Kamailio 3.3.1 working with integrated XCAP and resource lists. The clients I am using to test are: Jitsi and Boghe. I am following the configuration as specified by the respective module documentation:

Re: [SR-Users] Error starting kamailio with dialog module usage

2012-10-01 Thread Aft nix
On Sun, Sep 30, 2012 at 10:15 PM, SamyGo govoi...@gmail.com wrote: Is it typo or by chance you are missing a $ in line 507 before var(100) You are spot on :) Thanks. On Sep 30, 2012 2:50 PM, Aft nix aft...@gmail.com wrote: Hi, After implementing a Call limit application with the

Re: [SR-Users] XCAP configuration with Presence Server and Resource lists not working on Kamailio 3.3.1

2012-10-01 Thread Cenk İlker İzanlı
Hi Sangeeta, Did you try this tutorial ? http://nil.uniza.sk/instant-messaging/simple/configuring-xcap-support-im-and-presence-over-kamailio-31-debian-lenny Maybe you skip one step anywhere. 2012/10/1 Sangeeta Shah sangeeta.s...@gmail.com Hello All, I am trying to get the presence

Re: [SR-Users] XCAP configuration with Presence Server and Resource lists not working on Kamailio 3.3.1

2012-10-01 Thread Sangeeta Shah
Yes my configuration file at the moment looks the same as the one here. It does work with Jitsi. But this one is missing resource lists. I am going to add support for that module and see if it works. Also have you tried using boghe. It doesn't seem to work with that. Sangeeta On Mon, Oct 1,

[SR-Users] TCP replace alias can cause core

2012-10-01 Thread Jijo
We found a problem regarding TCP connection alias in the following code at tcp_main.c: int tcpconn_finish_connect( struct tcp_connection* c, union sockaddr_union* from) { : : /* remove all the aliases except the first one and re-add them