;
;retry = 5
;
+; After a successful call, how long to wait before sending a potentially
+; free member another call (default is 0, or no delay)
+;
+;wrapuptime=15
+;
; Maximum number of people waiting in the queue (0 for unlimited)
;
;maxlen = 0
;announce-frequency = 90
;
; Should we include estimated hold time in position announcements?
-; Either yes, no, or only once; hold time will not be announced if <1 minute
+; Either yes, no, or only once.
+; Hold time will be announced as the estimated time,
+; or "less than 2 minutes" when appropriate.
;
;announce-holdtime = yes|no|once
+
+;
+; What's the rounding time for the seconds?
+; If this is non zero then we announce the seconds as well as the minutes rounded to this value
+;
+; announce-round-seconds = 10
;
; Use these sound files in making position/holdtime announcements. The
; defaults are as listed below -- change only if you need to.
;queue-callswaiting = queue-callswaiting ; ("calls waiting.")
;queue-holdtime = queue-holdtime ; ("The current est. holdtime is")
;queue-minutes = queue-minutes ; ("minutes.")
+;queue-seconds = queue-seconds ; ("seconds.")
;queue-thankyou = queue-thankyou ; ("Thank you for your patience.")
+;queue-lessthan = queue-less-than ; ("less than")
;
; Calls may be recorded using Asterisk's monitor resource
; This can be enabled from within the Queue application, starting recording
; To enable monitoring, simply specify "monitor-format"; it will be disabled
; otherwise.
;
+; You can specify the monitor filename with by calling SetVar(MONITOR_FILENAME=foo)
+; Otherwise it will use ${UNIQUEID}
+;
; monitor-format = gsm|wav|wav49
;
+; If you wish to have the two files joined together when the call ends set this to yes
+;
+; monitor-join = yes
+;
+; If you wish to allow queues that have no members currently to be joined, set this to yes
+;
+; joinempty = yes
+;
+; If you wish to remove callers from the queue if there are no agents present, set this to yes
+;
+; leavewhenempty = yes
+;
+; Asterisk can generate AgentCalled events when an agent is rung, if this is turned on
+; (may generate a LOT of extra manager events)
+;
+; eventwhencalled = yes
+;
; Each member of this call queue is listed on a separate line in
; the form technology/dialstring. "member" means a normal member of a
; queue. An optional penalty may be specified after a comma, such that