Skip to content
Snippets Groups Projects
Commit 373b633e authored by Olle Johansson's avatar Olle Johansson
Browse files

Marking PRI_CAUSE as deprecated to be replaced by hangup(cause)

(Issue #7610)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39316 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 52e13956
Branches
Tags
No related merge requests found
...@@ -240,6 +240,10 @@ Variables: ...@@ -240,6 +240,10 @@ Variables:
* Builtin transfer functionality sets the variable ${TRANSFERERNAME} in the new * Builtin transfer functionality sets the variable ${TRANSFERERNAME} in the new
created channel. This variables holds the channel name of the transferer. created channel. This variables holds the channel name of the transferer.
* The dial plan variable PRI_CAUSE will be removed from future versions
of Asterisk.
It is replaced by adding a cause value to the hangup() application.
Functions: Functions:
* The function ${CHECK_MD5()} has been deprecated in favor of using an * The function ${CHECK_MD5()} has been deprecated in favor of using an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment