Displaying 2 results from an estimated 2 matches for "user_unavail".
2015 Jul 28
2
Queues don't follow dialplan if no members are registered
Hello,
I am running Asterisk 11 on CentOS 6.x. I have configured several queues as
follows in extensions.conf:
exten => s,1,Queue(myqueue,rtnC,18)
same => n,Background(user_unavail)
same => n,WaitExten(10)
exten => 1,1,Voicemail(1111 at my-vm,s)
This rings the phones in the queue for 18 seconds. If no queue members answer,
the caller is then prompted to press 1 and leave a voicemail. This works well
when at least 1 member is registered in the queue, however if no membe...
2015 May 06
2
Phones don't stop ringing when queue is answered
...t=18
member => SIP/178
member => SIP/146
member => SIP/169
extensions.conf:
[test-queue]
exten => s,1,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,18)
same => n,Playback(transfer_exten)
same => n,WaitExten(2)
same => n,Queue(queue_level_1,rtnC,18)
same => n,Playback(user_unavail)
same => n,Voicemail(169 at myvm,s)
same => n,WaitExten(2)
same => n,Hangup()
This rings a group of phones for 18 seconds, and if no one answers it repeats
ringing that same group. If no one answers the second time, it goes to
voicemail.
I have noticed an intermittent problem where if t...