Author: kharwell Date: Wed Dec 24 15:27:04 2014 New Revision: 430127 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430127 Log: app_queue: Update sample conf documenation
Updated the queues.conf.sample file to explicitly state which channel queue variables are propagated to. ASTERISK-24267 Reported by: Mitch Claborn ........ Merged revisions 430126 from http://svn.asterisk.org/svn/asterisk/branches/11 Modified: branches/13/ (props changed) branches/13/configs/samples/queues.conf.sample Propchange: branches/13/ ------------------------------------------------------------------------------ --- branch-11-merged (original) +++ branch-11-merged Wed Dec 24 15:27:04 2014 @@ -1,1 +1,1 @@ -/branches/11:1-429517,429539,429632,429783,429804,429825,429867,429893,429982,430009 +/branches/11:1-429517,429539,429632,429783,429804,429825,429867,429893,429982,430009,430126 Modified: branches/13/configs/samples/queues.conf.sample URL: http://svnview.digium.com/svn/asterisk/branches/13/configs/samples/queues.conf.sample?view=diff&rev=430127&r1=430126&r2=430127 ============================================================================== --- branches/13/configs/samples/queues.conf.sample (original) +++ branches/13/configs/samples/queues.conf.sample Wed Dec 24 15:27:04 2014 @@ -224,8 +224,13 @@ ; ;maxlen = 0 ; +; Note: for below queue channel options (setinterfacevar, setqueueentryvar, +; setqueuevar) if the caller channel is a local channel and optimizations +; is enabled then after optimization has occurred only the queue member +; channel will contain the variables. +; ; If set to yes, just prior to the caller being bridged with a queue member -; the following variables will be set +; the following variables will be set on the caller and queue member channels: ; MEMBERINTERFACE is the interface name (eg. Agent/1234) ; MEMBERNAME is the member name (eg. Joe Soap) ; MEMBERCALLS is the number of calls that interface has taken, @@ -237,15 +242,16 @@ ;setinterfacevar=no ; ; If set to yes, just prior to the caller being bridged with a queue member -; the following variables will be set: +; the following variables will be set on the caller and queue member channels: ; QEHOLDTIME callers hold time ; QEORIGINALPOS original position of the caller in the queue ; ;setqueueentryvar=no ; ; If set to yes, the following variables will be set -; just prior to the caller being bridged with a queue member -; and just prior to the caller leaving the queue +; just prior to the caller being bridged with a queue member (set on the +; caller and queue member channels) and just prior to the caller +; leaving the queue ; QUEUENAME name of the queue ; QUEUEMAX maxmimum number of calls allowed ; QUEUESTRATEGY the strategy of the queue; -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits
