<div dir="ltr">Yes . From last 8 year we are using opensips . And its working like this . <div><br></div><div>I am sorry but this is true .If your are saying this is not right . The what is the right way , so that we can use multiple interfaces . </div><div><br></div><div>Let me know the right way so that I can go forward and correct it . </div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
<br><div class="gmail_quote">On Fri, Apr 29, 2016 at 8:24 PM, Benjamin Cropley <span dir="ltr">&lt;<a href="mailto:benjamin.cropley@gmail.com" target="_blank">benjamin.cropley@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Sasmita,<div><br></div><div>Does you config LITERALLY say.. <b style="font-size:12.8px">listen=<a href="http://0.0.0.0:5506/" target="_blank">0.0.0.0:5506</a> AS 54.211.x.y:5506 </b><span style="font-size:12.8px">??</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">..</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 3:30 PM, Sasmita Panda <span dir="ltr">&lt;<a href="mailto:spanda@3clogic.com" target="_blank">spanda@3clogic.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Then what IP will I set there . We are running like this and there is no problem we are facing yet .<div><br></div><div>I cant put the public ip over there . If I will put the private ip then While forwarding HEP packets to any other IP it wont work .</div><div><br></div><div>There is an option I will set only the port=5506 and so that it will work on all the interfaces (public and private ) .</div><div><br></div><div>But giving the port , I am facing another problem . If there is more than one port then how will I give multiple ports ? </div></div><div class="gmail_extra"><span><br clear="all"><div><div><div dir="ltr"><b><i>Thanks &amp; Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div>
<br></span><div><div><div class="gmail_quote">On Fri, Apr 29, 2016 at 7:20 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <tt>Hi Sasmita,<br>
      <br>
      OpenSIPS does not support 0.0.0.0 IP. You need to have an explicit
      IP there.<br>
      <br>
      Regards,<br>
    </tt>
    <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre><div><div>
    <div>On 29.04.2016 11:46, Sasmita Panda
      wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div>
      <div dir="ltr">Hi All ,
        <div><br>
        </div>
        <div>     I am trying to integrate HOMER with opensips . I am
          using opensips as my capture agent and forwarding the HEP
          packets to the capture server which is kamailio .</div>
        <div><br>
        </div>
        <div>      My opensips is running on AWS EMI . Where there is a
          public and a private IP of the machine . So we used to writein
          the bellow format in the opensips config .</div>
        <div><br>
        </div>
        <div><b>&quot;listen=<a href="http://0.0.0.0:5506" target="_blank">0.0.0.0:5506</a> AS
            54.211.x.y:5506 &quot;<br>
          </b></div>
        <div><br>
        </div>
        <div>       Second part is the public ip , and that get used for
          publishing any message out side . the first part is for
          internal use .</div>
        <div>With this if I am trying to forward the HEP packet through
          siptrace module , I had configured like bellow .</div>
        <div><br>
        </div>
        <div>
          <div>#----load siptrcae module for trace node -------</div>
          <div>modparam(&quot;siptrace&quot;, &quot;duplicate_uri&quot;,
            &quot;sip:107.170.x.y:9060&quot;)</div>
          <div>modparam(&quot;siptrace&quot;, &quot;duplicate_with_hep&quot;, 1)</div>
          <div>modparam(&quot;siptrace&quot;, &quot;trace_to_database&quot;, 0)</div>
          <div>modparam(&quot;siptrace&quot;, &quot;trace_flag&quot;, 22)</div>
          <div>modparam(&quot;siptrace&quot;, &quot;trace_on&quot;, 1)</div>
          <div>#HEPv2 == timestamp will be included to HEP header</div>
          <div>modparam(&quot;siptrace&quot;, &quot;hep_version&quot;, 2)</div>
        </div>
        <div> </div>
        <div>       In &quot;107.170.x.y:9060&quot; my kamailio is running . But
          when I am trying to forward the packets its giving error .</div>
        <div><br>
        </div>
        <div><b>&quot;ERROR:siptrace:pipport2su: host &lt;0.0.0.0&gt; is not
            an IP&quot;  . </b>      </div>
        <div><br>
        </div>
        <div>          If I am changing my opensips config to <b>&quot;listen=</b><b>54.211.x.y:5506
            AS </b><b>54.211.x.y:5506 &quot; </b>then its running fine .</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>      How will I get read of this error without changing my
          listen IP and port line ?</div>
        <div>Is there anything I can do in the siptrace module to use
          the public ip only rather than using &quot; <b>0.0.0.0</b> &quot; ?</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>
          <div>
            <div dir="ltr"><b><i>Thanks &amp; Regards</i></b>
              <div><i>Sasmita Panda</i></div>
              <div><i>Network Testing and Software Engineer</i></div>
              <div><i>3CLogic , ph:07827611765</i></div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </div>

</blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>