[Aaug] Automated Attendent
Christopher Fowler
cfowler at outpostsentinel.com
Sat Feb 3 16:31:44 EST 2007
What is starting to confuse me is that it seems I can't do all this in
FreePBX?
I may need to ditch that GUI and use VI
On Sat, 2007-02-03 at 16:13 -0500, Dustin Wildes wrote:
> 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
> >
>
> _______________________________________________
> Aaug mailing list
> Aaug at atlaug.com
> http://lists.atlaug.com/mailman/listinfo/aaug
More information about the Aaug
mailing list