Hi,<br><br> I am trying to connect the outbound dialing with mysql with the following code,<br><br>exten => 88,1,MYSQL(Connect connid hostname username password dbname)<br>exten => 88,2,GotoIf($["${connid}" = ""]?error,1)
<br>exten => 88,3,MYSQL(Query resultid ${connid} SELECT\ phone\ FROM\ <tablename>\ WHERE\ phone =${a})<br>exten => 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 with regards,
<br>Gopal<a href="http://www.peopletech.co.in" target="_blank"><br></a>