aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 17:12:36 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 17:12:36 +0000
commit8eb2c5815e351807f643f5d7a738e45abbf79007 (patch)
tree5830bff446036032a0edc6c27c8d069f5c1ae852
parentc7548920ce51bd05cb0b6c3d84f01b8e3fee2568 (diff)
issue #5767
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7112 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog6
-rwxr-xr-xdoc/README.realtime4
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 961be44bc..bd6af9547 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/doc/README.realtime b/doc/README.realtime
index 570194d27..bed6e9bd2 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.