Re: [SR-Users] Crash Kamailio 4.1.3

2014-05-29 Thread Daniel-Constantin Mierla
Hello, I missed somehow the message with the pai parsed content. I will look over it later today. Cheers, Daniel On 28/05/14 18:45, Igor Potjevlesch wrote: Hello, Do you any ideas about the reason of this issue? Is it caused by the last call? Do you have enough information with the PAI?

[SR-Users] Crash Kamailio 4.1 (qm_debug_frag(): BUG: qm_*: prev. fragm. tail overwritten)

2014-05-29 Thread Andrés Souto
Hello, Kamailio crashes with this message: May 29 12:03:45 kamfree-manager kamailio[8705]: : core [mem/q_malloc.c:159]: qm_debug_frag(): BUG: qm_*: prev. fragm. tail overwritten(c0c0c000, abcdefed)[0x7ff5a5031a98:0x7ff5a5031ac8]! May 29 12:03:45 kamfree-manager kamailio[8697]: ALERT: core

Re: [SR-Users] Kamailio accepts and stores XCAP XML document from jitsi but rejects it on retrieval

2014-05-29 Thread Daniel-Constantin Mierla
Hello, the error message is printed in case of an invalid xml document. Can you edit modules/xcap_server/xcap_misc.c and add inside function: int xcaps_check_doc_validity(str *doc) the log: LM_ERR(xmld document is: [[%.*s]]\n, doc-len, doc-s); before the line with: docxml =

[SR-Users] Iptel.org cannot make call

2014-05-29 Thread Tommy Yan
Dear Sir/Madam, We setup the Linksys SPA3000 to make a call via IPTEL.ORG in between my family members around the world. But recently, we found out that we cannot dial out. So, would you please help to check this ? Regards, Tommy. ___ SIP Express

[SR-Users] Kamailio on P2020RDB-PCA

2014-05-29 Thread ashwin
Hi, I tried to compile Kamailio on Freescale P2020RDB-PCA.And I'm getting the following error bison -d -b cfg cfg.y make: *** [cfg.tab.h] Broken Pipe Please give recommendations to solve the error. Thanks -- View this message in context:

Re: [SR-Users] Kamailio on P2020RDB-PCA

2014-05-29 Thread Russell McConnachie
You're probably running out of memory when the bison process is running. You could try running that command without running 'make'. Just 'bison -d -b cfg cfg.y'. If this a memory issue, you could allocate a swap file for your build process (if this is Linux) such as: dd if=/dev/null

Re: [SR-Users] Crash Kamailio 4.1.3

2014-05-29 Thread Daniel-Constantin Mierla
Hello, for the moment I added a safety check to prevent crash in such situation: - http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e633ca6b7e748a77825d3208e86bf9bce18944a5 I need to investigate more to discover why the parsed field has null content. Does the crash

Re: [SR-Users] Kamailio accepts and stores XCAP XML document from jitsi but rejects it on retrieval

2014-05-29 Thread Alex Villací­s Lasso
El 29/05/14 07:51, Daniel-Constantin Mierla escribió: Hello, the error message is printed in case of an invalid xml document. Can you edit modules/xcap_server/xcap_misc.c and add inside function: int xcaps_check_doc_validity(str *doc) the log: LM_ERR(xmld document is: [[%.*s]]\n, doc-len,