summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-10-02 20:58:48 +0000
committerJoshua Colp <jcolp@digium.com>2006-10-02 20:58:48 +0000
commit8ff3dd273a3c75cce15d7f1a6541a53c69c13a0f (patch)
tree640ff0d9179e6ce366da57f43e8cadb7bab4d705 /doc
parent3e4a081e1cdae046b37c16177f6ea5d57ae8c7fb (diff)
Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rw-r--r--doc/channelvariables.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/channelvariables.txt b/doc/channelvariables.txt
index 334b9064d..123f9a77e 100644
--- a/doc/channelvariables.txt
+++ b/doc/channelvariables.txt
@@ -591,6 +591,8 @@ ${HINTNAME} * Suggested Caller*ID name for this extension
${INVALID_EXTEN} The invalid called extension (used in the "i" extension)
${LANGUAGE} * Current language (Deprecated; use ${LANGUAGE()})
${LEN(VAR)} * String length of VAR (integer)
+${MEMBERINTERFACE} * The interface name of the queuemember that was chosen
+${MEMBERNAME} * The member name of the queuemember that was chosen
${PRIORITY} * Current priority in the dialplan
${PRIREDIRECTREASON} Reason for redirect on PRI, if a call was directed
${RDNIS} * Redirected Dial Number ID Service (Deprecated; use ${CALLERID(rdnis)})