< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] adding HOMER support?



On 16/09/16 20:18, slgodin@xxxxxxxxx wrote:
> Hi Daniel,
> 
> There is an interface for doing custom SIP message logging that I'm sure
> you could take advantage of.  Check out ReproSipMessageLoggingHandler in
> ReproRunner.cxx and SipStack::setTransportSipMessageLoggingHandler
> 

Thanks for pointing that out

I copied that class and dropped in the example code from the hep-c
repository[1]

It seems to work on Linux, would you mind checking it on Windows?  I've
sent you a private email with details of a HOMER server you can send to.

The implementation could be improved to send the messages to HOMER on
the main loop.  For now I just send them on a non-blocking UDP socket
and risk losing them if the TX buffer fills up.

Regards,

Daniel






1. https://github.com/sipcapture/hep-c