Re: [SR-Users] linphone & presence_xml ERROR

2018-06-26 Thread Pali Rohár
Hi! Thank you very much for hints. I was able to fix those invalid XML bodies produced by Linphone by following kamailio.cfg code: # Fix invalid XML produced by Linphone if(has_body("application/pidf+xml") && search_hf("User-Agent", "Linphone", "a")) { subst_body('/((".*>)/\1<\2>\3

[SR-Users] Compile error on 4.4.7

2018-06-26 Thread Andrew Chen
Hi all, I'm getting the following error when compiling 4.4.7 from src: mem/pkg.o: In function `pkg_init_manager': /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_Trusty/mem/pkg.c:63: undefined reference to `fm_malloc_init_pkg_manager' /home/prod_fuze/jenkins/workspace/BuildKamailioRELEASE_

Re: [SR-Users] Planning next IRC devel meeting

2018-06-26 Thread Daniel-Constantin Mierla
... and the last notification: we are just about to start it ... the details to connect are at:   - https://www.kamailio.org/wiki/devel/irc-meetings/2018a Cheers, Daniel On 26.06.18 15:31, Daniel-Constantin Mierla wrote: > Hello, > > to sync the time for everyone across the world, the plan is t

Re: [SR-Users] Planning next IRC devel meeting

2018-06-26 Thread Daniel-Constantin Mierla
Hello, to sync the time for everyone across the world, the plan is to start in about 30min from now, chatting on #kamailio channel from irc.freenode.net. Cheers, Daniel On 25.06.18 15:50, Daniel-Constantin Mierla wrote: > Hello, > > short note to remind about the IRC devel meeting, based on the

Re: [SR-Users] rtpengine installation dependencies

2018-06-26 Thread Mojtaba
Thank you, I do it successfully. I use these commands to install all dependencies: apt-get -t jessie-backports install debhelper libmysqlclient-dev iptables-dev libavcodec-dev libavfilter-dev libcurl4-openssl-dev libevent-dev libglib2.0-dev libhiredis-dev libjson-glib-dev libpcap0.8-dev libssl-dev

Re: [SR-Users] Siremis Log Information

2018-06-26 Thread Daniel-Constantin Mierla
Hello, the siremis/bin/app.inc has some switches to control the behaviour of siremis, the one you look for should be the DEBUG define -- link to online repo:   - https://github.com/asipto/siremis/blob/master/siremis/bin/app.inc#L84 Cheers, Daniel On 26.06.18 07:56, Waqar Hameed wrote: > > Hi

Re: [SR-Users] linphone & presence_xml ERROR

2018-06-26 Thread Daniel-Constantin Mierla
Hello, if you want to try to fix it inside kamailio.cfg, look at the subst/replace functions from textops module and once those operations are done, do msg_apply_changes() from textopsx module. Cheers, Daniel On 25.06.18 16:03, Pali Rohár wrote: > Ah, seems you are right. It is invalid XML. I h

[SR-Users] Siremis Log Information

2018-06-26 Thread Waqar Hameed
Hi I am one of your user using siremis web interface for manipulating kamailio database. I just want to know if it is possible to disable auto siremis logs present in the directory siremis-4.2.0/siremis/log/debug.log. The file debug.log contains database queries along with user ids and passwor

Re: [SR-Users] linphone & presence_xml ERROR

2018-06-26 Thread Pali Rohár
Ah, seems you are right. It is invalid XML. I have not spotted that when doing packet dumps. So I would report bug to linphone project. I (as a user) have no control on what linphone SIP client send to server... It looks like that linphone forgot to encode entity="..." and content of . Is there a