[CLOSED] Queue Loop

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 :smile:

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 :smile:

Is this by any chance an analogue line? As well as posting to a non-support forum, you didn’t aay and didn’t provide the verbose traces that would have given a clue.

My guess is that you have an analogue line that either doesn’t have disconnect supervision, or for which no compatible setting has been made in chan_dahdi.conf.

Sorry, will repost in the correct place.