aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:58:48 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-02 20:58:48 +0000
commit4e267250cc3e3998ce2256cd8eb631a0f7128020 (patch)
tree640ff0d9179e6ce366da57f43e8cadb7bab4d705 /doc
parenta781f1ba8780aeac3d80bc3328ba0e54e2bc09fc (diff)
Expand setinterfacevar option to also set a variable, MEMBERNAME, which contains the member's name. (issue #8046 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44218 f38db490-d61c-443f-a65b-d21fe96a405b
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)})