[Asterisk-Users] Newbie help/pointers required - configure xlite with asterisk

timebandit001 at gmail.com timebandit001 at gmail.com
Wed Feb 9 10:37:29 MST 2005


> I just want one of my incoming numbers to go to an IVR service that will
> allow me to select what I want.
> 
> For example
> 
> "Press 1 for Mike, 2 for Karen, 3 for other, 9 for voicemail" etc
just put your incoming line in a context where you have a "s" extension

Something like this (not really good one, just wrote it from the top of my head)

[incoming-menu]
exten => s,1,Answer
exten => s,2,Playback(welcome-message)
exten => s,3,...

look in the sample config that came with asterisk, you have samples in there

And remember, google is your friend ;)



More information about the asterisk-users mailing list