[Asterisk-cvs] asterisk/doc README.extconfig, 1.5,
1.6 README.realtime, 1.1, 1.2
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jul 25 15:04:37 CDT 2005
Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv16089/doc
Modified Files:
README.extconfig README.realtime
Log Message:
minor updates (bug #4779)
Index: README.extconfig
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.extconfig,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README.extconfig 28 Nov 2004 21:28:30 -0000 1.5
+++ README.extconfig 25 Jul 2005 19:11:19 -0000 1.6
@@ -2,11 +2,18 @@
===============================
The Asterisk external configuration engine is the result of work by
-Anthony Minessale II, Mark Spencer and Constantine Filin
+Anthony Minessale II, Mark Spencer and Constantine Filin.
+
It is designed to provide a flexible, seamless integration between
Asterisk's internal configuration structure and external SQL other other
databases (maybe even LDAP one day).
+The external configuration engine is the basis for the ARA, the
+Asterisk Realtime Architecture (see README.realtime for more
+information).
+
+* Configuration
+
External configuration is configured in /etc/asterisk/extconfig.conf
allowing you to map any configuration file (static mappings) to
be pulled from the database, or to map special runtime entries which
Index: README.realtime
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.realtime,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.realtime 25 Feb 2005 17:41:34 -0000 1.1
+++ README.realtime 25 Jul 2005 19:11:19 -0000 1.2
@@ -79,7 +79,7 @@
---------------------------------
You configure the ARA in extconfig.conf (yes, it's a strange name, but
is was defined in the early days of the realtime architecture and kind
-of stuck).
+of stuck). Please see README.extconfig for database schemas.
The part of Asterisk that connects to the ARA use a well defined family
name to find the proper database driver. The syntax is easy:
@@ -101,20 +101,4 @@
For voicemail storage with the support of ODBC, there is a
README.odbcstorage documentation file.
-* Please test this architecture in order to make it stable
------------------------------------------------------------
-The Asterisk CVS head, v1.1 dev, is there for you to test. In order
-to move it forward to a stable release (v1.2) we need more tests,
-more bug reports and more fixes.
-
-You will find download instructions for Asterisk CVS head on
-the www.asterisk.org web site. As usual, do not install a
-development version on a production server.
-
-If you have any questions, the developer team is available almost
-around the clock on the #asterisk-dev channel on irc.freenode.net.
-
-
-
-
More information about the svn-commits
mailing list