exten =&gt; 2000,1,Answer()<br>
exten =&gt; 2000,2,MP3Player(filename)<br>
exten =&gt; 2000,3,Hangup()<br>
<br>
-Rusty<br><br><div><span class="gmail_quote">On 11/18/05, <b class="gmail_sendername">Amith</b> &lt;<a href="mailto:amithmit@yahoo.com">amithmit@yahoo.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>hi all,<br><br>i'm trying to Stream mp3's when dialing a particular<br>extension.<br>2000 in this case.<br><br>My last part of extensions.conf is as below :<br><br><br>&lt;snip&gt;<br><br>exten =&gt; 2000,1,Answer<br>
exten =&gt; 2000,2,WaitMusicOnHold(30)<br>exten =&gt; 2000,5,Hangup<br><br>&lt;/snip&gt;<br><br>i'am able to reach exten =&gt; 2000,1,Answer. And i get a<br>200 Ok<br>for the INVITE. But i see this error message on the<br>
console.<br><br>res_musiconhold.c :309 monmp3thread: Request to<br>schedule in the<br>past?!?!<br><br>Could someone help me fix this ?<br>Is this something to do with the timer ?<br>I looked into res_musiconhold.c but couldn't
<br>understand much of what was happening there ?<br><br>i wanted to stream a mp3 file , when the user dials a<br>certain extension , any clue on how to fix this or<br>better ways of doing it ? Any links would be great.<br>
<br><br>cheers,<br>Amith<br><br><br><br><br><br><br><br><br>__________________________________<br>Yahoo! Mail - PC Magazine Editors' Choice 2005<br><a href="http://mail.yahoo.com">http://mail.yahoo.com</a><br>_______________________________________________
<br>--Bandwidth and Colocation sponsored by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>