> 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 ;)
_______________________________________________
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

Reply via email to