Muhammad Muzzamil Luqman
2005-Feb-22 05:35 UTC
[Asterisk-Users] does asterisk support menus?
Whenever some call comes in i want it to be automatically picked up and then it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" and then it takes it to the particular extension of sales/support. can i achieve this thing using asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/03faa80d/attachment.htm
Yes Application Background() On Tue, 2005-02-22 at 14:35, Muhammad Muzzamil Luqman wrote:> Whenever some call comes in i want it to be automatically picked up > and then it plays some message "Welcome to xyz, Press 1 for sales and > 2 for support" and then it takes it to the particular extension of > sales/support. > > can i achieve this thing using asterisk? > > Kindest > Muhammad Muzzamil Luqman > > ______________________________________________________________________ > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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
read the default extensions.conf file. some examples included ----- Original Message ----- From: Muhammad Muzzamil Luqman To: asterisk-users@lists.digium.com Sent: Tuesday, February 22, 2005 2:35 PM Subject: [Asterisk-Users] does asterisk support menus? Whenever some call comes in i want it to be automatically picked up and then it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" and then it takes it to the particular extension of sales/support. can i achieve this thing using asterisk? Kindest Muhammad Muzzamil Luqman --------------------------------- _______________________________________________ Asterisk-Users mailing list Asterisk-Users@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 --------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/60de328c/attachment.htm
Sure you can. Look it up on the Wiki. You may also want to look up "AGI scripts", if you're looking to apply more intelligence to your voice response system. Mohit. On Tue, 22 Feb 2005 17:35:59 +0500, Muhammad Muzzamil Luqman <luqman@dovemex.com> wrote:> > Whenever some call comes in i want it to be automatically picked up and then > it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" > and then it takes it to the particular extension of sales/support. > > can i achieve this thing using asterisk? > > Kindest > Muhammad Muzzamil Luqman > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@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 > >-- Mohit Muthanna [mohit (at) muthanna (uhuh) com] "There are 10 types of people. Those who understand binary, and those who don't."
You sure can using Background cmd for saying stuff and then program a dialplan using command and extensions.. quite easy really. _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Muhammad Muzzamil Luqman Sent: Martes, 22 de Febrero de 2005 06:36 a.m. To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] does asterisk support menus? Whenever some call comes in i want it to be automatically picked up and then it plays some message "Welcome to xyz, Press 1 for sales and 2 for support" and then it takes it to the particular extension of sales/support. can i achieve this thing using asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050222/1840d88c/attachment.htm