Re: [asterisk-users] Probably very simple... call a number and play a sound?

2008-09-11 Thread C. Chad Wallace
At 2:29 PM on 11 Sep 2008, Mike Johnson wrote: > 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 => *

[asterisk-users] Probably very simple... call a number and play a sound?

2008-09-11 Thread Mike Johnson
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(be