Update statement on FreeTDS with realtime, due to revisions in res_odbc

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38785 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 19 years ago
parent 91629a8d55
commit aac4712421

@ -106,7 +106,9 @@ For voicemail storage with the support of ODBC, there is a
doc/odbcstorage.txt documentation file. doc/odbcstorage.txt documentation file.
* FreeTDS not supported * FreeTDS supported with connection pooling
----------------------- -------------------------------------------
Due to architectural constraints in the FreeTDS libraries, FreeTDS is not In order to use a FreeTDS-based database with realtime, you need to turn
supported for use with realtime at this time. 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.

Loading…
Cancel
Save