[asterisk-users] cdr_adaptive_odbc and custom rdms fields

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Dec 25 14:23:33 CST 2007


On Tuesday 25 December 2007 14:11:53 Steve Finkelstein wrote:
> Any ideas on how to properly get this linked against my current Asterisk?
>
> catalyst*CLI> module load cdr_adaptive_odbc.so
> [Dec 25 15:11:14] WARNING[22722]: loader.c:363 load_dynamic_module: Error
> loading module 'cdr_adaptive_odbc.so':
> /usr/lib/asterisk/modules/cdr_adaptive_odbc.so: undefined symbol: ast_verb
> [Dec 25 15:11:14] WARNING[22722]: loader.c:649 load_resource: Module
> 'cdr_adaptive_odbc.so' could not be loaded.

Crud, I know what's wrong, but unfortunately I can't fix it right now, as
there's a problem with the repository server (I can't connect).

In the meantime, you can replace in the source everywhere it says
	ast_verb(3,
with
	if (opt_verbose > 2)
		ast_verbose(VERBOSE_PREFIX_3

Sorry.  We'll get this fixed as soon as someone with access to that server
logs on after vacation.

-- 
Tilghman



More information about the asterisk-users mailing list