aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 19:16:53 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 19:16:53 +0000
commit87365bd6cfed9b698ea3c5f2497e75970b720dec (patch)
tree2ca74030c5b4b65c67304cd129db8a372755df44 /UPGRADE.txt
parentc33575e3c0f0569cd007e1d10bc15f9c3deb705d (diff)
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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41435 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index daa8ac8b6..b47bcbacd 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -302,6 +302,10 @@ The SIP channel:
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