search for: cdr_sybase

Displaying 2 results from an estimated 2 matches for "cdr_sybase".

2003 Jul 11
4
module : cdr_sybase.so
If anyone is interested ... just in case! :-)... I have tried to write , based on the cdr_mysql.so module, an Sybase module. To compile you can use something like that: export SYBPLATFORM=linux export SYBASE=/opt/sybase cc -I$SYBASE/include -c -o cdr_sybase.o cdr_sybase.c cc -shared -Xlinker -x -o cdr_sybase.so cdr_sybase.o -lsybdb -lm -L$SYBASE/lib (anyone could write the corect Makefile inside the cdr dir.?) So here it is: * * Asterisk -- A telephony toolkit for Linux. * * Sybase CDR logger * * Cristian Vasiliu <cvasiliu@accessnet.ro>...
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
...Server, MySQL, Postgres, etc...) FreeTDS already has a unixODBC driver (libtdsodbc.so) so for our needs we can use FreeTDS directly or through a additional abstraction with unixODBC. Currently in Asterisk is the support for a CDR CSV (cdr_csv.c), cdr_mysql.c, and I saw on the list a few weeks ago cdr_sybase.c What would help the Asterisk community the most? Is there really a demand out there for anything other than MySQL CSV flat file TDS (Sybase and MS SQL Server) I have never heard the words Oracle or Postgres thrown around so I am wondering if there is a justifiable need to support such systems....