<div dir="ltr">Hey hey... <br><br>I&#39;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 =&gt; *00,1,Wait(1)<br>exten =&gt; *00,2,Playback(beep)<br>exten =&gt; *00,3,Playback(beep)<br>exten =&gt; *00,4,AGI(festival-script.pl|I will now attempt the call)<br>exten =&gt; *00,6,Set(CALLERID(all)=Notify &lt;9000&gt;)<br>
exten =&gt; *00,7,NoOp()<br>exten =&gt; *00,8,Dial(SIP/302,15})<br>exten =&gt; *00,9,Wait(2)<br>exten =&gt; *00,10,Playback(demo-congrats)<br>exten =&gt; *00,15,Answer()<br>exten =&gt; *00,20,Hangup()<br><br>I must be missing something glaringly obvious as this doesn&#39;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>