<div>Hi</div>
<div>&nbsp;</div>
<div>iam trying like this in my extension.conf</div>
<div>some one refered in the news group past</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>error in messages</div>
<div>&nbsp;</div>
<div>Sep&nbsp; 1 21:31:42 WARNING[28610] file.c: File Goodbye does not exist in any format<br>Sep&nbsp; 1 21:31:42 WARNING[28610] file.c: Unable to open Goodbye (format ulaw): No such file or directory<br>Sep&nbsp; 1 21:31:42 WARNING[28610] app_playback.c: ast_streamfile failed on SIP/88888-3ca6 for Goodbye
<br><br><br>exten =&gt; 888,1,Read(${CALLERIDNUM})<br>exten =&gt; 888,2,MYSQL(Connect connid <a href="http://127.0.0.1">127.0.0.1</a> root password &nbsp;mydatabase)<br>exten =&gt; 888,3,MYSQL(Query resultid ${connid} select&nbsp;total from balance where username=${CALLERIDNUM})
<br>exten =&gt; 888,4,MYSQL(Fetch fetch ${resultid} AMOUNT-DUE)<br>exten =&gt; 888,5,MYSQL(Clear ${resultid})<br>exten =&gt; 888,6,Playback(Goodbye)<br>exten =&gt; 888,7,Hangup</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>iam calling from my extension to 888</div>
<div>&nbsp;</div>
<div>Ram</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/1/06, <b class="gmail_sendername">John Millican</b> &lt;<a href="mailto:jmillican@sentinelcommunications.com">jmillican@sentinelcommunications.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Friday September 01 2006 10:19 am, ram wrote:<br>&gt; Hi<br>&gt;<br>&gt; thanks for the quick reply<br>
&gt;<br>&gt; any documents to read to achive this<br>&gt; or any examples would be great to read<br>&gt;<br>&gt; Ram<br>&gt;<br>&gt; On 9/1/06, John Millican &lt;<a href="mailto:jmillican@sentinelcommunications.com">jmillican@sentinelcommunications.com
</a>&gt; wrote:<br>&gt; &gt; On Friday September 01 2006 9:27 am, ram wrote:<br>&gt; &gt; &gt; Hi<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; how can i do balance anouncement by using asterisk<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; take example, i have table balance , user name 99999, balance 200$
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; user dial *98 or what ever, then i need anouce his balance is 200$, by<br>&gt; &gt; &gt; reading from that row<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; any clues how can i achive this or is this possible ?
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Ram<br>&gt; &gt;<br>&gt; &gt; Create an AGI script that does a db look up for the ballance and then<br>&gt; &gt; pass the<br>&gt; &gt; result back to Cepstral or Festival or your favorite text to speech
<br>&gt; &gt; software.<br>&gt; &gt; John M<br>&gt; &gt;<br>Try google or <a href="http://voip-info.org">voip-info.org</a> and search for<br>Asterisk AGI&nbsp;&nbsp;should yeid some good results.<br>AGI can be called from the dial plan and written in your favorite language
<br>i.e. PHP, C++, Perl, C, Java<br>or start here:<br><a href="http://home.cogeco.ca/~camstuff/agi.html">http://home.cogeco.ca/~camstuff/agi.html</a><br><a href="http://asterisk.drunkcoder.com/agi.cgi">http://asterisk.drunkcoder.com/agi.cgi
</a><br><br>John M<br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<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>