Skip to content
Snippets Groups Projects
Commit 929d7e6e authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

document an undocumented variable

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 3e2507a0
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
2005-11-03 Kevin P. Fleming <kpfleming@digium.com> 2005-11-03 Kevin P. Fleming <kpfleming@digium.com>
* doc/README.variables: document DYNAMIC_FEATURES
* res/res_features.c (ast_bridge_call): remove unused variables * res/res_features.c (ast_bridge_call): remove unused variables
* apps/app_dial.c (dial_exec_full): simplify options and flag usage * apps/app_dial.c (dial_exec_full): simplify options and flag usage
......
...@@ -27,6 +27,6 @@ context => parkedcalls ; Which context parked calls are in ...@@ -27,6 +27,6 @@ context => parkedcalls ; Which context parked calls are in
;atxfer => *2 ; Attended transfer ;atxfer => *2 ; Attended transfer
[applicationmap] [applicationmap]
;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkes to ;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkeys to
;callee if #9 was pressed ;callee if #9 was pressed
...@@ -686,6 +686,9 @@ ${ANSWEREDTIME} * Time from dial to answer (seconds) ...@@ -686,6 +686,9 @@ ${ANSWEREDTIME} * Time from dial to answer (seconds)
${DIALSTATUS} * Status of the call, one of: ${DIALSTATUS} * Status of the call, one of:
(CHANUNAVAIL | CONGESTION | BUSY | NOANSWER (CHANUNAVAIL | CONGESTION | BUSY | NOANSWER
| ANSWER | CANCEL | DONTCALL | TORTURE) | ANSWER | CANCEL | DONTCALL | TORTURE)
${DYNAMIC_FEATURES} * The list of features (from the [applicationmap] section of
features.conf) to activate during the call, with feature
names separated by '#' characters
${LIMIT_PLAYAUDIO_CALLER} Soundfile for call limits ${LIMIT_PLAYAUDIO_CALLER} Soundfile for call limits
${LIMIT_PLAYAUDIO_CALLEE} Soundfile for call limits ${LIMIT_PLAYAUDIO_CALLEE} Soundfile for call limits
${LIMIT_WARNING_FILE} Soundfile for call limits ${LIMIT_WARNING_FILE} Soundfile for call limits
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment