Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Steve Finkelstein
Thanks, that did the trick! :-) On 12/25/07, Tilghman Lesher <[EMAIL PROTECTED]> wrote: > > On Tuesday 25 December 2007 14:59:12 Steve Finkelstein wrote: > > No worries! > > Try updating from SVN now. I've made the change. > > -- > Tilghman > > ___ > --

Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Tilghman Lesher
On Tuesday 25 December 2007 14:59:12 Steve Finkelstein wrote: > No worries! Try updating from SVN now. I've made the change. -- Tilghman ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRI

Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Steve Finkelstein
No worries! Does something like this make sense for now? //ast_verb(3, "Found adaptive CDR table [EMAIL PROTECTED]", tableptr->table, tableptr->connection); if(opt_verbose > 2) { ast_verbose(VERBOSE_PREFIX_3, "Found adaptive CDR table [EMAIL

Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Tilghman Lesher
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_odb

Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Steve Finkelstein
Hi Tilghman, 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: un

Re: [asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Tilghman Lesher
On Tuesday 25 December 2007 12:50:06 Steve Finkelstein wrote: > I was recently made aware that the only way to currently set custom fields > in a relational database for CDR is via the experimental cdr_adaptive_odbc > drivers found here: > http://svncommunity.digium.com/view/tilghman/branches/1.4/c

[asterisk-users] cdr_adaptive_odbc and custom rdms fields

2007-12-25 Thread Steve Finkelstein
Hi folks, I was recently made aware that the only way to currently set custom fields in a relational database for CDR is via the experimental cdr_adaptive_odbc drivers found here: http://svncommunity.digium.com/view/tilghman/branches/1.4/cdr_adaptive_odbc.c?view=log I had no problem compiling the