[Asterisk-cvs] asterisk/doc README.extconfig,1.2,1.3

markster at lists.digium.com markster at lists.digium.com
Fri Oct 8 01:35:09 CDT 2004


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv22182/doc

Modified Files:
	README.extconfig 
Log Message:
realtimeify voicemail...


Index: README.extconfig
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.extconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.extconfig	7 Oct 2004 15:46:08 -0000	1.2
+++ README.extconfig	8 Oct 2004 05:36:23 -0000	1.3
@@ -46,3 +46,15 @@
 +------+--------+-------+----------+-----+------------+----------+
 
 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 at 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.
+




More information about the svn-commits mailing list