[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:11:31 CET 2006
User: dan_pascu
Date: 2006/03/24 10:11:28 PST
OpenSER CVS - Commit Details
Modified files: (Branch: rel_1_0_0)
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.6.2.1 +7 -1 sip-server/modules/mediaproxy/README
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/mediaproxy/README?r1=1.6&r2=1.6.2.1 ]
1.3.2.1 +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.3.2.1 ]
1.5.2.2 +17 -25 sip-server/modules/mediaproxy/mediaproxy.c
[ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/mediaproxy/mediaproxy.c?r1=1.5.2.1&r2=1.5.2.2 ]
More information about the Devel
mailing list