[Aaug] Automated Attendent

Scott Plante splante at insightsys.com
Sat Feb 3 17:21:23 EST 2007


For FreePBX, you set them up under Setup->IVR.

-- 
Scott Plante, CTO
Insight Systems, Inc.
(+1) 404 873 0058 x104
splante at insightsys.com
http://zyross.com


Christopher Fowler wrote:
> 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
>>     
>
> _______________________________________________
> Aaug mailing list
> Aaug at atlaug.com
> http://lists.atlaug.com/mailman/listinfo/aaug
>
>   




More information about the Aaug mailing list