<!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">
That fixed it. I always thought the "s" would be the fall back from all
extensions that didn't match. I guess that doesn't work in this case.<br>
<br>
Thanks!<br>
Rob<br>
<br>
<br>
Guido Hecken wrote:
<blockquote cite="mid:8BE172285BE6D311B0EF525400E1ABC73F009A@HALPDC"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">-----Urspr&uuml;ngliche Nachricht-----
Von: Rob Schall [<a class="moz-txt-link-freetext" href="mailto:rschall@callone.net">mailto:rschall@callone.net</a>] 
Gesendet: Mittwoch, 9. April 2008 15:50
An: Asterisk Users Mailing List - Non-Commercial Discussion
Betreff: [asterisk-users] Queues +Exiting

I'm having a problem getting my queue to function as it should.

After 20 seconds or so, it should prompt the user with a 
message "thanks
for holding..... press # to leave a message or stay on the line to
continue holding". I set up the "context" in the queues.conf 
file, so if
a user presses a digit, they should be able to leave. But I get a SIP
BUSY message.

Here are my confs:

queues.conf
[custserv]
music=default
strategy=ringall
;timeout=10
retry=20
wrapuptime=0
maxlen=0
context = queue-out
periodic-announce=cont_holding
periodic-announce-frequency=15
;announce-frequency=15
;announce-holdtime=yes
member =&gt; SIP/2001
member =&gt; SIP/2002
member =&gt; SIP/1004
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
  <blockquote type="cite">
    <pre wrap="">extensions.conf
[queue-out]
exten =&gt; s,1,Voicemail(u${vmbox})
exten =&gt; s,2,Hangup
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Perhaps it's the "s" extension, did you try with

exten =&gt; 1,1,Voicemail(u${vmbox})
exten =&gt; 1,2,Hangup


Regards,

Guido
 
gwsNetTech
Guido Hecken

Quirrenbacher Str. 36
53639 K&ouml;nigswinter
Germany

fon     +49(2244) 870663
fax     +49(2244) 870664
mobil  +49(179) 1267353
web     <a class="moz-txt-link-freetext" href="http://www.gwsnettech.de">http://www.gwsnettech.de</a>
<a class="moz-txt-link-freetext" href="mailto:guido.hecken@gwsnettech.de">mailto:guido.hecken@gwsnettech.de</a>

_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>