Update statement on FreeTDS with realtime, due to revisions in res_odbc
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 3 Aug 2006 13:16:00 +0000 (13:16 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 3 Aug 2006 13:16:00 +0000 (13:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38785 65c4cc65-6c06-0410-ace0-fbb531ad65f3

doc/realtime.txt

index bdcf505..8633028 100644 (file)
@@ -106,7 +106,9 @@ For voicemail storage with the support of ODBC, there is a
 doc/odbcstorage.txt documentation file.
 
 
-* FreeTDS not supported
------------------------
-Due to architectural constraints in the FreeTDS libraries, FreeTDS is not
-supported for use with realtime at this time.
+* FreeTDS supported with connection pooling
+-------------------------------------------
+In order to use a FreeTDS-based database with realtime, you need to turn
+connection pooling on in res_odbc.conf.  This is due to a limitation within
+the FreeTDS protocol itself.  Please note that this includes databases such
+as MS SQL Server and Sybase.  This support is new in the current release.