[asterisk-commits] mjordan: branch 11 r427617 - /branches/11/configs/features.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Nov 8 18:59:46 CST 2014
Author: mjordan
Date: Sat Nov 8 18:59:43 2014
New Revision: 427617
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=427617
Log:
configs/features.conf: Add documentation noting potential chan_agent conflict
In chan_agent, a '*' is used by default to terminate a bridge with a caller.
This can lead to all sorts of problems if '*' is used by a feature in
features.conf, as the chan_agent disconnect '*' may be detected first.
This patch adds a documentation snippet to features.conf so that users who
attempt to use features with agents know of the potential conflict.
ASTERISK-20402 #close
Reported by: Matt Riddell
patches:
features.conf.diff uploaded by Matt Riddell (License 5023)
Modified:
branches/11/configs/features.conf.sample
Modified: branches/11/configs/features.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/features.conf.sample?view=diff&rev=427617&r1=427616&r2=427617
==============================================================================
--- branches/11/configs/features.conf.sample (original)
+++ branches/11/configs/features.conf.sample Sat Nov 8 18:59:43 2014
@@ -152,6 +152,8 @@
[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!
More information about the asterisk-commits
mailing list