diff --git a/UPGRADE.txt b/UPGRADE.txt index daa8ac8b6f23507d7516270999b90322dfee69f0..b47bcbacdd3a051ef39ad74c4fab8995bbf02887 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 diff --git a/channels/chan_sip.c b/channels/chan_sip.c index a7b7bf81cf85e65060e1d569346022501524ca73..f97e498ab29a310f0138e88ca45ca93813759036 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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 */