Re: [sr-dev] [kamailio/kamailio] siptrace: new hlog() function to send logs to homer (#1007)

2017-02-24 Thread Camille Oudot
Merged #1007. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1007#event-975746082___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] siptrace: new hlog() function to send logs to homer (#1007)

2017-02-23 Thread Giacomo Vacca
giavac approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1007#pullrequestreview-23663631___ sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] siptrace: new hlog() function to send logs to homer (#1007)

2017-02-23 Thread Alexandr Dubovikov
:+1: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1007#issuecomment-282090025___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] [kamailio/kamailio] siptrace: new hlog() function to send logs to homer (#1007)

2017-02-23 Thread Camille Oudot
This adds the `hlog()` function to the siptrace module, that sends a HEP3 LOG event packet to the URI configured in the module. Usage: ``` ... hlog("[cfg:$cfg(line)] This is a log from kamailio to Homer"); ... hlog("$hdr(P-MyID)", "Another one with a custom correlation ID"); ... ``` You can