<div dir="ltr">Hi Mark,<div><br></div><div>Maybe you need to put this on your cfg:</div><div><br></div><div><div>onreply_route {</div><div>        route(STORE);</div><div>        drop;</div><div>}</div></div><div><br></div><div><br></div><div>Cheers,</div><div><br></div><div>Diego</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-09-01 10:19 GMT-03:00 Daniel Tryba <span dir="ltr"><<a href="mailto:d.tryba@pocos.nl" target="_blank">d.tryba@pocos.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Sep 01, 2017 at 12:50:50PM +0100, Mark Boyce wrote:<br>
> Trying to get a basic version of homer working on Kamailio V5. So far I have sipcapture throwing everything in to a single mysql table.<br>
><br>
> So first question;  Should I be using sipcapture or siptrace?  I’m not sure I can see the difference.<br>
><br>
> Second question;  On what I have working so far using sipcapture, I’m seeing the invites, subscribes, cancels, act’s all end up in the database.  What I’m missing is any responses from Kamailio back to the handset (AUTh Challenges etc)<br>
><br>
> modparam("sipcapture", "db_url", "mysql://sipcapture:<wbr>secretpassword@localhost/<wbr>homer_data")<br>
> modparam("sipcapture", "capture_on", 1)<br>
> modparam("sipcapture", "hep_capture_on", 1)<br>
> modparam("sipcapture", "insert_retries", 5)<br>
> modparam("sipcapture", "insert_retry_timeout", 10)<br>
><br>
> plus a sprinkling of  "sip_capture(); “ in the “xxx_route {“ blocks<br>
><br>
> What am I missing?<br>
<br>
</span>siptrace and sipcluster look similar indeed. I'm no expert in this (just<br>
started playing with Homer myself) but inmy mind:<br>
siptrace is used on a client to duplicate SIP messages to a server<br>
running sipcapture (using raw/HEP message)<br>
<br>
But since siptrace also has the ability to store in a database and you<br>
can tell siptrace the duplicate all messages with<br>
modparam("siptrace", "trace_mode", 1)<br>
That way you should see all messages in a dialog.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>users</a><br>
</div></div></blockquote></div><br></div>