[Asterisk-Users] Auto Attendant Question

Matt mhoppes at gmail.com
Thu Apr 6 11:43:54 MST 2006


On 4/4/06, Lyndon Labuschagne <lyndonl at mexcom.co.za> wrote:
>  Hi Folks
>
>  I have had a look through the Features list, and I see that the system does
> support an auto attendant, however is it possible to have say 5 telephone
> numbers that a person would dial and have 5 different messages
>
>  I.e
>
>  Dial 555-1121 and you get a message for companyA call centre
>  Dial 555-1131 and you get a message for companyB call centre
>  Dial 555-1141 and you get a message for companyC call centre etc. etc.
>
>  Once you have listened to the message welcome to blah blah your call is
> important etc etc. you are put through to an operator
>
>  If you need any clarification please let me know
>
>  Thanks
>  Lyndon
>

Lyndon,
This is actually pretty easy.  You can make a context for each company

[companya]
s,1,Playback(test)

Then, just match the inbound DNIS
[general]
5705551212,s,1 GOTO(companya)

That syntax isn't exactly right, but that is the general idea.



More information about the asterisk-users mailing list