diff --git a/configs/features.conf.sample b/configs/features.conf.sample index 560bd39564..ed069ddcde 100644 --- a/configs/features.conf.sample +++ b/configs/features.conf.sample @@ -152,6 +152,8 @@ context => parkedcalls ; Which context parked calls are in (default is [featuremap] ;blindxfer => #1 ; Blind transfer (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call! ;disconnect => *0 ; Disconnect (default is *) -- Make sure to set the H and/or h option in the Dial() or Queue() app call! + ; Note that Agents via chan_agent use * to disconnect a call by default. If you are wanting to use * + ; to abort a transfer you will either need to change the disconnect code here or set endcall to no in agents.conf ;automon => *1 ; One Touch Record a.k.a. Touch Monitor -- Make sure to set the W and/or w option in the Dial() or Queue() app call! ;atxfer => *2 ; Attended transfer -- Make sure to set the T and/or t option in the Dial() or Queue() app call! ;parkcall => #72 ; Park call (one step parking) -- Make sure to set the K and/or k option in the Dial() app call!