Hi 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….
Mark > On 1 Sep 2017, at 17:35, David Villasmil <[email protected]> > wrote: > > Here's explained very simply: > > https://github.com/sipcapture/homer/wiki/Examples%3A-Kamailio > <https://github.com/sipcapture/homer/wiki/Examples%3A-Kamailio> > > Basically you just need on the request and on the onreply routes, that's it. > If you're not seeing anything, make sure your config looks something like: > > #!ifdef WITH_HOMER > # check IP and port of your capture node > modparam("siptrace", "duplicate_uri", "sip:10.0.0.1:9060 > <http://10.0.0.1:9060/>") > modparam("siptrace", "hep_mode_on", 1) > modparam("siptrace", "trace_to_database", 0) > modparam("siptrace", "trace_flag", 22) > modparam("siptrace", "trace_on", 1) > #!endif > Hope that helps. > > Regards, > > David Villasmil > email: [email protected] <mailto:[email protected]> > phone: +34669448337 > > On Fri, Sep 1, 2017 at 3:42 PM, Mark Boyce <[email protected] > <mailto:[email protected]>> wrote: > Hi Diego > > I current have it in; > request_route > branch_route > onreply_route > failure_route > reply_route > onsend_route > > Just to try and catch everything I can. With a plan to then remove what’s > not needed. > > Although not seeing any kamailio -> phone traffic. Feels like there’s > something not turned on :-( > > Cheers > > Mark > > _______________________________________________ > Kamailio (SER) - Users Mailing List > [email protected] <mailto:[email protected]> > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users > <https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users> > > ᐧ > _______________________________________________ > Kamailio (SER) - Users Mailing List > [email protected] > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
