<div dir="ltr">Hey hey... <br><br>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.<br><br>So far, this is what I have...<br>
<br>[testing-custom]<br>exten => *00,1,Wait(1)<br>exten => *00,2,Playback(beep)<br>exten => *00,3,Playback(beep)<br>exten => *00,4,AGI(festival-script.pl|I will now attempt the call)<br>exten => *00,6,Set(CALLERID(all)=Notify <9000>)<br>
exten => *00,7,NoOp()<br>exten => *00,8,Dial(SIP/302,15})<br>exten => *00,9,Wait(2)<br>exten => *00,10,Playback(demo-congrats)<br>exten => *00,15,Answer()<br>exten => *00,20,Hangup()<br><br>I must be missing something glaringly obvious as this doesn't sound like a tough thing to accomplish. For some reason however, I cannot figure it out...<br>
<br>Can anyone offer some ideas or assistance?<br><br>Mikey<br></div>