Re: [SR-Users] 4.4 compiler warnings on debian jessie

2016-05-11 Thread camille.oudot
> debian jessie c compiler complains about these in kamailio 4.4: > > CC (gcc) [sip-proxy]mem/tlsf_malloc.o > mem/tlsf_malloc.c: In function 'tlsf_malloc_init_pkg_manager': > mem/tlsf_malloc.c:1353:16: warning: assignment from incompatible pointer type > ma.xmalloc= tlsf_malloc;

Re: [SR-Users] Sending INVITE’s on REGISTER

2016-10-25 Thread camille.oudot
Le Tue, 25 Oct 2016 13:10:11 +0300, Igor Olhovskiy a écrit : > I have this kind of scenario > Receive an INVITE -> send it to user, but if possible, if I’ll receive > REGISTER with same credentials I’m calling to - drop an INVITE there > also, if call was not answered on first location. > Means c

Re: [SR-Users] event for new tcp connection from client

2016-12-13 Thread camille.oudot
Le Tue, 13 Dec 2016 07:38:06 -0700, Andy a écrit : > I want to track when clients connect to SIP Proxy via TCP, > and do not send Register for certain period of time and finally > cleanup this tcp connection Hi Andy, to achieve this, I'm doing the following: set a short default TCP connection

Re: [SR-Users] Doubt parsing multipart SDP

2017-04-03 Thread camille.oudot
Le Mon, 3 Apr 2017 16:28:05 +0200, Albert Petit a écrit : > [application/vnd.3gpp.mcptt-info+xml] char[51][3] offset=16 Hi Albert, actually it looks like it's the '3' character in "3gpp" that is not accepted by the parser: is_mime_char() macro in parse_content.c:40 does not accept digits. This