Hello,
am testing 11.5.0 and trying out queues but have an issue that when a caller drops into one and the attendendant is unavailable if the called hangs up the attendenant keeps being called
Here is what I added to the plan:
[test-queue]
member=sip/uxbod
context=uxbod-vm
music=uxbod
strategy=ringall
eventwhencalled=yes
timeout=15
retry=1
wrapuptime=0
maxlen = 0
periodic-announce-frequency = 10
periodic-announce = /var/lib/asterisk/sounds/custom/en/uxbod-pleasewait
Does anything spring out ? am using this to initiate the queue:
exten => 1,1,Wait(0.2)
same => n,GoToIfTime(17:00-09:00|mon-fri|*|*?uxbod-ooh,s,1)
same => n,GoToIfTime(|sat-sun|*|*?uxbod-ooh,s,1)
same => n,Queue(test-queue)
same => n,Hangup()
Any help appreciated please