[Asterisk-cvs] asterisk/doc README.extconfig,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Sun Nov 28 16:29:37 CST 2004


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

Modified Files:
	README.extconfig 
Log Message:
Add ability to store voicemail in ODBC database


Index: README.extconfig
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.extconfig,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README.extconfig	19 Oct 2004 21:16:46 -0000	1.4
+++ README.extconfig	28 Nov 2004 21:28:30 -0000	1.5
@@ -58,3 +58,21 @@
 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 at extensions
+




More information about the svn-commits mailing list