git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-16 17:12:36 +00:00
parent 296ca06e35
commit b9e2fcfdea
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
2005-11-15 Kevin P. Fleming <kpfleming@limerick.digium.com>
2005-11-16 Kevin P. Fleming <kpfleming@digium.com>
* doc/README.realtime: document the limitations of using FreeTDS with Realtime (issue #5767)
2005-11-15 Kevin P. Fleming <kpfleming@digium.com>
* Makefile: use -g3 for compiler to include macro information for debugger

View File

@@ -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.