<br>Is func_odbc still working in trunk?&nbsp; I&#39;ve recently (in the last few weeks) started having a problem where my custom functions don&#39;t work.&nbsp; The module loads, the configuration file is parsed fine, and the functions are even created and visible in &quot;core show functions&quot;, but when executed from the dialplan I get a &quot;no such function&quot; error.&nbsp; Here&#39;s a bit of console log:
<br><br>[Jan 20 12:10:42] ERROR[19482]: func_odbc.c:218 acf_odbc_read: No such function &#39;ODBC_CIDName(3143212222)&#39;<br><br>And that, after...<br><br>*CLI&gt; core show functions like ODBC<br>Matching Custom Functions:
<br>--------------------------------------------------------------------------------<br>ODBC_CIDName&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ODBC_CIDName(&lt;arg1&gt;[...[,&lt;argN&gt;]])&nbsp;&nbsp; Runs the referenced query with the specified arguments<br>ODBC_LookupCIDName&nbsp;&nbsp;&nbsp; ODBC_LookupCIDName(&lt;arg1&gt;[...[,&lt;arg&nbsp; Runs the referenced query with the specified arguments
<br>ODBC_TEST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ODBC_TEST(&lt;arg1&gt;[...[,&lt;argN&gt;]])&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Runs the referenced query with the specified arguments<br>3 matching custom functions installed.<br><br>I&#39;d swear I haven&#39;t changed anything in the odbc or func_odbc setup, but that just gets people in trouble.
<br><br>Any help, greatly appreciated.<br><br>Rob<br>