<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
look under Queues.conf, use a context=something. A small menu can be
set up so that the caller can drop out of the queue and go stright to
another service.<br>
Mind the small menu only supports single digits.<br>
<br>
<b>Queues.conf</b><br>
<br>
[QUEUE-Sales]<br>
musiconhold = default<br>
strategy = rrmemory<br>
timeout = 15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; How long do we let
the phone ring before we consider this a timeout...<br>
retry = 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; How long do we wait
before trying all the members again?<br>
wrapuptime=0<br>
maxlen = 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Max number of ppl
waiting in the queue (0=unlimited)<br>
announce-frequency = 45&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; How often to announce
queue position and/or estimated holdtime to caller (0=off)<br>
announce-holdtime = yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; Sould we include
estimated hold time in position announcements?<br>
announce-round-seconds = 10<br>
announce = QUEUE-Sales<br>
leavewhenempty = yes<br>
context = MENU-Sales<br>
<br>
member&nbsp; =&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIP/Sales<br>
<br>
<br>
<b>Extensions.conf</b><br>
<br>
<br>
[MENU-Sales]<br>
;exten =&gt; 1,1,Background()<br>
exten =&gt; 1,2,Queue(QUEUE-Support)<br>
<br>
;exten =&gt; 3,1,Background()<br>
exten =&gt; 3,2,Queue(QUEUE-Accounts)<br>
<br>
;exten =&gt; 0,1,Background()<br>
exten =&gt; 0,2,Queue(QUEUE-Reception)<br>
<br>
;/Voice Mail?/;Leave a message<br>
<br>
<br>
<pre class="moz-signature" cols="72">Kind Regards
Etienne

Technical Support
Kingsley Technologies

Tel no   +27 21 7620276
Fax no  +27 21 7619930
mailto    <a class="moz-txt-link-abbreviated" href="mailto:support@kingsley.co.za">support@kingsley.co.za</a>
<a class="moz-txt-link-abbreviated" href="http://www.kingsley.co.za">www.kingsley.co.za</a>

===================================
Kingsley Technologies accepts no liability in respect of the unauthorised use of its email facility or the sending of email communications for other than business purposes.  The information contained in this email is confidential. If you are not the intended recipient, any disclosure, copying, distribution of this email is prohibited and may be unlawful.  If you have received this message in error, please notify me immediately and destroy the original message.  Although steps have been taken to ensure accuracy and integrity, no liability will be accepted if information is corrupted or doesn't reach it's intended destination.  Please note this communication represents the opinion of the author, which do not necessarily reflect those of Kingsley Technologies</pre>
<br>
<br>
Steve Edwards wrote:
<blockquote cite="midPine.LNX.4.61.0504040947030.5914@fs.sedwards.com"
 type="cite">How can I configure "queue()" so that it does not hang up
if the caller presses "*" to exit the queue?
  <br>
  <br>
I want to continue the call so the caller can choose other services.
  <br>
  <br>
Thanks in advance,
  <br>
------------------------------------------------------------------------
  <br>
Steve Edwards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Voice: +1-760-468-3867
PST
  <br>
Newline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:pagesteve@sedwards.com">pagesteve@sedwards.com</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fax:
+1-760-731-3000
  <br>
_______________________________________________
  <br>
Asterisk-Users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
  <br>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  <br>
To UNSUBSCRIBE or update options visit:
  <br>
&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  <br>
</blockquote>
</body>
</html>