ODBC Transaction support
Submitted by Corydon76 on Wed, 12/17/2008 - 14:54People have asked for many things after the release of func_odbc. Func_odbc is a module that permits you to create fill-in-the-blank SQL templates, which become dialplan functions. One of the requests was for automatically using the column names to populate variables, which became the HASH() function. Another request was for multi-row access, and that is now integrated within func_odbc as the parameter "mode=multirow".
Adaptive Asterisk
Submitted by Corydon76 on Thu, 06/12/2008 - 13:16I've been working on a concept over the past several months, which I call "adaptive capabilities". Some of you are already familiar with the original module that started this work, called cdr_adaptive_odbc. The idea behind this is rather simple, but the result is very powerful: instead of relying on database tables to be static representations of what Asterisk designers originally intended, make Asterisk adapt to the layout of a database table.
cdr_custom_odbc
Submitted by Corydon76 on Fri, 01/05/2007 - 08:03No doubt most people working with CDRs have felt that the Userfield is grossly inadequate to encode all of the details they would like to have. The problem is, how do you create a generic CDR engine that will satisfy different people on different systems with completely different needs?
