On Mon, 5 Jul 2004 22:27:19 -0700, hank smith <[EMAIL PROTECTED]> wrote: > what was the problem? >
The problem was I was trying to use Playback() right after Dial, which doesn't work because after Dial completes it skips over any sub-items in your dial plan, since the connect to Console worked. So, the correct way is to add the A(soundfile) to your options list, for example. Dial(Console/dsp,10,A(beep)) _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
