summaryrefslogtreecommitdiff
path: root/doc/README.extconfig
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.extconfig')
-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.
+