aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-03 19:05:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-03 19:05:06 +0000
commitec4399116a3d1274f52f19f1d95714771d2cffdf (patch)
treec0886206b4f672d9e5631887d8105648986981e1 /doc
parente75c6a98a83868c4eaedacaa7a7823d3508a3c39 (diff)
Update documentation on realtime; add a workaround for lack of realtime hints by using func_odbc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38823 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/realtime.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/realtime.txt b/doc/realtime.txt
index 863302824..af592024a 100644
--- a/doc/realtime.txt
+++ b/doc/realtime.txt
@@ -25,8 +25,8 @@ Currently there are three realtime database drivers:
* ODBC: Support for UnixODBC, integrated into Asterisk
The UnixODBC subsystem supports many different databases,
please check www.unixodbc.org for more information.
-* MySQL: Found in the asterisk-addons subversion repository on cvs.digium.com
-
+* MySQL: Found in the asterisk-addons subversion repository on svn.digium.com
+* PostgreSQL: Native support for Postgres, integrated into Asterisk
* Two modes: Static and Realtime
--------------------------------
@@ -106,6 +106,13 @@ For voicemail storage with the support of ODBC, there is a
doc/odbcstorage.txt documentation file.
+* Limitations
+-------------
+Currently, realtime extensions do not support realtime hints. There is
+a workaround available by using func_odbc. See the sample func_odbc.conf
+for more information.
+
+
* FreeTDS supported with connection pooling
-------------------------------------------
In order to use a FreeTDS-based database with realtime, you need to turn