Re: [OpenSIPStack] Problem with OnOutgoingCallConnected
Brought to you by:
joegenbaclor
From: Ilian J. C. P. <ip...@so...> - 2007-07-13 09:41:00
|
Hi, tomach wrote: > Hello Ilian!! > > First of all I decided to test ATL with many people at the same time. Because we belive it is really good application. > But right now I have big request to You. I would like to catch all your logs to our system. That in case of failure I analyze logs... > I have my own log system. Is it possible that ATL and opensipstac would send all logs not ot file but to the event that i woudl catch in my softphone ?? Is it easy task and would work properly? What woudl be the most changes? > > In case its too complicated, how to diseable logs totally? Because I notice that files grow really fast and its dangerous for my system. > Disabling the logs will be as simple as removing the following lines from SoftPhone.cxx: PTrace::Initialise( 3, "opal.log" ); ===================================== Logger::SetDefaultLevel( 5 ); Logger::SetDefaultLogFile( "sip.log" ); When disabling these, you can still get the SIP messages from Event_ReadPacketLog and Event_WritePacketLog but there is no provision yet for getting the info from sip.log and opal.log. Do you need those info too? Regards, Ilian > Please consider my questions its very important for me to start really tests, that could be really valuable for You. > > Best Regards, > Tomek > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |