<div dir="ltr">Hi list,<div><br></div><div>I have the following configuration for siptrace: <br><div>####################</div><div>modparam("siptrace", "duplicate_uri", "{{ homer_uri }}")<br>modparam("siptrace", "hep_mode_on", 1)<br>modparam("siptrace", "trace_to_database", 0)<br>modparam("siptrace", "trace_flag", 22)<br>modparam("siptrace", "trace_on", 1)<br>modparam("siptrace", "trace_mode", 1)<br>modparam("siptrace", "hep_version", 3)<br>modparam("siptrace", "hep_capture_id", 2070)<br></div></div><div>#######################</div><div><br></div><div>But we saw that local replies from Kamailio in some cases would not appear. For example, Invite is sent to Kamailio and Kamailio replies with a Forbidden, in homer only the Invite and the ACK would appear.</div><div><br></div><div>So any scenario that the Invite has the final answer locally on Kamailio would not appear the reply in Homer.</div><div><br></div><div>I tried to use the following modified config: </div><div><div><div>####################</div><div>modparam("siptrace", "duplicate_uri", "{{ homer_uri }}")<br>modparam("siptrace", "hep_mode_on", 1)<br>modparam("siptrace", "trace_to_database", 0)<br>modparam("siptrace", "trace_on", 1)<br>modparam("siptrace", "trace_mode", 0)<br>modparam("siptrace", "hep_version", 3)<br>modparam("siptrace", "hep_capture_id", 2070)<br></div></div><div><br></div><div>and in the Request Route:</div><div><br></div><div>request_route {<br>    sip_trace_mode("t");<br>....</div><div>}</div><div>#######################</div></div><div><br></div><div>With this last configuration, I can see now all the messages (for example the forbidden appears) but we found out a problem with this configuration.</div><div><br></div><div>In a normal scenario if we have some mapping for example from 487 to 480 in the onreply_route { .... change_reply_status(480,"Temporary unavailable"); ..... } in homer it will appear that Kamailio received the 480 instead of the 487, so basically siptrace is reporting the message after being change instead of the original message received.</div><div><br></div><div>Any ideas what I need to change on the siptrace to have this correctly working?</div><div><br></div><div>Thanks for the help,</div><div>Regards,</div><div>Tiago</div></div>