<div dir="ltr">Hi,<div><br></div><div>We are using kamailio 5.3 latest version with the topos module. We have added Homer 7 latest version to consolidate traces from all kamailios and we have enabled siptrace module on kamailio to send data to homer. What we have seen up today is that traces on homer have sip headers before topos changes. So if I look at the same call on sngrep on the kamailio machine, I see the correct topos changed headers. If I check the same call on Homer I see headers without topos changes. Also we get duplicate headers on ACKs on homer.</div><div><br></div><div>I was wondering what we have done wrong in the config and we have these results on homer. Any help will be much appreciated!</div><div><br></div><div>Our config has:</div><div>===========-</div><div>#!substdef "!MY_HOMER_CAPTURE!sip:MY_HOMER_IP_ADDR:MY_HOMER_PORT!g"<br>#!substdef "!MY_LOCAL_SENDSOCK!sip:MY_KAMAILIO_IP:MY_LOCAL_SEND_PORT!g"<br><br></div><div>loadmodule "topos.so"<br></div><div>loadmodule "siptrace.so"</div><div><br>modparam("siptrace", "force_send_sock", "MY_LOCAL_SENDSOCK")<br>modparam("siptrace", "duplicate_uri", "MY_HOMER_CAPTURE")<br>modparam("siptrace", "hep_mode_on", 1)<br>modparam("siptrace", "hep_version", 3)<br>modparam("siptrace", "trace_to_database", 0)<br>modparam("siptrace", "trace_on", 1)<br>modparam("siptrace", "trace_mode", 0)<br>modparam("siptrace", "hep_capture_id", NODE_ID)<br><br></div><div>modparam("topos", "db_url", DBURL)<br></div><div>modparam("topos", "mask_callid", 0)<br>modparam("topos", "sanity_checks", 0)<br>modparam("topos", "branch_expire", 130) # 3 Min<br>modparam("topos", "dialog_expire", 10800) # 3 Hours<br>modparam("topos", "clean_interval", 60)<br>modparam("topos", "event_mode", 3)<br></div><div><br></div><div>request_route {<br>sip_trace_mode("t");<br>........<br></div><div>}</div><div><br></div><div>onsend_route {<br>    if (is_method("ACK")) {<br>           sip_trace();<br>    }<br>}<br></div><div>==============</div><div><br></div><div>Thank you!</div><div><br></div><div>Kind regards,</div><div>Angelo</div><div><br></div></div>