[Aaug] Automated Attendent

Dustin Wildes dustin at vecsector.com
Sat Feb 3 16:13:21 EST 2007


Auto Attendants aren't that bad.
Here's a sample:

[attendant]
exten => s,1,Answer()
exten => s,2,Wait(2)
exten => s,3,Set(count=1)
exten => s,4,While($[${count} < 3])
exten => s,5,Set(count=$[${count} + 1])
exten => s,6,Background(autoattendant-greeting)
exten => s,7,Set(TIMEOUT(digit)=2)
exten => s,8,Set(TIMEOUT(response)=5)
exten => s,9,EndWhile
exten => s,10,Hangup()

exten => i,1,Playback(invalid)
exten => i,2,Goto(s,3)
exten => t,1,Goto(s,3)

exten => 0,1,Goto(extensions,100,1)
exten => 2,1,Goto(extensions,102,1)
exten => 3,1,Goto(extensions,103,1)
exten => 4,1,Goto(extensions,104,1)


Christopher Fowler wrote:
> Are there any howtos on setting up an automated attendent?  I want to
> setup a "receptionist" on ext 0 (operator) and have it be the AA.  "Dial
> 200 to call Chris" ....  and so forth
>
> I see that festival is loaded so maybe I can use that as the speech.  I
> don't feel like using my voice.
>
>
> _______________________________________________
> Aaug mailing list
> Aaug at atlaug.com
> http://lists.atlaug.com/mailman/listinfo/aaug
>   




More information about the Aaug mailing list