From: Kevin P. Fleming Date: Wed, 16 Nov 2005 17:12:36 +0000 (+0000) Subject: issue #5767 X-Git-Tag: 1.2.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e2fcfdea8d2663e5e2f47dfd74fb2473535c67;p=thirdparty%2Fasterisk.git issue #5767 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7112 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index 961be44bc3..bd6af95470 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2005-11-15 Kevin P. Fleming +2005-11-16 Kevin P. Fleming + + * doc/README.realtime: document the limitations of using FreeTDS with Realtime (issue #5767) + +2005-11-15 Kevin P. Fleming * Makefile: use -g3 for compiler to include macro information for debugger diff --git a/doc/README.realtime b/doc/README.realtime index 570194d273..bed6e9bd2d 100755 --- a/doc/README.realtime +++ b/doc/README.realtime @@ -105,3 +105,7 @@ For voicemail storage with the support of ODBC, there is a README.odbcstorage documentation file. +* FreeTDS not supported +----------------------- +Due to architectural constraints in the FreeTDS libraries, FreeTDS is not +supported for use with realtime at this time.