From 929d7e6e9b151f76f46311c515d031fe6b979c4c Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 3 Nov 2005 21:53:44 +0000 Subject: [PATCH] document an undocumented variable git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6958 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ChangeLog | 2 ++ configs/features.conf.sample | 2 +- doc/README.variables | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 27b4a71c89..59b699f60b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ 2005-11-03 Kevin P. Fleming + * doc/README.variables: document DYNAMIC_FEATURES + * res/res_features.c (ast_bridge_call): remove unused variables * apps/app_dial.c (dial_exec_full): simplify options and flag usage diff --git a/configs/features.conf.sample b/configs/features.conf.sample index 63415068fd..346d651928 100755 --- a/configs/features.conf.sample +++ b/configs/features.conf.sample @@ -27,6 +27,6 @@ context => parkedcalls ; Which context parked calls are in ;atxfer => *2 ; Attended transfer [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 diff --git a/doc/README.variables b/doc/README.variables index 5bd3dfe3d5..6c7c1f06f0 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -686,6 +686,9 @@ ${ANSWEREDTIME} * Time from dial to answer (seconds) ${DIALSTATUS} * Status of the call, one of: (CHANUNAVAIL | CONGESTION | BUSY | NOANSWER | 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_CALLEE} Soundfile for call limits ${LIMIT_WARNING_FILE} Soundfile for call limits