On Sat, 6 Nov 2004, William M. Sandiford wrote: > Excuse the newbie nature of the question, but can you elaborate a little > further. Sorry...I am pretty new
There is a block in the queues.conf.sample file in the Asterisk distribution that reads: ; A context may be specified, in which if the user types a SINGLE ; digit extension while they are in the queue, they will be taken out ; of the queue and sent to that extension in this context. ; ;context = qoutcon All you have to do is to uncomment that line in queues.conf (optionally changing the context name) and add something like the following to your extensions.conf: [qoutcon] exten => *,1,Voicemail(u9056742007) exten => *,2,Hangup You may have to remove the 'H' option from the call to Queue(). Peter _______________________________________________ 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
