David, According to this Asterisk WiKi page, "Currently there are three realtime database drivers:" ODBC, MySQL and PostgreSQL
https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration AstLinux builds Asterisk with UnixODBC since AstLinux 1.1.1 over a year ago. I don't recall anyone on this list documenting their success using Asterisk Realtime (for SIP I presume) after we added ODBC. I would really like someone to try. As for the extra ODBC layer, while I agree the fewer software layers in the mix are generally better, it seems the Asterisk folks are focusing on using ODBC. Just as an example, Asterisk supports native SQLite3 native CDR logging (cdr_sqlite3_custom), but it is older legacy code compared the far more feature rich Adaptive ODBC (cdr_adaptive_odbc) SQLIte3 logging. Again, it would be great of someone demonstrated a working Asterisk Realtime for AstLinux and their impressions. Lonnie On Jun 10, 2014, at 5:58 AM, david wrote: > Hello! > > > The other day I was re-visiting Asterisk Realtime using SQLite3. I think > the SQLite3 driver can be built native into the Asterisk package to > avoid having to use the sqliteodbc bridge. > > I am not sure that is an accurate statement, because when I tried to > configure it this way it didnt work. > > Does anyone have any experience with using Asterisk Realtime with native > SQLite3 without ODBC, or is using ODBC still a must at this point. > > Thanks for any pointers on this. > > David. ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
