VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
rschall at callone.net Guest
|
Posted: Wed Apr 09, 2008 8:49 am Post subject: [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
[macro-coqueue-vm]
; Call One Queue - Goto to voicemail after 30 secs
; ${ARG1} - Queue Name
; ${ARG2} - Voicemail
exten => s,1,Set(CALLERID(name)=${ARG1}-${CALLERID(name)}) ;Set Caller ID
exten => s,n,Set(vmbox=${ARG2})
exten => s,n,Queue(custserv|tT|||120)
exten => s,n,Voicemail(u${ARG2})
exten => s,n,Hangup()
Any thoughts on how to get the queue to recognize that I pressed a digit
and send it to the queue-out context where they can leave a message?
Thanks. |
|
Back to top |
|
|
guido.hecken at gwsnet... Guest
|
Posted: Wed Apr 09, 2008 12:47 pm Post subject: [asterisk-users] Queues +Exiting |
|
|
Quote: | -----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 |
|
Back to top |
|
|
rschall at callone.net Guest
|
Posted: Wed Apr 09, 2008 3:31 pm Post subject: [asterisk-users] Queues +Exiting |
|
|
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.
Thanks!
Rob
Guido Hecken wrote:
Quote: | Quote: | -----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
|
Quote: | 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
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080409/4abc13d3/attachment.htm |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|