Update documentation
This commit is contained in:
parent
c6ec0a8f10
commit
9bc7c1dded
1 changed files with 22 additions and 22 deletions
|
@ -1,15 +1,16 @@
|
||||||
callqueuegeneral
|
|
||||||
persistentmembers = yes
|
|
||||||
autofill = yes - Probably set this on.
|
|
||||||
monitortype = MixMonitor
|
|
||||||
|
|
||||||
callqueue {context}
|
callqueuegeneral General options for call queues.
|
||||||
|
persistentmembers - Persist members of queue in astdb
|
||||||
|
autofill - (Default yes) Dial extensions in parallel
|
||||||
|
monitortype - (MixMonitor) Type of monitor to use
|
||||||
|
|
||||||
|
callqueue {queue-context}
|
||||||
name - queue name (default to same as context)
|
name - queue name (default to same as context)
|
||||||
queuetimeout - Timeout of the queue
|
queuetimeout - Timeout of the queue
|
||||||
member (list) - list of members.
|
member (list)- list of members (SIP/103 etc).
|
||||||
musicclass - Class of moh to use (or blank for ringing)
|
musicclass - Class of music-on-hold to use (or blank for ringing)
|
||||||
announce = queue-markq (announce to agent)
|
announce - Message to announce queue to agent
|
||||||
strategy -
|
strategy - Ringing strategy
|
||||||
ringall - ring all available channels until one answers (default)
|
ringall - ring all available channels until one answers (default)
|
||||||
roundrobin - take turns ringing each available interface
|
roundrobin - take turns ringing each available interface
|
||||||
leastrecent - ring interface which was least recently called by this queue
|
leastrecent - ring interface which was least recently called by this queue
|
||||||
|
@ -17,14 +18,13 @@ callqueue {context}
|
||||||
random - ring random interface
|
random - ring random interface
|
||||||
rrmemory - round robin with memory, remember where we left off last ring pass
|
rrmemory - round robin with memory, remember where we left off last ring pass
|
||||||
|
|
||||||
context = qoutcon (single digit numbers)
|
context - Context in which to find single digit numbers dialed
|
||||||
timeout = 15 - Ringing timeout
|
timeout - Ringing timeout (for individual extension)
|
||||||
wrapuptime=15 - time allowed after hangup of call
|
wrapuptime - time allowed before considered free after hangup of call
|
||||||
autofill=yes - Probably set this on.
|
autofill - Dial extensions in parallel
|
||||||
maxlen = 0 - Maximum queue length (0 for unlimited)
|
maxlen - Maximum queue length (0 for unlimited)
|
||||||
announceholdtime = yes|no|once ; Should we include estimated hold time in position announcements?
|
announceholdtime - Should we include estimated hold time in position announcements? (yes|no|once)
|
||||||
announcefrequency - How often to announce queue position and/or estimated
|
announcefrequency - How often to announce queue position and/or estimated
|
||||||
;periodicannounce-frequency=60
|
periodicannounce-frequency - How often to announce 'period-announce'
|
||||||
; ringinuse = no ; ring if known to be in use
|
ringinuse - ring even if known to be in use
|
||||||
|
|
||||||
;member => Zap/1
|
|
||||||
|
|
Loading…
Reference in a new issue