[SR-Users] Possible memory leak in parse_pai.c

2013-04-17 Thread Tais Plougmann Hansen
Hi, I'm seeing a possible leak in parsing the P-Asserted-Identity, and possibly P-Preferred-Identity headers in kamailio-3.3.4. I have a server running in which one thread has currently most of the 8 MB private memory allocated. At restart qm_sums reports parse_pai.c as sitting on most of the mem

[SR-Users] Implementing the Presence module(Kamailio) to work with websockets (sipML5)

2013-04-17 Thread אורן אברהם
Dear List, I have some strange error when using sipML5 client (over websockets) with Kamailio 4.0 server when sending a SUBSCRIBE request. here is my log print: Apr 18 02:55:21 oren-ubuntu /usr/sbin/kamailio[26476]: WARNING: [msg_translator.c:2499]: TCP/TLS connection (id: 0) for WebSocket co

[SR-Users] Implementing the Presence module(Kamailio) to work with websockets (sipML5)

2013-04-17 Thread אורן אברהם
Dear List, ___ 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] Typecast

2013-04-17 Thread Daniel-Constantin Mierla
Hello, On 4/16/13 10:21 AM, Victor V. Kustov wrote: В Tue, 16 Apr 2013 06:56:46 +0200 Daniel-Constantin Mierla пишет: Hello, do you need the ip address as an integer? Then you can use math operations together with transformations to build it in the config. ok. thank you, i try transform it.

Re: [SR-Users] Buffer size with xmlrpc module

2013-04-17 Thread Daniel-Constantin Mierla
Hello, I think one solution can be to write the output in several tcp frames. Probably the xmlrpc module needs a bit of work. Another option would be to expose a rpc function that returns chunks of location records. Maybe others can jump in with other ideas, do some brainstorming and decid