<html><head></head><body><div class="ydp1abb7b91yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div><div dir="ltr" data-setdir="false">hi,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">it is starting perfectly for me(my host OS is Centos 7):</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><div><div>vagrant### docker run -d --name mykamailio -h mykamailio -p "5060-5061:5060-5061" -p "5060:5060/udp" -p "5064-5065:5064-5065" -p "5064-5065:5064-5065/udp" -p "7000-7</div><div>001:7000-7001" -p "7000:7000/udp" -e "KAMAILIO_LOG_LEVEL=info" -e "KAMAILIO_ENABLE_ROLES=websockets,message,presence_query,presence_sync,presence_notify_sync,registrar_syn</div><div>c" -e "RABBITMQ_HOSTS=rabbitmq.local" --cap-add IPC_LOCK --cap-add SYS_NICE --cap-add SYS_RESOURCE --cap-add NET_RAW kamailio/kamailio:5.4.4-trusty </div><div>44f1868649ad28aff0f67f170dfa763d8e8d3f0648cbb1018b8e254b1a2da643</div><div> </div><div>vagrant### docker ps -a | grep kama </div><div>44f1868649ad kamailio/kamailio:5.4.4-trusty "kamailio -DD -E" 11 seconds ago Up 8 seconds 0.0.0.0:5060-5061->5060-5061/tcp, 0.0.0.0:5060->5060/udp, 0.0.0.0:5064-5065->5064-5065/tcp, 0.0.0.0:5064-5065->5064-5065/udp, 0.0.0.0:7000-7001->7000-7001/tcp, 0.0.0.0:7000->7000/udp mykamailio</div><div>vagrant### </div><div><br></div><div>your kamailio is already started "kamailio -DD -E" and listenining on mentioned ports</div><div><br></div><div>inside container:</div><div><br></div><div>root@mykamailio:/# ps -ef | grep kamailio</div><div>root 1 0 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 6 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 7 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 8 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 9 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 10 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 11 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 12 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 13 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 14 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 15 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 16 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 17 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 18 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 19 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 20 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 21 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 22 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 23 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 24 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 25 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 26 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 27 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 28 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 29 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 30 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 31 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 32 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 33 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 34 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 35 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 36 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 37 1 0 00:46 ? 00:00:00 kamailio -DD -E</div><div>root 224 97 0 00:51 pts/0 00:00:00 grep --color=auto kamailio</div><div>root@mykamailio:/# kamctl uptime </div><div>{</div><div> "jsonrpc": "2.0",</div><div> "result": {</div><div> "now": "Thu Feb 18 00:51:50 2021",</div><div> "up_since": "Thu Feb 18 00:46:29 2021",</div><div> "uptime": 321</div><div> },</div><div> "id": 225</div><div>}</div><div>root@mykamailio:/# kamctl stats | grep -i invite</div><div> "core:rcv_replies_1xx_invite = 0",</div><div> "core:rcv_replies_2xx_invite = 0",</div><div> "core:rcv_replies_3xx_invite = 0",</div><div> "core:rcv_replies_4xx_invite = 0",</div><div> "core:rcv_replies_5xx_invite = 0",</div><div> "core:rcv_replies_6xx_invite = 0",</div><div> "core:rcv_requests_invite = 0",</div><div>root@mykamailio:/# </div><div><br></div><div>you cant stop/start it within container. </div><div>for better experience you can map/attach the kamailio config ( e.g. -v /opt/kamailio/f2am_kam/etc/kamailio:/etc/kamailio) and then if you make config change stop/start the container.</div><div dir="ltr" data-setdir="false"><br></div></div></div><div class="ydp1abb7b91signature"><br>Best<br></div></div><div><br></div>
</div><div id="ydpf54ecf94yahoo_quoted_4229048369" class="ydpf54ecf94yahoo_quoted">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">
<div>
On Wednesday, February 17, 2021, 08:09:23 AM EST, Nuñez, Mario <mario.nunez@atos.net> wrote:
</div>
<div><br></div>
<div><br></div>
<div><div id="ydpf54ecf94yiv0309219341">
<div>
<div class="ydpf54ecf94yiv0309219341WordSection1">
<p class="ydpf54ecf94yiv0309219341MsoNormal">Hello,</p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">I started from scratch by getting this Docker image:</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"><a href="https://hub.docker.com/layers/kamailio/kamailio/5.4.4-trusty/images/sha256-3b23ee57c997a591a39bdbec40d2f56c483bce010862bce4f2433d050b988d59?context=explore" rel="nofollow" target="_blank">https://hub.docker.com/layers/kamailio/kamailio/5.4.4-trusty/images/sha256-3b23ee57c997a591a39bdbec40d2f56c483bce010862bce4f2433d050b988d59?context=explore</a></span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"> </span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Then running:</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">docker pull kamailio/kamailio:5.4.4-trusty</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"> </span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Then starting an container with the command:</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">docker run -d --name mykamailio -h mykamailio -p "5060-5061:5060-5061" -p "5060:5060/udp" -p "5064-5065:5064-5065" -p "5064-5065:5064-5065/udp" -p "7000-7001:7000-7001" -p "7000:7000/udp" -e "KAMAILIO_LOG_LEVEL=info"
-e "KAMAILIO_ENABLE_ROLES=websockets,message,presence_query,presence_sync,presence_notify_sync,registrar_sync" -e "RABBITMQ_HOSTS=rabbitmq.local" --cap-add IPC_LOCK --cap-add SYS_NICE --cap-add SYS_RESOURCE --cap-add NET_RAW kamailio/kamailio:5.4.4-trusty</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"> </span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">I get into container using cli and ran:</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Kamtcl start</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Then container stopped with this log:</span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;"><code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">Listening on</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">udp: 127.0.0.1:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">udp: 172.17.0.4:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">tcp: 127.0.0.1:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">tcp: 172.17.0.4:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">Aliases:</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">tcp: mykamailio:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">tcp: localhost:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/tcp_main.c:4984]: init_tcp(): using epoll_lt as the io watch method (auto detected)</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">udp: mykamailio:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">udp: localhost:5060</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: rr [../outbound/api.h:52]: ob_load_api(): unable to import bind_ob - maybe module is not loaded</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: rr [rr_mod.c:185]: mod_init(): outbound module not available</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [main.c:2854]: main(): processes (at least): 33 - shm size: 67108864 - pkg size: 8388608</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/udp_server.c:154]: probe_max_receive_buffer(): SO_RCVBUF is initially 212992</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/udp_server.c:206]: probe_max_receive_buffer(): SO_RCVBUF is finally 425984</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">21(28) INFO: jsonrpcs [jsonrpcs_sock.c:443]: jsonrpc_dgram_process(): a new child 0/28</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">23(30) INFO: ctl [io_listener.c:214]: io_listen_loop(): io_listen_loop: using epoll_lt io watch method (config)</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) ALERT: <core> [main.c:780]: handle_sigs(): child process 77 exited normally, status=255</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [main.c:808]: handle_sigs(): terminating due to SIGCHLD</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">2(9) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">1(8) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">4(11) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">5(12) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">7(14) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">10(17) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">8(15) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">9(16) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">3(10) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">11(18) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">14(21) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">17(24) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">15(22) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">12(19) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">18(25) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">6(13) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">13(20) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">16(23) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">23(30) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">22(29) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">19(26) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">21(28) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">20(27) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">32(39) CRITICAL: <core> [core/pass_fd.c:277]: receive_fd(): EOF on 13</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">32(39) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">25(32) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">27(34) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">29(36) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">30(37) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">26(33) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">28(35) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">31(38) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">24(31) INFO: <core> [main.c:863]: sig_usr(): signal 15 received</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) ERROR: ctl [ctl.c:390]: mod_destroy(): ERROR: ctl: could not delete unix socket /var/run/kamailio//kamailio_ctl: No such file or directory (2)</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341jss6912" style="margin:0cm;background:#0D1214;orphans:2;widows:2;text-decoration-style:initial;text-decoration-color:initial;word-spacing:0px;">
<code><span lang="EN-US" style="font-size:9.0pt;color:#AED9FA;">0(1) INFO: <core> [core/sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized</span></code><span lang="EN-US" style="font-size:9.0pt;font-family:sans-serif;color:#AED9FA;"></span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"> </span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US"> </span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Any idea about what could be the problem?</span></p>
<p class="ydpf54ecf94yiv0309219341MsoNormal"><span lang="EN-US">Thank you in advance</span></p>
</div>
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it.
<br>
As its integrity cannot be secured on the Internet, the Atos group liability cannot be triggered for the message content. Although the sender endeavors to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free
and will not be liable for any damages resulting from any virus transmitted. <br>
<br>
Este mensaje y los ficheros adjuntos pueden contener información confidencial destinada solamente a la(s) persona(s) mencionadas anteriormente y pueden estar protegidos por secreto profesional.
<br>
Si usted recibe este correo electrónico por error, gracias por informar inmediatamente al remitente y destruir el mensaje.
<br>
Al no estar asegurada la integridad de este mensaje sobre la red, Atos no se hace responsable por su contenido. Su contenido no constituye ningún compromiso para el grupo Atos, salvo ratificación escrita por ambas partes.
<br>
Aunque se esfuerza al máximo por mantener su red libre de virus, el emisor no puede garantizar nada al respecto y no será responsable de cualesquiera daños que puedan resultar de una transmisión de virus.
</div>
</div>_______________________________________________<br>Kamailio (SER) - Users Mailing List<br><a href="mailto:sr-users@lists.kamailio.org" rel="nofollow" target="_blank">sr-users@lists.kamailio.org</a><br><a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="nofollow" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br></div>
</div>
</div></body></html>