[Asterisk-Users] Jump to extension from voice menu

David J Carter david.carter at codepipe.com
Wed Feb 11 02:41:36 MST 2004


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
exten => s,5,Goto(options,s,1)


Dave

-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com]On Behalf Of bam
Sent: 11 February 2004 09:35
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] Jump to extension from voice menu


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 advance,

Brian.


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users at 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




More information about the asterisk-users mailing list