I'll give that a try and let you know Matt
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Kohlsmith Sent: 15 June 2004 12:21 To: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
