Hi Bogdan,

netstat -tulpn on opensipsbox:

....

tcp        0      0 0.0.0.0:8888 0.0.0.0:*               LISTEN      8881/opensips

...

opensips.cfg

#### HTTPD module
loadmodule "httpd.so"
modparam("httpd", "port", 8888)
#### MI_HTTP module
loadmodule "json.so"
loadmodule "mi_http.so"


boxes.global.inc.php

// each server is a box

$box_id=0;

//  MI connector (via JSON backend):   json:host:port/json
$boxes[$box_id]['mi']['conn']="json:127.0.0.1:8888/JSON";


Is there something that I overlook ?


On 21.08.19 17:59, Bogdan-Andrei Iancu wrote:
Hi,

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)

Regards,
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
   https://www.opensips-solutions.com
OpenSIPS Summit 2019
   https://www.opensips.org/events/Summit-2019Amsterdam/
On 08/21/2019 06:34 PM, johan wrote:

Hi,


I installed opensips-cp 3.1.

Both uac_registrant and smpp work (thanks for that).

However, when I need to reload something there is no reply coming back (see below screenshot from dr_reload).

Is there something that I need to change in my opensips.cfg to make this working ?


Best regards,





_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to