<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>HI, first I apologize if this has been gone over already but I have been searching and have not been able to find an answer as of yet. <br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Simply my problem is that I cannot seem to get the MI connection setup properly in opensips-cp. I have tried json as well as FIFO with no success and was wondering if someone could point out what I may be doing wrong here. I am using Opensips 2.2.5 and Opensips-cp 6.2. </div><div><br data-mce-bogus="1"></div><div>When trying json my opensips-cp boxes.global.inc.php MI section looks as so:<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>$boxes[$box_id]['mi']['conn']="json:127.0.0.1:8888/JSON";</div><div><br data-mce-bogus="1"></div><div>I have mi_json and json loaded after the http and httpd modules in opensips.cfg:<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>#### HTTPD module<br>loadmodule "httpd.so"<br>modparam("httpd", "port", 8888)<br></div><div><br data-mce-bogus="1"></div><div>####  MI_HTTP module<br>loadmodule "json.so"<br>loadmodule "mi_http.so"<br>loadmodule "mi_json.so"<br></div><div><br data-mce-bogus="1"></div><div>When I try to use the MI commands section in the control panel, I issue a command and get back the error:<br data-mce-bogus="1"></div><div>"MI command failed with 400"</div><div><br data-mce-bogus="1"></div><div>Also I can see opensips listening on port 8888:<br data-mce-bogus="1"></div><div>tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      15232/opensips  <br></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>When I try to use fifo I get a different error, my boxes config looks like:<br data-mce-bogus="1"></div><div>$boxes[$box_id]['mi']['conn']="fifo:/tmp/opensips_fifo";</div><div><br data-mce-bogus="1"></div><div>I can verify that the file exits in /tmp with the correct name and that the fifo module is loaded:<br data-mce-bogus="1"></div><div>ls -al /tmp/opensips_fifo <br>prw-rw-rw- 1 root root 0 Jul 26 16:40 /tmp/opensips_fifo<br></div><div><br data-mce-bogus="1"></div><div>#### FIFO Management Interface<br>loadmodule "mi_fifo.so"<br>modparam("mi_fifo", "fifo_name", "/tmp/opensips_fifo")<br>modparam("mi_fifo", "fifo_mode", 0666)<br></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>When trying to use fifo I get this error:<br data-mce-bogus="1"></div><div>Unknwon/Unsupported type[fifo] for MI URL</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Hopefully someone can point me in the right direction, I'm not exactly sure where to go next on this problem.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div></div></body></html>