[Devel] CVS commitlog: sip-server/modules/mediaproxy README
mediaproxy.c sip-server/modules/mediaproxy/doc mediaproxy_user.sgml
Dan Pascu
dan at ag-projects.com
Fri Mar 24 19:04:56 CET 2006
User: dan_pascu
Date: 2006/03/24 10:04:56 PST
OpenSER CVS - Commit Details
Modified files:
modules/mediaproxy README mediaproxy.c
modules/mediaproxy/doc mediaproxy_user.sgml
Commit Log:
- Do not print error to syslog is SDP body is missing. Return a different
negative code instead (-2) and let the caller handle the error (there
are cases where a missing SDP body is not an error and can be ignored).
This also helps by avoiding the need to call a has_body() function prior
to calling use_media_proxy(). Instead call use_media_proxy() directly and
it will tell you if it can't find a body, but without giving an error to
syslog
- Updated documentation about the return values for use_media_proxy()
- Fixed typo in documentation about end_media_session() usage.
Revision Changes Path
1.7 +7 -1 sip-server/modules/mediaproxy/README
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/mediaproxy/README?r1=1.6&r2=1.7 ]
1.4 +17 -3 sip-server/modules/mediaproxy/doc/mediaproxy_user.sgml
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/mediaproxy/doc/mediaproxy_user.sgml?r1=1.3&r2=1.4 ]
1.10 +18 -26 sip-server/modules/mediaproxy/mediaproxy.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/mediaproxy/mediaproxy.c?r1=1.9&r2=1.10 ]
More information about the Devel
mailing list