mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 16:21:01 +00:00
minor updates (bug #4779)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6200 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2,11 +2,18 @@ Asterisk external configuration
|
|||||||
===============================
|
===============================
|
||||||
|
|
||||||
The Asterisk external configuration engine is the result of work by
|
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
|
It is designed to provide a flexible, seamless integration between
|
||||||
Asterisk's internal configuration structure and external SQL other other
|
Asterisk's internal configuration structure and external SQL other other
|
||||||
databases (maybe even LDAP one day).
|
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
|
External configuration is configured in /etc/asterisk/extconfig.conf
|
||||||
allowing you to map any configuration file (static mappings) to
|
allowing you to map any configuration file (static mappings) to
|
||||||
be pulled from the database, or to map special runtime entries which
|
be pulled from the database, or to map special runtime entries which
|
||||||
|
@@ -79,7 +79,7 @@ objects and the realtime switch.
|
|||||||
---------------------------------
|
---------------------------------
|
||||||
You configure the ARA in extconfig.conf (yes, it's a strange name, but
|
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
|
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
|
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:
|
name to find the proper database driver. The syntax is easy:
|
||||||
@@ -101,20 +101,4 @@ directory.
|
|||||||
For voicemail storage with the support of ODBC, there is a
|
For voicemail storage with the support of ODBC, there is a
|
||||||
README.odbcstorage documentation file.
|
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user