AF
Asterisk Forum
обсуждения телефонии, VoIP и IP-PBX
12разделов
5 423тем
34 385сообщений
← К списку тем

вопрос по очередям

Asterisk IP PBX 3 сообщений -
#1

queue show callc1
callc1 has 2 calls (max 10) in 'leastrecent' strategy (1s holdtime, 11s talktime), W:0, C:1, A:4, SL:0.0% within 0s
Members:
112 (SIP/112) (realtime) (Busy) has taken no calls yet
111 (SIP/111) (realtime) (Busy) has taken no calls yet
110 (SIP/110) (realtime) (Not in use) has taken no calls yet
109 (SIP/109) (realtime) (Not in use) has taken no calls yet
108 (SIP/108) (realtime) (Not in use) has taken no calls yet
107 (SIP/107) (realtime) (Not in use) has taken no calls yet
106 (SIP/106) (realtime) (Busy) has taken no calls yet
105 (SIP/105) (realtime) (Not in use) has taken no calls yet
104 (SIP/104) (realtime) (Not in use) has taken no calls yet
103 (SIP/103) (realtime) (Ringing) has taken no calls yet
102 (SIP/102) (realtime) (Not in use) has taken 1 calls (last was 323 secs ago)
101 (SIP/101) (realtime) (Busy) has taken no calls yet
Callers:
1. DAHDI/i1/67ххххххх-6b8 (wait: 0:06, prio: 0)
2. DAHDI/i1/67ххххххх-6b9 (wait: 0:04, prio: 0)

Подскажите, плз, каким параметром можно увеличить кол-во одновременных вызовов?
В примере показано, что два звонка висят в очереди, при этом только один оператор в состоянии Ringing, все остальные отдыхают. При этом, второй звонок может не дождаться ответа.
Пробовал разные стратегии, не помогло.
#2

то есть не помолгло ? rrmemory уж точно звонит на свободных агентов, если таковые есть
версия * какая ?
#3

; AutoFill Behavior
; The old/current behavior of the queue has a serial type behavior
; in that the queue will make all waiting callers wait in the queue
; even if there is more than one available member ready to take
; calls until the head caller is connected with the member they
; were trying to get to. The next waiting caller in line then
; becomes the head caller, and they are then connected with the
; next available member and all available members and waiting callers
; waits while this happens. The new behavior, enabled by setting
; autofill=yes makes sure that when the waiting callers are connecting
; with available members in a parallel fashion until there are
; no more available members or no more waiting callers. This is
; probably more along the lines of how a queue should work and
; in most cases, you will want to enable this behavior. If you
; do not specify or comment out this option, it will default to no
; to keep backward compatibility with the old behavior.
;
autofill = yes

_________________
e=mc^2