Hi,<br><br>&nbsp;&nbsp; I am trying to connect the outbound dialing with mysql with the following code,<br><br>exten =&gt; 88,1,MYSQL(Connect connid hostname username password dbname)<br>exten =&gt; 88,2,GotoIf($[&quot;${connid}&quot; = &quot;&quot;]?error,1)
<br>exten =&gt; 88,3,MYSQL(Query resultid ${connid} SELECT\ phone\ FROM\ &lt;tablename&gt;\ WHERE\ phone =${a})<br>exten =&gt; 88,4,MYSQL(Fetch fetchid ${resultid} ph\ sa)<br>...<br>.<br>...<br>after this I am getting confused. My moto is to display the number in the database and need to check with my outgoing number.
<br><br>how to display fetched number from the database.<br><br><br><br clear="all"><br>-- <br>Thank you &nbsp;with regards,
<br>Gopal<a href="http://www.peopletech.co.in" target="_blank"><br></a>