queues.conf
[CallCenter]
music=default
strategy=rrmemory
joinempty = yes
timeout=15
retry=1
wrapuptime=0
maxlen = 1
announce-frequency = 10
announce-holdtime = no
member => SIP/123,0
member => SIP/124,0
extensions.conf
asterisk*CLI>
asterisk*CLI> queue show CallCenter
CallCenter has 0 calls (max 1) in 'rrmemory' strategy (5s holdtime, 18s talktime), W:0, C:2, A:0, SL:0.0% within 0s
Members:
SIP/124 (Not in use) has taken 1 calls (last was 281 secs ago)
SIP/123 (Not in use) has taken 1 calls (last was 279 secs ago)
No Callers
Jeśli chcesz aby tylko jeden SIP odbierał jedną rozmowę to koniecznie w sip.conf daj mu call-limit=1, wtedy asterisk pokaże in use.
exten => 13,1,Queue(CallCenter)
asterisk*CLI>
CallCenter has 0 calls (max 1) in 'rrmemory' strategy (5s holdtime, 18s talktime), W:0, C:2, A:0, SL:0.0% within 0s
Members:
SIP/124 (Not in use) has taken 1 calls (last was 281 secs ago)
SIP/123 (Not in use) has taken 1 calls (last was 279 secs ago)
No Callers
Jeśli chcesz aby tylko jeden SIP odbierał jedną rozmowę to koniecznie w sip.conf daj mu call-limit=1, wtedy asterisk pokaże in use.