aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 12:08:50 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-02 12:08:50 +0000
commit507ebddb8d85557811d561d6f5d43cc4ecb8e177 (patch)
tree7366c17902d72e4eb8598bcae4456288f56706bd /configs
parent58b3ae99dab0813c052e955e4d57633c8ff75ffa (diff)
Adding note on effect of applicationmap features on re-invites
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49145 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 0cdfd0e67..43e4cf1a2 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -58,7 +58,7 @@ context => parkedcalls ; Which context parked calls are in
; application on the same channel that activated the feature. "peer"
; means run the application on the opposite channel from the one that
; has activated the feature.
-; ActivatedBy -> This is which channel is allowed to activated this feature. Valid
+; ActivatedBy -> This is which channel is allowed to activate this feature. Valid
; values are "caller", "callee", and "both". "both" is the default.
; The "caller" is the channel that executed the Dial application, while
; the "callee" is the channel called by the Dial application.
@@ -76,6 +76,8 @@ context => parkedcalls ; Which context parked calls are in
; concept of dialplan flow. Examples of this would be things like Macro, Goto,
; Background, WaitExten, and many more.
;
+; Enabling these features means that the PBX needs to stay in the media flow and
+; media will not be re-directed if DTMF is sent in the media stream.
;
; Example Usage:
;
@@ -86,3 +88,4 @@ context => parkedcalls ; Which context parked calls are in
; ;on their channel
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
; ;on their channel
+;