<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi<div class=""><br class=""></div><div class="">Re-reading that again I think I am breaking things by trying to use sipcapture to log to the local db on the same copy of kamailio that phones are connected to.  If I am reading it correctly I actually need to run siptrace on the kamailio copy the phones are connected to which will then send the results over to another copy which runs sipcapture….  </div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Mark<br class=""><div class=""><div class=""><br class=""></div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 1 Sep 2017, at 17:35, David Villasmil <<a href="mailto:david.villasmil.work@gmail.com" class="">david.villasmil.work@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Here's explained very simply:<div class=""><br class=""></div><div class=""><a href="https://github.com/sipcapture/homer/wiki/Examples%3A-Kamailio" class="">https://github.com/sipcapture/homer/wiki/Examples%3A-Kamailio</a><br class=""></div><div class=""><br class=""></div><div class="">Basically you just need on the request and on the onreply routes, that's it.</div><div class="">If you're not seeing anything, make sure your config looks something like:</div><div class=""><br class=""></div><div class=""><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(246,248,250);border-radius:3px;color:rgb(36,41,46)" class=""><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:13.6px;padding:0px;margin:0px;background:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal" class="">#!ifdef WITH_HOMER
# check IP and port of your capture node
modparam("siptrace", "duplicate_uri", "sip:<a href="http://10.0.0.1:9060/" class="">10.0.0.1:9060</a>")
modparam("siptrace", "hep_mode_on", 1)
modparam("siptrace", "trace_to_database", 0)
modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "trace_on", 1)
#!endif</code></pre></div><div class="gmail_extra">Hope that helps.<br clear="all" class=""><div class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><br class=""></div><div class="">Regards,</div><div class=""><br class=""></div>David Villasmil<div class="">email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank" class="">david.villasmil.work@gmail.com</a></div><div class="">phone: +34669448337</div></div></div></div>
<br class=""><div class="gmail_quote">On Fri, Sep 1, 2017 at 3:42 PM, Mark Boyce <span dir="ltr" class=""><<a href="mailto:mark@darkorigins.com" target="_blank" class="">mark@darkorigins.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Diego<br class="">
<br class="">
I current have it in;<br class="">
        request_route<br class="">
        branch_route<br class="">
        onreply_route<br class="">
        failure_route<br class="">
        reply_route<br class="">
        onsend_route<br class="">
<br class="">
Just to try and catch everything I can.  With a plan to then remove what’s not needed.<br class="">
<br class="">
Although not seeing any kamailio -> phone traffic.  Feels like there’s something not turned on :-(<br class="">
<br class="">
Cheers<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
Mark<br class="">
</font></span><div class="HOEnZb"><div class="h5"><br class="">
______________________________<wbr class="">_________________<br class="">
Kamailio (SER) - Users Mailing List<br class="">
<a href="mailto:sr-users@lists.kamailio.org" class="">sr-users@lists.kamailio.org</a><br class="">
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank" class="">https://lists.kamailio.org/<wbr class="">cgi-bin/mailman/listinfo/sr-<wbr class="">users</a><br class="">
</div></div></blockquote></div><br class=""></div></div><div hspace="streak-pt-mark" style="max-height:1px" class=""><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aZGF2aWQudmlsbGFzbWlsLndvcmtAZ21haWwuY29t&type=zerocontent&guid=9271b6b3-2225-4dfd-9116-01af167d1020" class=""><font color="#ffffff" size="1" class="">ᐧ</font></div>
_______________________________________________<br class="">Kamailio (SER) - Users Mailing List<br class=""><a href="mailto:sr-users@lists.kamailio.org" class="">sr-users@lists.kamailio.org</a><br class="">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users<br class=""></div></blockquote></div><br class=""></div></body></html>