Re: [sr-dev] [kamailio/kamailio] Crash using TLS with many child processes on Alpine with libressl (#1670)

2018-11-10 Thread sergey-safarov
Hello @amenella About four days ago Alpine is switched to used openssl instread of libressl. We also updated kamailio docker image `kamailio/kamailio-ci` to use openssl. Could you retest with current `kamailio/kamailio-ci:master-alpine.debug` docker image. Need to execute `docker pull kamailio/k

Re: [sr-dev] [kamailio/kamailio] coredump when used append_body_part (#1631)

2018-11-10 Thread sergey-safarov
This is paused until is resolved ticket 1719 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1631#issuecomment-437646590___ Kamailio (SER

Re: [sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-10 Thread sergey-safarov
``` 26(174) DEBUG: tm [h_table.c:133]: free_cell_helper(): freeing transaction 0x7f289269dd08 from timer.c:654 16(164) DEBUG: [core/udp_server.c:514]: udp_rcv_loop(): probing packet received from 192.168.100.28 50195 13(161) DEBUG: [core/udp_server.c:491]: udp_rcv_loop(): received on udp socke

Re: [sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-10 Thread sergey-safarov
Same results when used UDP transport on caller and callee legs. And when `set_body_multipart` is applied at start of `request_route` block ``` /* Main SIP request routing logic * - processing of any incoming SIP request starts with this route * - note: this is the same as route { ... } */

Re: [sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-10 Thread sergey-safarov
This may be related to log ``` 16(27) ERROR: {1 21 INVITE 1851253425} [core/msg_translator.c:3290]: sip_msg_apply_changes(): cannot apply msg changes after adding record-route header - it breaks conditional 2nd header ``` Think in this case must be send original INVITE. -- You are receiving th

Re: [sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-10 Thread sergey-safarov
INVITE after modification is present in packet 16 of pcap file -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1719#issuecomment-437618022___

[sr-dev] [kamailio/kamailio] set_body_multipart produce broken body (#1719)

2018-11-10 Thread sergey-safarov
### Description I want convert INVITE message with SDP body to multypart body. To do this is used patch for reference kamailio.cfg ``` [root@safarov-dell kamailio]# diff -u kamailio.cfg kamailio2.cfg --- kamailio.cfg2018-11-09 18:28:36.0 +0300 +++ kamailio2.cfg 2018-11-10 2