[Asterisk-Users] Attendant configured AutoAttendant
Steve Totaro
asterisk at totarotechnologies.com
Sat Jul 24 09:04:59 MST 2004
The recording part is easy.
; exten for recording greetings/menus
exten => 12,1,Wait(2)
exten => 12,2,Record(/var/lib/asterisk/sounds/maingreeting:gsm)
exten => 12,3,Wait(2)
exten => 12,4,Playback(/var/lib/asterisk/sounds/swelcome)
exten => 12,5,Wait(2)
exten => 12,6,Hangup
add authenticate to prevent accidental recording
----- Original Message -----
From: "Frank" <Frank at impactservices.biz>
To: <asterisk-users at lists.digium.com>
Sent: Saturday, July 24, 2004 10:25 AM
Subject: [Asterisk-Users] Attendant configured AutoAttendant
> Anyone have a user configured auto attendant setup? Something that can
> be used without the * admin helping to make changes.
>
> Something where the operator can record the message like 'press 1 for
> john, 2 for bill, 3 for jean' and then the operator can enter the
> extension that gets dialed when the caller presses 1 or 2 or 3?
>
> This would be useful if Bill leaves the company, the operator can change
> the message and put in a different person at 'position 2' and then
> change the extension that gets dialed when caller presses 2. all this
> without involving the * admin.
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>
More information about the asterisk-users
mailing list