<div dir="ltr">Hi All, <div><br></div><div>I have a issue where opensips is not sending the hep files towards homer. </div><div>I have used a manual and have add below to the .cfg file. </div><div> </div><div>Sockets: (It is unclear for my why I should put here the local adres, when I put the remote IP of homer, I get an error in the config: <br>socket=hep_udp:<a href="http://127.0.0.1:6061" target="_blank">127.0.0.1:6061</a><br>socket=hep_tcp:<a href="http://127.0.0.1:6061" target="_blank">127.0.0.1:6061</a><br></div><div>If I remove them from the config the hep module gives an error.</div><div><br></div><div>Second part in the .cfg: <br>### Configure an HEP Endpoint<br>loadmodule "proto_hep.so"<br>modparam("proto_hep", "hep_id", "[hid]10.0.0.216:9060;transport=udp;version=3")<br>#### Configure Tracer module to use the HEP Protocol instance id [hid]<br>loadmodule "tracer.so"<br>modparam("tracer", "trace_on", 1)<br>modparam("tracer", "trace_id", "[tid]uri=hep:hid")<br><br>And then the third part,<br>I noticed that it make no different when I put it above in the route logic or below.<br></div><div><br></div><div>route[to_homer] {<br>$var(trace_id) = "tid";<br>if (!has_totag()) {<br>if (is_method("INVITE")) { $var(trace_type) = "dialog"; }<br>else if (!is_method("CANCEL")) { $var(trace_type) = "transaction"; }<br>} else { $var(trace_type) = NULL; }<br>switch ($var(trace_type)) {<br>case "dialog":<br>trace("$var(trace_id)", "d", "sip|xlog|rest");<br>break;<br>case "transaction":<br>trace("$var(trace_id)", "t", "sip|xlog");<br>break;<br>}<br>}<br></div><div><br></div><div>I'm not getting an error, but I'm also not seeing any packets received on the homer server. </div><div>Can someone point me in the right direction or explain how I can add details to trouble shoot? </div><div><br></div><div>Cheers,</div><div>Vincent </div></div>