mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Merged revisions 81886 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81886 | mmichelson | 2007-09-07 10:25:19 -0500 (Fri, 07 Sep 2007) | 3 lines Moving the explanation for joinempty to a more appropriate place ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81891 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -258,16 +258,6 @@ monitor-type = MixMonitor
|
|||||||
;
|
;
|
||||||
; monitor-join = yes
|
; monitor-join = yes
|
||||||
;
|
;
|
||||||
; This setting controls whether callers can join a queue with no members. There
|
|
||||||
; are three choices:
|
|
||||||
;
|
|
||||||
; yes - callers can join a queue with no members or only unavailable members
|
|
||||||
; no - callers cannot join a queue with no members
|
|
||||||
; strict - callers cannot join a queue with no members or only unavailable
|
|
||||||
; members
|
|
||||||
; loose - same as strict, but paused queue members do not count as unavailable
|
|
||||||
;
|
|
||||||
;
|
|
||||||
; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
|
; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
@@ -288,12 +278,18 @@ monitor-type = MixMonitor
|
|||||||
; all variables will be evaluated just prior to recording being started.
|
; all variables will be evaluated just prior to recording being started.
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
; This setting controls whether callers can join a queue with no members. There
|
||||||
|
; are three choices:
|
||||||
;
|
;
|
||||||
;
|
; yes - callers can join a queue with no members or only unavailable members
|
||||||
;
|
; no - callers cannot join a queue with no members
|
||||||
|
; strict - callers cannot join a queue with no members or only unavailable
|
||||||
|
; members
|
||||||
|
; loose - same as strict, but paused queue members do not count as unavailable
|
||||||
;
|
;
|
||||||
; joinempty = yes
|
; joinempty = yes
|
||||||
;
|
;
|
||||||
|
;
|
||||||
; If you wish to remove callers from the queue when new callers cannot join,
|
; If you wish to remove callers from the queue when new callers cannot join,
|
||||||
; set this setting to one of the same choices for 'joinempty'
|
; set this setting to one of the same choices for 'joinempty'
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user