[Asterisk-Users] module : cdr_sybase.so

Erik Anderson eanders at midco.net
Mon Jul 14 16:30:40 MST 2003


Agreed.

I have programmed against FreeTDS a lot.  It is a good stable product.

It should not take any major effort to put in a

cdr_tds.so

This way we could connect to Sybase and MS SQL Server.

If there is a demand for this kind of feature maybe we should make such a
module.

Erik

> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com
> [mailto:asterisk-users-admin at lists.digium.com]On Behalf Of John Laur
> Sent: Monday, July 14, 2003 9:04 AM
> To: asterisk-users at lists.digium.com
> Subject: RE: [Asterisk-Users] module : cdr_sybase.so
>
>
> > -----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.?)
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list