summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-08 05:36:23 +0000
committerMark Spencer <markster@digium.com>2004-10-08 05:36:23 +0000
commitd808177d50c6a4b1c5e70bedd38e1cbca95fa36b (patch)
tree0cb947f2f4d6a51abc00fb0b553db3a0b1acce2b /doc
parentb70b53169989951c18a52e232f7626163f38701e (diff)
realtimeify voicemail...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.extconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/README.extconfig b/doc/README.extconfig
index 9e1a29dad..a7713ac46 100755
--- a/doc/README.extconfig
+++ b/doc/README.extconfig
@@ -46,3 +46,15 @@ A SIP table would look more like this:
+------+--------+-------+----------+-----+------------+----------+
in order to store appropriate parameters required for SIP.
+
+A Voicemail table would look more like this:
+
++----------+---------+----------+----------+-----------+---------------+
+| uniqueid | mailbox | context | password |email | fullname |
++----------+---------+----------+----------+-----------+---------------+
+| 1 | 1234 | default | 4242 | a@b.com | Joe Schmoe |
++----------+---------+----------+----------+-----------+---------------+
+
+The uniqueid should be unique to each voicemail user and can be
+autoincrement. It need not have any relation to the mailbox or context.
+