[svn-commits] dvossel: trunk r232657 - in /trunk: CHANGES UPGRADE.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 2 17:27:50 CST 2009


Author: dvossel
Date: Wed Dec  2 17:27:45 2009
New Revision: 232657

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232657
Log:
update CHANGES and UPGRADE.txt for early media behavior change between 1.6.1 and 1.6.2

(closes issue #16212)
Reported by: miki


Modified:
    trunk/CHANGES
    trunk/UPGRADE.txt

Modified: trunk/CHANGES
URL: http://svnview.digium.com/svn/asterisk/trunk/CHANGES?view=diff&rev=232657&r1=232656&r2=232657
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Dec  2 17:27:45 2009
@@ -354,6 +354,9 @@
 
 SIP Changes
 -----------
+ * The prematuremedia option is disabled by default.  Applications requiring
+   SIP early audio must use the Progress() dialplan application to generate
+   the 183 progress message.
  * Added support for SUBSCRIBE/NOTIFY with dialog-info based call pickups.
    Snom phones use this for call pickup of extensions that the phone is
    subscribed to.

Modified: trunk/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE.txt?view=diff&rev=232657&r1=232656&r2=232657
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Wed Dec  2 17:27:45 2009
@@ -62,6 +62,10 @@
   changed to use AVAILCAUSECODE.
 
 From 1.6.1 to 1.6.2:
+
+* SIP no longer sends the 183 progress message for early media by
+  default.  Applications requiring early media should use the
+  progress() dialplan app to generate the progress message. 
 
 * The firmware for the IAXy has been removed from Asterisk.  It can be
   downloaded from http://downloads.digium.com/pub/iaxy/.  To have Asterisk




More information about the svn-commits mailing list