<div>That&#39;s the correct syntax:</div>
<div>
<p>exten =&gt; s,1,Noop()<br>exten =&gt; s,n,MYSQL(Connect connid localhost root passw0rd dax)</p>
<p>exten =&gt; s,n,MYSQL(Query resultid ${connid} SELECT\ password\ FROM\ dnislookup\ WHERE\ dnis=${IVR-Exten})<br>exten =&gt; s,n,MYSQL(Fetch fetchid ${resultid} password)</p>
<p>exten =&gt; s,n,MYSQL(Clear ${password})<br>exten =&gt; s,n,MYSQL(Disconnect ${connid})<br>exten =&gt; s,n,returnpes</p></div>
<div><span class="gmail_quote">On 4/14/07, <b class="gmail_sendername">Barton Fisher</b> &lt;<a href="mailto:bhfisher@icpage.com">bhfisher@icpage.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Sorry,<br>From the logs I see:<br><br>Apr 13 13:32:06 WARNING[19854] app_addon_sql_mysql.c: Identifier 0,<br>
identifier_type 2 not found in identifier list<br>Apr 13 13:32:06 WARNING[19854] app_addon_sql_mysql.c: aMYSQL_fetch:<br>Invalid result identifier 0 passed<br><br>Using this:<br><br>exten =&gt; s,1,Noop()<br>exten =&gt; s,n,MYSQL(Connect connid localhost root passw0rd dax)
<br>exten =&gt; s,n,MYSQL(Query resultid ${connid} SELECT\ password\ FROM\<br>dnislookup\ WHERE\ dnis=\&#39;${IVR-Exten}\&#39;)<br>exten =&gt; s,n,MYSQL(Fetch fetchid ${password} password)<br>exten =&gt; s,n,MYSQL(Clear ${password})
<br>exten =&gt; s,n,MYSQL(Disconnect ${connid})<br>exten =&gt; s,n,return<br><br>Bart<br><br>Alex Balashov wrote:<br>&gt; On Fri, 13 Apr 2007, Barton Fisher said something to this effect:<br>&gt;<br>&gt;&gt; What wrong with this:
<br>&gt;<br>&gt;&nbsp;&nbsp; Well... what is wrong with it?&nbsp;&nbsp;:-)<br>&gt;<br>&gt;&nbsp;&nbsp; I&#39;m not trying to be funny, but, what are the symptoms that it<br>&gt; doesn&#39;t work?&nbsp;&nbsp;Error output on Asterisk console?&nbsp;&nbsp;Logs?&nbsp;&nbsp;Anything you
<br>&gt; can provide would be helpful.<br>&gt;<br>&gt; -- Alex<br>&gt;<br>&gt; --<br>&gt; Alex Balashov &lt;<a href="mailto:sasha@presidium.org">sasha@presidium.org</a>&gt;<br>&gt; _______________________________________________
<br>&gt; --Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br>&gt;<br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; __________ NOD32 2187 (20070413) Information __________<br>&gt;<br>&gt; This message was checked by NOD32 antivirus system.<br>&gt; 
<a href="http://www.eset.com">http://www.eset.com</a><br>&gt;<br>&gt;<br>&gt;<br><br><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>