[Asterisk-Users] module : cdr_sybase.so

John Laur johnl at blurbco.com
Mon Jul 14 07:04:17 MST 2003


> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
> admin at lists.digium.com] On Behalf Of Roy Sigurd Karlsbakk
> Sent: Monday, July 14, 2003 3:16 AM
> To: asterisk-users at lists.digium.com; cvasiliu
> Subject: Re: [Asterisk-Users] module : cdr_sybase.so
> 
> nice
> this can probably be used with mssql as well :)
> our developers only uses that

Implementing this with FreeTDS would be a better choice for the standard
distribution since it has no dependencies on non-free software libraries
like Sybase "Open Client" (sic) libs. I have had no problems doing
anything I needed to with Sybase and SQL Server using FreeTDS, so for
CDR logging (just inserts) it should be more than sufficient. Have a
look at www.freetds.org

John
 
> On Friday 11 July 2003 21:56, cvasiliu wrote:
> > 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.?)





More information about the asterisk-users mailing list