exten => _X., Goto(ivrmenu,s,1)


[ivrmenu]
exten => s,1,Ringing
exten => s,2,DigitTimeout,30
exten => s,3,Background(something) ; press 1 for sales....
exten => t,3,Goto(business,0,1)

include => business

;map yourl extens here...
[business]
exten  => 0,1,.......
exten => 1,1, ..........


From: Rich Adamson <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Asterisk-a-users-list <[EMAIL PROTECTED]>
Subject: [Asterisk-Users] IVR sample config?
Date: Sat, 20 Dec 2003 08:37:26 -0600


Can someone point me to some reasonable example / starting point to implement
a basic IVR menu? Looking for something rather simple like the press 1 for
sales, 2 for tech support, and probably an option to list the voicemail
directory kind of thing. Nothing elaborate needed, just basic menu.


(Yes, I did look at the wiki and google searched for "ivr menu".)



_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

_________________________________________________________________
Don’t miss out on jobs that are not advertised. http://go.msnserver.com/IN/38902.asp Post your CV on naukri.com today.


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to