<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    it&acute;s simple, if you are runnin both opensips and opensips-cp on the
    same server you need to configure: /config/boxes.global.inc.php<br>
    <br>
    $boxes[$box_id]['mi']['conn']="/tmp/opensips_fifo";<br>
    <br>
    change it to:<br>
    <br>
    $boxes[$box_id]['mi']['conn']="127.0.0.1:8000";<br>
    <br>
    <br>
    but if they are running on the same server, you could just install
    xmlrpc module in opensips / load it and start it on port 8000. Then
    it will work also :)<br>
    <br>
    <br>
    Best Regards<br>
    <br>
    Max M.<br>
    <br>
    Am 10.03.2011 15:38, schrieb vip killa:
    <blockquote
      cite="mid:AANLkTi=k+mfEwXBA4Qi_PUvYRtREiXRL+jezpP3VaT_m@mail.gmail.com"
      type="cite"><span class="Apple-style-span" style="border-collapse:
        collapse; color: rgb(80, 0, 80); font-family: arial,sans-serif;
        font-size: 13px;">I've installed opensips-1.6.4-2-notls with
        opensips-cp but in opensips cp<br>
        i'm getting this error:<br>
        Cannot connect to OpenSIPS Server via Management Interface (<a
          moz-do-not-send="true" href="http://127.0.0.1/8000"
          target="_blank" style="color: rgb(7, 77, 143);">127.0.0.1/8000</a>)<br>
        i believe this error is related to the opensips_fifo, but im not
        sure and im<br>
        new to opensips.<br>
        Everything else works in opensips-cp.<br>
        could someone help me out? thanks</span>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>