[Home]

Summary:ASTERISK-12182: cdr_tds won't build against FreeTDS 0.82
Reporter:Jeffrey C. Ollie (jcollie)Labels:
Date Opened:2008-06-12 09:55:45Date Closed:2008-07-02 09:25:02
Priority:MajorRegression?No
Status:Closed/CompleteComponents:CDR/cdr_tds
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:FreeTDS 0.82 has dropped the libtds library, therefore cdr_tds won't build anymore.  cdr_tds should be rewritten to use one of the supported front ends or people need to switch to using odbc:

http://www.freetds.org/faq.html#where.is.libtds.so
Comments:By: Digium Subversion (svnbot) 2008-06-28 16:20:58

Repository: asterisk
Revision: 126226

U   trunk/UPGRADE.txt
U   trunk/cdr/cdr_tds.c
U   trunk/configure
U   trunk/configure.ac
U   trunk/include/asterisk/autoconfig.h.in

------------------------------------------------------------------------
r126226 | seanbright | 2008-06-28 16:20:56 -0500 (Sat, 28 Jun 2008) | 8 lines

Merge in changes from my cdr-tds-conversion branch.  This changes the internal
implementation from using the volatile libtds, to using the db-lib front end.
The unintended side effect of this is that we support (at least) versions 0.62
through 0.82 of the FreeTDS distribution without any #ifdef ugliness.

(closes issue ASTERISK-12182)
Reported by: jcollie

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=126226

By: Digium Subversion (svnbot) 2008-06-28 16:22:27

Repository: asterisk
Revision: 126227

_U  branches/1.6.0/

------------------------------------------------------------------------
r126227 | seanbright | 2008-06-28 16:22:26 -0500 (Sat, 28 Jun 2008) | 15 lines

Blocked revisions 126226 via svnmerge

........
r126226 | seanbright | 2008-06-28 17:28:16 -0400 (Sat, 28 Jun 2008) | 8 lines

Merge in changes from my cdr-tds-conversion branch.  This changes the internal
implementation from using the volatile libtds, to using the db-lib front end.
The unintended side effect of this is that we support (at least) versions 0.62
through 0.82 of the FreeTDS distribution without any #ifdef ugliness.

(closes issue ASTERISK-12182)
Reported by: jcollie

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=126227

By: Jeffrey C. Ollie (jcollie) 2008-07-01 09:05:26

Any chance this will get backported to 1.6.0?

By: Sean Bright (seanbright) 2008-07-02 09:25:02

Just merged it into the 1.6.0 branch.  It will be in the next 1.6.0 release candidate (or release).