[svn-commits] r165180 - svn:log

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 17 12:55:16 CST 2008


Author: mnicholson
Revision: 165180
Modified property: svn:log

Modified: svn:log at Wed Dec 17 12:55:16 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Dec 17 12:55:16 2008
@@ -1,0 +1,13 @@
+This patch adds a new 'ignoresdpversion' option to sip.conf.  When this is
+enabled (either globally or for a specific peer), chan_sip will treat any SDP
+data it receives as new data and update the media stream accordingly.  By
+default, Asterisk will only modify the media stream if the SDP session version
+received is different from the current SDP session version.  This option is
+required to interoperate with devices that have non-standard SDP session
+version implementations (observed by toc on the bug tracker with Microsoft OCS
+which always uses 0 as the session version).
+
+http://reviewboard.digium.com/r/94/
+(closes issue #13958)
+Reported by: toc
+Tested by: toc




More information about the svn-commits mailing list