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: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of John Laur
> Sent: Monday, July 14, 2003 9:04 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] module : cdr_sybase.so
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:asterisk-users-
> > [EMAIL PROTECTED] On Behalf Of Roy Sigurd Karlsbakk
> > Sent: Monday, July 14, 2003 3:16 AM
> > To: [EMAIL PROTECTED]; 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
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to