No worries!<br><br>Does something like this make sense for now?<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //ast_verb(3, &quot;Found adaptive CDR table %s@%s.\n&quot;, tableptr-&gt;table, tableptr-&gt;connection);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(opt_verbose &gt; 2) {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ast_verbose(VERBOSE_PREFIX_3, &quot;Found adaptive CDR table %s@%s.\n&quot;, tableptr-&gt;table, tableptr-&gt;connection);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>Prolly my fault.<br><br>cc -I/usr/src/asterisk/include -I/usr/local/include -DAST_MODULE=\&quot;cdr_adaptive_odbc\&quot; -o cdr_adaptive_odbc.o -c cdr_adaptive_odbc.c
<br>cdr_adaptive_odbc.c: In function 'load_config':<br>cdr_adaptive_odbc.c:159: error: 'opt_verbose' undeclared (first use in this function)<br>cdr_adaptive_odbc.c:159: error: (Each undeclared identifier is reported only once
<br>cdr_adaptive_odbc.c:159: error: for each function it appears in.)<br>cdr_adaptive_odbc.c: In function 'odbc_log':<br>cdr_adaptive_odbc.c:561: error: 'opt_verbose' undeclared (first use in this function)<br>make: *** [cdr_adaptive_odbc.o] Error 1
<br><br><br><br><div><span class="gmail_quote">On 12/25/07, <b class="gmail_sendername">Tilghman Lesher</b> &lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday 25 December 2007 14:11:53 Steve Finkelstein wrote:<br>&gt; Any ideas on how to properly get this linked against my current Asterisk?<br>&gt;<br>&gt; catalyst*CLI&gt; module load cdr_adaptive_odbc.so<br>&gt; [Dec 25 15:11:14] WARNING[22722]: 
loader.c:363 load_dynamic_module: Error<br>&gt; loading module &#39;cdr_adaptive_odbc.so&#39;:<br>&gt; /usr/lib/asterisk/modules/cdr_adaptive_odbc.so: undefined symbol: ast_verb<br>&gt; [Dec 25 15:11:14] WARNING[22722]: loader.c
:649 load_resource: Module<br>&gt; &#39;cdr_adaptive_odbc.so&#39; could not be loaded.<br><br>Crud, I know what&#39;s wrong, but unfortunately I can&#39;t fix it right now, as<br>there&#39;s a problem with the repository server (I can&#39;t connect).
<br><br>In the meantime, you can replace in the source everywhere it says<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ast_verb(3,<br>with<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (opt_verbose &gt; 2)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ast_verbose(VERBOSE_PREFIX_3<br><br>Sorry.&nbsp;&nbsp;We&#39;ll get this fixed as soon as someone with access to that server
<br>logs on after vacation.<br><br>--<br>Tilghman<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.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>