[reSIProcate] adding HOMER support?

Daniel Pocock daniel at pocock.pro
Thu Oct 13 14:04:47 CDT 2016



On 16/09/16 20:18, slgodin at gmail.com 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



More information about the resiprocate-devel mailing list