<div>Dear Sir/Madam</div><div>Happy new year!!</div><div><br></div><div>I am trying to configure OpenSIPS 2.3 with Homer 5 using HEP protocol.</div><div>Homer is installed using: https://github.com/sipcapture/homer-installer/blob/opensips-2.3/homer_installer.sh</div><div><br></div><div>What I want to achieve is to let OpenSIPS to send traced SIP message to Homer using HEP protocol, just like what freeswitch did with Homer.</div><div>Is there any document or example I can follow to complete this target?</div><div><br></div><div>I read and follow the below link to make the configuration, but obviously it is outdated, and module parameters in the example is already outdated.</div><div><br></div><div>https://github.com/sipcapture/homer/wiki/Examples%3A-OpenSIPS</div><div>Section:<span style="color: rgb(36, 41, 46); font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1.25em;">OpenSIPs - config for trace node.</span></div><div><br></div><div>Then, I followed the SIPTrace module document and configure, but OpenSIPS doesn't try to connect homer.</div><div>What am I missing?</div><div><br></div><div>Thank you very much!</div><div><br></div><div>Best Regards.</div><div>Jeffrey</div><div><br></div><div><div><font color="#0000ff">loadmodule "proto_hep.so"</font></div><div><font color="#0000ff">loadmodule "siptrace.so"</font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">modparam("siptrace", "trace_on", 1)</font></div><div><font color="#0000ff">modparam("proto_hep", "hep_id",  "[hid]172.21.253.243")</font></div><div><font color="#0000ff">modparam("siptrace", "trace_id", "[tid]uri=hep:hid")</font></div></div><div><font color="#0000ff"><br></font></div><div><div><font color="#0000ff">route{</font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">        $var(trace_id) = "tid";</font></div><div><font color="#0000ff">        $var(user) = "osip_user@opensips.org";</font></div><div><font color="#0000ff">        sip_trace("$var(trace_id)", "t", "sip|xlog|rest", "$var(user)");</font></div></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">        ......</font></div><div><div><font color="#0000ff">        if (is_method("REGISTER"))</font></div><div><font color="#0000ff">        {</font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff"><br></font></div><div><font color="#0000ff">                sip_trace("$var(trace_id)", "t", "sip|xlog|rest", "$var(user)");</font></div></div><div><br></div>