[asterisk-users] Queues +Exiting
Guido Hecken
guido.hecken at gwsnettech.de
Wed Apr 9 12:47:56 CDT 2008
> -----Ursprüngliche Nachricht-----
> Von: Rob Schall [mailto:rschall at callone.net]
> 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 => SIP/2001
> member => SIP/2002
> member => SIP/1004
> extensions.conf
> [queue-out]
> exten => s,1,Voicemail(u${vmbox})
> exten => s,2,Hangup
Perhaps it's the "s" extension, did you try with
exten => 1,1,Voicemail(u${vmbox})
exten => 1,2,Hangup
Regards,
Guido
gwsNetTech
Guido Hecken
Quirrenbacher Str. 36
53639 Königswinter
Germany
fon +49(2244) 870663
fax +49(2244) 870664
mobil +49(179) 1267353
web http://www.gwsnettech.de
mailto:guido.hecken at gwsnettech.de
More information about the asterisk-users
mailing list