<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>"listen=<a href="http://0.0.0.0:5506">0.0.0.0:5506</a> AS 54.211.x.y:5506 "<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("siptrace", "duplicate_uri", "sip:107.170.x.y:9060")</div><div>modparam("siptrace", "duplicate_with_hep", 1)</div><div>modparam("siptrace", "trace_to_database", 0)</div><div>modparam("siptrace", "trace_flag", 22)</div><div>modparam("siptrace", "trace_on", 1)</div><div>#HEPv2 == timestamp will be included to HEP header</div><div>modparam("siptrace", "hep_version", 2)</div></div><div> </div><div> In "107.170.x.y:9060" my kamailio is running . But when I am trying to forward the packets its giving error .</div><div><br></div><div><b>"ERROR:siptrace:pipport2su: host <0.0.0.0> is not an IP" . </b> </div><div><br></div><div> If I am changing my opensips config to <b>"listen=</b><b>54.211.x.y:5506 AS </b><b>54.211.x.y:5506 " </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 " <b>0.0.0.0</b> " ?</div><div><br></div><div><br></div><div><div class="gmail_signature"><div dir="ltr"><b><i>Thanks & 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>