sobomax 2009/10/06 11:51:29 CEST
SER CVS Repository
Modified files: (Branch: RELENG_1_2) . Makefile.am main.c rtpp_command.c rtpp_defines.h rtpp_log.c rtpp_log.h Added files: (Branch: RELENG_1_2) . rtpp_syslog_async.c rtpp_syslog_async.h Log: Merge in all post-1.2 fixes and small enhancements, which includes the following:
- Ability to specify log facility for the syslog;
- ability to disable TOS setting;
- make default logging less verbose when running in background;
- do logging in the separate thread to work around issue in the RHEL/CentOS as well as to improve things in general, so that logging doesn't interfere with RTP traffic handling;
- fix debian startup script;
- fix R (record command) working as advertized;
- only list disconnect notifications as supported if user actually had enabled this feature with -n.
Revision Changes Path 1.14.2.1 +3 -2 rtpproxy/Makefile.am http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/Makefile.am.diff?r1=1... 1.87.2.2 +14 -3 rtpproxy/main.c http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/main.c.diff?r1=1.87.2... 1.24.2.2 +12 -2 rtpproxy/rtpp_command.c http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_command.c.diff?r... 1.24.2.1 +2 -2 rtpproxy/rtpp_defines.h http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_defines.h.diff?r... 1.1.2.1 +73 -10 rtpproxy/rtpp_log.c http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_log.c.diff?r1=1.... 1.6.2.1 +2 -1 rtpproxy/rtpp_log.h http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_log.h.diff?r1=1.... 1.1.2.1 +241 -0 rtpproxy/rtpp_syslog_async.c (new) http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_syslog_async.c?r... 1.1.2.1 +38 -0 rtpproxy/rtpp_syslog_async.h (new) http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/rtpproxy/rtpp_syslog_async.h?r...