aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-08 05:36:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-08 05:36:23 +0000
commit61a220cf4fd50c41ec71343fcb439e1a46994be2 (patch)
tree0cb947f2f4d6a51abc00fb0b553db3a0b1acce2b /doc
parent99d5bcb07ebfdee7f625e241f9c31b5f50a2601b (diff)
realtimeify voicemail...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3947 f38db490-d61c-443f-a65b-d21fe96a405b
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.
+