Displaying 1 result from an estimated 1 matches for "prioritites".
Did you mean:
priorities
2008 Sep 11
1
Probably very simple... call a number and play a sound?
Hey hey...
I'd like to create a new feature code in asterisk so when a user dials...
say... *00, it would then call some other extensions and play a sound file
to them.
So far, this is what I have...
[testing-custom]
exten => *00,1,Wait(1)
exten => *00,2,Playback(beep)
exten => *00,3,Playback(beep)
exten => *00,4,AGI(festival-script.pl|I will now attempt the call)
exten =>