<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>bogdan, this is the output of tcpdump when I try to reload<br>
</p>
<p><br>
</p>
<p>tcpdump: verbose output suppressed, use -v or -vv for full
protocol decode<br>
listening on lo, link-type EN10MB (Ethernet), capture size 262144
bytes<br>
17:31:18.710084 IP localhost.41580 > localhost.8888: Flags [S],
seq 309153233, win 43690, options [mss 65495,sackOK,TS val
1078308369 ecr 0,nop,wscale 7], length 0<br>
17:31:18.710099 IP localhost.8888 > localhost.41580: Flags
[S.], seq 2917624240, ack 309153234, win 43690, options [mss
65495,sackOK,TS val 1078308369 ecr 1078308369,nop,wscale 7],
length 0<br>
17:31:18.710114 IP localhost.41580 > localhost.8888: Flags [.],
ack 1, win 342, options [nop,nop,TS val 1078308369 ecr
1078308369], length 0<br>
17:31:18.710172 IP localhost.41580 > localhost.8888: Flags
[P.], seq 1:156, ack 1, win 342, options [nop,nop,TS val
1078308369 ecr 1078308369], length 155<br>
17:31:18.710396 IP localhost.8888 > localhost.41580: Flags
[P.], seq 1:135, ack 156, win 350, options [nop,nop,TS val
1078308369 ecr 1078308369], length 134<br>
17:31:18.710408 IP localhost.41580 > localhost.8888: Flags [.],
ack 135, win 350, options [nop,nop,TS val 1078308369 ecr
1078308369], length 0<br>
17:31:18.710437 IP localhost.8888 > localhost.41580: Flags
[P.], seq 135:181, ack 156, win 350, options [nop,nop,TS val
1078308369 ecr 1078308369], length 46<br>
17:31:18.710443 IP localhost.41580 > localhost.8888: Flags [.],
ack 181, win 350, options [nop,nop,TS val 1078308369 ecr
1078308369], length 0<br>
17:31:18.710490 IP localhost.41580 > localhost.8888: Flags
[F.], seq 156, ack 181, win 350, options [nop,nop,TS val
1078308369 ecr 1078308369], length 0<br>
17:31:18.710520 IP localhost.8888 > localhost.41580: Flags
[F.], seq 181, ack 157, win 350, options [nop,nop,TS val
1078308369 ecr 1078308369], length 0<br>
17:31:18.710529 IP localhost.41580 > localhost.8888: Flags [.],
ack 182, win 350, options [nop,nop,TS val 1078308369 ecr
1078308369], length 0</p>
<p><br>
</p>
<p>opensips.cfg that handles connectivity: <br>
</p>
<p>#### HTTPD module <br>
loadmodule "httpd.so" <br>
modparam("httpd", "port", 8888) <br>
#### MI_HTTP module <br>
loadmodule "json.so" <br>
loadmodule "mi_http.so" <br>
</p>
<p><br>
</p>
<p>boxes.global.inc.php <br>
</p>
<p>// each server is a box<br>
<br>
$box_id=0;<br>
<br>
// MI connector (via JSON backend): json:host:port/json<br>
$boxes[$box_id]['mi']['conn']="json:127.0.0.1:8888/json";</p>
<p><br>
</p>
<p>what do I overlook ? <br>
</p>
<div class="moz-cite-prefix">On 22.08.19 11:34, Bogdan-Andrei Iancu
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:0f8910b1-224a-1a8f-12e9-a96d75ccc829@opensips.org">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<tt>Hi Johan,<br>
<br>
And if you do a "tcpdump -i any port 8888", do you see any
activity when you try the reload? Is the CP trying to do the TCP
connect to OpenSIPS ?<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com" moz-do-not-send="true">https://www.opensips-solutions.com</a>
OpenSIPS Summit 2019
<a class="moz-txt-link-freetext" href="https://www.opensips.org/events/Summit-2019Amsterdam/" moz-do-not-send="true">https://www.opensips.org/events/Summit-2019Amsterdam/</a>
</pre>
<div class="moz-cite-prefix">On 8/21/19 7:34 PM, johan wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1737f456-817a-b24a-770a-7420bfbd68dc@democon.be">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<p>Hi Bogdan, <br>
</p>
<p>netstat -tulpn on opensipsbox:</p>
<p>....</p>
<p>tcp 0 0 0.0.0.0:8888
0.0.0.0:* LISTEN 8881/opensips <br>
</p>
<p><font size="+1">...</font></p>
<p><font size="+1">opensips.cfg</font></p>
<p><font size="+1">#### HTTPD module <br>
loadmodule "httpd.so" <br>
modparam("httpd", "port", 8888) <br>
#### MI_HTTP module <br>
loadmodule "json.so" <br>
loadmodule "mi_http.so" <br>
</font></p>
<p><br>
</p>
<p>boxes.global.inc.php <br>
</p>
<p>// each server is a box<br>
<br>
$box_id=0;<br>
<br>
// MI connector (via JSON backend): json:host:port/json<br>
$boxes[$box_id]['mi']['conn']="json:127.0.0.1:8888/JSON";</p>
<p><br>
</p>
<p>Is there something that I overlook ? <br>
</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 21.08.19 17:59, Bogdan-Andrei
Iancu wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4c90865e-ee9e-6d69-3250-54c9172b1462@opensips.org">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
Hi,<br>
<br>
I suspect your MI connector is not properly configured in CP -
check if it matches the one offered by MI_HTTP in opensips
(also opensips must run)<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com" moz-do-not-send="true">https://www.opensips-solutions.com</a>
OpenSIPS Summit 2019
<a class="moz-txt-link-freetext" href="https://www.opensips.org/events/Summit-2019Amsterdam/" moz-do-not-send="true">https://www.opensips.org/events/Summit-2019Amsterdam/</a>
</pre>
<div class="moz-cite-prefix">On 08/21/2019 06:34 PM, johan
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:8c746773-415b-2efa-c333-94efe770b9f3@democon.be">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<p>Hi, <br>
</p>
<p><br>
</p>
<p>I installed opensips-cp 3.1. <br>
</p>
<p>Both uac_registrant and smpp work (thanks for that). <br>
</p>
<p>However, when I need to reload something there is no
reply coming back (see below screenshot from dr_reload).
<br>
</p>
<p>Is there something that I need to change in my
opensips.cfg to make this working ?</p>
<p><br>
</p>
<p>Best regards, <br>
</p>
<p><br>
</p>
<p><br>
</p>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org" moz-do-not-send="true">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" moz-do-not-send="true">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</blockquote>
</blockquote>
<br>
</blockquote>
</body>
</html>