aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-12 17:27:57 +0000
commit566af08e493b66ca7448ebb0561dcad1f062df59 (patch)
treee0693e78098fede01f8701a31ce1f865428d9451 /doc
parent7ff02f82f52de9b68b6507db5b0947007896dc72 (diff)
README files have changed names, better change references too :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12572 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/billing.txt2
-rw-r--r--doc/enum.txt4
-rw-r--r--doc/extconfig.txt2
-rw-r--r--doc/realtime.txt9
4 files changed, 8 insertions, 9 deletions
diff --git a/doc/billing.txt b/doc/billing.txt
index b3f60a733..8387b7930 100644
--- a/doc/billing.txt
+++ b/doc/billing.txt
@@ -11,7 +11,7 @@ separated text file.
for an updated list of supported databases, from MySQL to MsSQL
and text files.
* cdr_tds supports FreeTDS databases (Among them MS SQL)
- NOTE: Please read README.tds for information on possible
+ NOTE: Please read doc/freetds.txt for information on possible
problems with the FreeTDS driver
* cdr_sqlite supports SQlite
* cdr_pgsql supports PostgreSQL
diff --git a/doc/enum.txt b/doc/enum.txt
index ba8484749..59fbd5d7b 100644
--- a/doc/enum.txt
+++ b/doc/enum.txt
@@ -1,5 +1,5 @@
-README.enum
-
+Enum support in the ENUMLOOKUP dialplan function
+------------------------------------------------
2005-09-06
jtodd@loligo.com
diff --git a/doc/extconfig.txt b/doc/extconfig.txt
index 6b147e573..c52eb4796 100644
--- a/doc/extconfig.txt
+++ b/doc/extconfig.txt
@@ -9,7 +9,7 @@ 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
+Asterisk Realtime Architecture (see doc/realtime.txt for more
information).
* Configuration
diff --git a/doc/realtime.txt b/doc/realtime.txt
index 53df7a7e5..6f5271d31 100644
--- a/doc/realtime.txt
+++ b/doc/realtime.txt
@@ -8,7 +8,7 @@ The benefits of this architecture are many, both from a code management
standpoint and from an installation perspective.
Additional information on the configuration of Realtime with Asterisk
-can be found in README.extconfig
+can be found in doc/extconfig.txt
The ARA is designed to be independent of storage. Currently, most
drivers are based on SQL, but the architecture should be able to handle
@@ -82,7 +82,7 @@ objects and the realtime switch.
---------------------------------
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). Please see README.extconfig for database schemas.
+of stuck). Please see doc/extconfig.txt 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:
@@ -98,11 +98,10 @@ Defined well-known family names are:
* voicemail Voicemail accounts
There is documentation of the SQL database in the file
-README.extconfig in your Asterisk source code tree, the /doc
-directory.
+doc/extconfig.txt in your Asterisk source code tree.
For voicemail storage with the support of ODBC, there is a
-README.odbcstorage documentation file.
+doc/odbcstorage.txt documentation file.
* FreeTDS not supported