summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-28 21:28:30 +0000
committerMark Spencer <markster@digium.com>2004-11-28 21:28:30 +0000
commite95fa2a065245a4a0db40da2b7dc27c7648b9254 (patch)
tree3a216aa77e309e30c63ecac0bc2d439c81c993a4 /doc
parent1406e38d8f168ada31d15bb4a8940163b1ca53c5 (diff)
Add ability to store voicemail in ODBC database
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
+