Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-12 Thread Stas Kobzar
@ovidiusas it works. thank you. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/537#issuecomment-111529146___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-12 Thread Ovidiu Sas
Closed #537. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/537#event-329680724___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-12 Thread Ovidiu Sas
@staskobzar Thanks for testing it! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/537#issuecomment-111530802___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-11 Thread Ovidiu Sas
@staskobzar please re-test on the latest trunk. Make sure that you are at commit 8450630617b2504ffdc4089f2500a26b4187e078 You will need to escape at least \r with #38;#13; You may or may not escape \n with #38;#10; #!/usr/bin/env python import xmlrpclib opensips =

Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-11 Thread Stas Kobzar
@ovidiusas sorry, still have issues. ``` # opensips -V version: opensips 1.11.5-notls (x86_64/linux) flags: STATS: On, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN

Re: [OpenSIPS-Devel] [opensips] mi_xmlrpc_ng suppresses \r\n (#537)

2015-06-11 Thread Ovidiu Sas
Of course you have issues. I asked you to test on trunk, not on 1.11. Please test on trunk, report back and then I will backport. --- Reply to this email directly or view it on GitHub: