Hello,<br><br>&nbsp; I&#39;m working with asterisk 1.6. And I have success using func_odbc with one row query results (SELECT source,destination from cc WHERE ... ):<br>exten =&gt; s,1,Ringing<br>exten =&gt; s,n,Wait(4)<br>exten =&gt; s,n,Answer<br>
exten =&gt; s,n,Set(ARRAY(NUMBER,REALNUMBER1,REALNUMBER2,STATUSAS)=${ODBC_GETVARIABLES(${NUMERIS})})<br>exten =&gt; s,n,Verbose(1| ${NUMERIS}, ${REALNUMBER1} ${REALNUMBER1}, ${STATUSAS})<br><br><br>But I don&#39;t know how to retrieve data, if query returns a lot of rows. In documentation I read that need to use in config file:<br>
mode=multirow, <br>and use function ODBC_FETCH. But how to get result-id variable and use ODBC_FETCH?<br><br>And another question is, if I execute not SELECT , but stored procedure, and this procedure will return two, three tables? Is it possible retrieve these data from couple tables?<br>
<br>Thanks<br><br><br><br clear="all"><br>-- <br>Pagarbiai &nbsp;/ Best Regards,<br>Giedrius Augys<br>