mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10163 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -174,6 +174,12 @@ persistentmembers = yes
|
||||
;
|
||||
; reportholdtime = no
|
||||
;
|
||||
; If you want the queue to avoid sending calls to members whose devices are
|
||||
; known to be 'in use' (via the channel driver supporting that device state)
|
||||
; uncomment this option. (Note: only the SIP channel driver currently is able
|
||||
; to report 'in use'.)
|
||||
;
|
||||
; ringinuse = no
|
||||
;
|
||||
; If you wish to have a delay before the member is connected to the caller (or
|
||||
; before the member hears any announcement messages), set this to the number of
|
||||
|
Reference in New Issue
Block a user