RE: [Asterisk-Users] Jump to extension from voice menu

2004-02-11 Thread David J Carter
If you add include = context-of-normal-extensions at the beginning of you MENU section then this should work. [mainmenu] ; ;main menu context with submenu ; exten = s,1,Answer include = default ;exten = s,2,SayDigits(${CALLERID}) exten = s,3,Background(hello_and_thank_you) exten = s,4,Wait,t,2

Re: [Asterisk-Users] Jump to extension from voice menu

2004-02-11 Thread WipeOut
bam wrote: Is there a way to allow a caller to enter an extension number that is more than one digit long in a voice menu? I want to have a menu that allows something like If you know the extension number of the person please enter it otherwise 1 for sales, 2 for...etc many thanks in