<div dir="ltr"><div><div><div><div><span style="font-family:monospace,monospace"><font size="2">In your queues.conf do you have a leavewhenempty and joinempty set?<br><br>in queues.conf<br></font></span><span style="font-family:monospace,monospace"><font size="2">[myqueue]<br></font></span></div><span style="font-family:monospace,monospace"><font size="2">leavewhenempty = strict<br>joinempty = strict<br>strategy = ringall<br>ringinuse = no</font></span><span style="color:rgb(46,47,48);font-family:'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:21px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)"><span style="font-family:monospace,monospace"><font size="2"> </font></span></span><br>
</div></div></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 28, 2015 at 9:58 AM, Andrew Martin <span dir="ltr"><<a href="mailto:amartin@xes-inc.com" target="_blank">amartin@xes-inc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am running Asterisk 11 on CentOS 6.x. I have configured several queues as<br>
follows in extensions.conf:<br>
exten => s,1,Queue(myqueue,rtnC,18)<br>
same => n,Background(user_unavail)<br>
same => n,WaitExten(10)<br>
exten => 1,1,Voicemail(1111@my-vm,s)<br>
<br>
This rings the phones in the queue for 18 seconds. If no queue members answer,<br>
the caller is then prompted to press 1 and leave a voicemail. This works well<br>
when at least 1 member is registered in the queue, however if no members are<br>
registered in the queue, the Queue() call never seems to return, and thus the<br>
remaining steps in the dialplan never execute. How can I correct this behavior<br>
so that even if the queue has no registered members, the dialplan is still<br>
followed?<br>
<br>
Thanks,<br>
<br>
Andrew<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" rel="noreferrer" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>---Heinlein</div>
</div>