mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@41435 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user