[Asterisk-Users] Queue then Voicemail

Matt matt at powderdays.com
Tue Jun 15 04:57:53 MST 2004


I'll give that a try and let you know

Matt 

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com] On Behalf Of Andrew Kohlsmith
Sent: 15 June 2004 12:21
To: asterisk-users at lists.digium.com
Subject: Re: [Asterisk-Users] Queue then Voicemail

On Tuesday 15 June 2004 05:19, Matt wrote:

> exten => 7001,1,Answer
> exten => 7001,2,Queue(test|t|||10)
> exten => 7001,3,Hangup
> exten => 7001,102,Voicemail(u100)
> exten => 7001,103,Hangup

I'm pretty sure you want

exten => 7001,103,Voicemail(u100)
exten => 7001,104,Hangup

The help for the Queue app doesn't specify but I am going to throw out an
educated guess that it is like Dial() where it jumps to n+101, n being the
current step in the dialplan (2 in your example).

Regards,
Andrew
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list