aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-28 21:28:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-28 21:28:30 +0000
commit5b49f62b7cfc30451990f0e5b62f74e102144c87 (patch)
tree3a216aa77e309e30c63ecac0bc2d439c81c993a4 /doc
parent59716f51a5a20381ad71ae6432a4ce847b104fc7 (diff)
Add ability to store voicemail in ODBC database
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4349 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.extconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/README.extconfig b/doc/README.extconfig
index 85d4dd2c1..e26ab6c3a 100755
--- a/doc/README.extconfig
+++ b/doc/README.extconfig
@@ -58,3 +58,21 @@ A Voicemail table would look more like this:
The uniqueid should be unique to each voicemail user and can be
autoincrement. It need not have any relation to the mailbox or context.
+An extension table would look more like this:
+
++----------+---------+----------+-------+-----------+
+| context | exten | priority | app | appdata |
++----------+---------+----------+-------+-----------+
+| default | 1234 | 1 | Dial | Zap/1 |
++----------+---------+----------+-------+-----------+
+
+In the dialplan you just use the Realtime switch:
+
+[foo]
+switch => Realtime
+
+or:
+
+[bar]
+switch => Realtime/bar@extensions
+