Ronald Voermans wrote: > Maksym, > > OK. What I mean is: when starting RTPProxy in foreground mode, I can review > the sent/received/lost packets bij RTPProxy. Is there a way to log these > statistics to a logfile instead of only displaying in foreground mode? I > thought it was using RTCP for retreiving those statitics. Apparently it > isn't... > > Hope this clarifies things...
Ronald, Indeed, there is no "official" way to do it currently. However, you can start rtpproxy in the "foreground" mode with & and redirect output into some file, i.e.: rtpproxy -f .... 1>>/var/log/rtpproxy.log 2>>/var/log/rtpproxy.log& We have syslog support in our TODO list for some time now, I will see if I can push it forward soon. Sincerely, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/F: +1-646-651-1110 Web: http://www.sippysoft.com _______________________________________________ Users mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/users
