[svn-commits] kpfleming: trunk r200726 - /trunk/CHANGES

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 15 20:03:26 CDT 2009


Author: kpfleming
Date: Mon Jun 15 20:03:22 2009
New Revision: 200726

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=200726
Log:
Document the new automatic 'ignoresdpversion' behavior.

Asterisk will now automatically ignore incorrect incoming SDP version numbers
when necessary to complete a T.38 re-INVITE operation.


Modified:
    trunk/CHANGES

Modified: trunk/CHANGES
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/CHANGES?view=diff&rev=200726&r1=200725&r2=200726
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Mon Jun 15 20:03:22 2009
@@ -27,6 +27,12 @@
    'rpid' and 'pai'. Setting sendrpid to 'rpid' will cause Remote-Party-ID
    header to be sent (equivalent to setting sendrpid=yes) and setting
    sendrpid to 'pai' will cause P-Asserted-Identity header to be sent.
+ * The 'ignoresdpversion' behavior has been made automatic when the SDP received
+   is in response to a T.38 re-INVITE that Asterisk initiated. In this situation,
+   since the call will fail if Asterisk does not process the incoming SDP, Asterisk
+   will accept the SDP even if the SDP version number is not properly incremented,
+   but will generate a warning in the log indicating that the SIP peer that sent
+   the SDP should have the 'ignoresdpversion' option set.
 
 Applications
 ------------




More information about the svn-commits mailing list