Re: [OpenSIPStack] OnLogSIPMessage
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-11-23 04:14:13
|
Hi, This was affected by modifications in the logging behavior for OSBC. Here's a quick fix: In SIPTransportManager::OnProcessInbound( EQ::EventQueue &, INT _event ) and SIPTransportManager::OnProcessOutbound( EQ::EventQueue &, INT _event ), insert "traceStream << "\r\n" << strPacket.str();" before SIPTransport::NotifyRead( traceStream.str() ); and SIPTransport::NotifyWrite( traceStream.str() ); in their respective functions. - Ilian Giuseppe Battaglia wrote: > Hi, > I'm using ATLSIP control, I updated the source with CVS because I had > problem with calls, now solved. > But now I have an issue: the old OnLogSIPMessage event returned a multiline > verbose log, now it returns only a line at time, with few info. > There is a way to enable the previous behavior of that event? > Thank you very much, > Giuseppe > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |