[svn-commits] oej: trunk r41435 - in /trunk: UPGRADE.txt channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 30 12:16:54 MST 2006


Author: oej
Date: Wed Aug 30 14:16:53 2006
New Revision: 41435

URL: http://svn.digium.com/view/asterisk?rev=41435&view=rev
Log:
Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() application and
does not need special code in chan_sip any more.

Modified:
    trunk/UPGRADE.txt
    trunk/channels/chan_sip.c

Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?rev=41435&r1=41434&r2=41435&view=diff
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Wed Aug 30 14:16:53 2006
@@ -302,6 +302,10 @@
   in coming versions of Asterisk. Please use the dialplan function
   SIPCHANINFO(useragent) instead.
 
+* The ALERT_INFO dialplan variable is deprecated and will be removed
+  in coming versions of Asterisk. Please use the dialplan application
+  sipaddheader() to add the "Alert-Info" header to the outbound invite.
+
 The Zap channel:
 
 * Support for MFC/R2 has been removed, as it has not been functional for some

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=41435&r1=41434&r2=41435&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed Aug 30 14:16:53 2006
@@ -81,6 +81,10 @@
  * The PBX issues a hangup on both incoming and outgoing calls through
  * the sip_hangup() function
  *
+ * \par Deprecated stuff
+ * This is deprecated and will be removed after the 1.4 release
+ * - the SIPUSERAGENT dialplan variable
+ * - the ALERT_INFO dialplan variable
  */
 
 



More information about the svn-commits mailing list