mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
document an undocumented variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
|||||||
;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)
|
|||||||
${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
|
||||||
|
Reference in New Issue
Block a user