]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
README files have changed names, better change references too :-)
authorOlle Johansson <oej@edvina.net>
Sun, 12 Mar 2006 17:27:57 +0000 (17:27 +0000)
committerOlle Johansson <oej@edvina.net>
Sun, 12 Mar 2006 17:27:57 +0000 (17:27 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12572 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_externalivr.c
config.c
doc/billing.txt
doc/enum.txt
doc/extconfig.txt
doc/realtime.txt
funcs/func_enum.c

index c40c3d2e6c79e0f38506de40d7e6783c638374f7..ae8a2493c1af9a8ac3740a84ace0acbfe796a0ee 100644 (file)
@@ -65,7 +65,7 @@ static const char *descrip =
 "will receive all DTMF events received on the channel, and notification\n"
 "if the channel is hung up. The application will not be forcibly terminated\n"
 "when the channel is hung up.\n"
-"See doc/README.externalivr for a protocol specification.\n";
+"See doc/externalivr.txt for a protocol specification.\n";
 
 /* XXX the parser in gcc 2.95 gets confused if you don't put a space between 'name' and the comma */
 #define ast_chan_log(level, channel, format, ...) ast_log(level, "%s: " format, channel->name , ## __VA_ARGS__)
index 977226e9c55c8fd78f1077502147c4f43ffa7ccd..8afdd39ed0158a17ba0cfa58e56be72d08685897 100644 (file)
--- a/config.c
+++ b/config.c
@@ -23,7 +23,7 @@
  * \author Mark Spencer <markster@digium.com>
  *
  * Includes the Asterisk Realtime API - ARA
- * See README.realtime
+ * See doc/realtime.txt and doc/extconfig.txt
  */
 
 #include <stdio.h>
index b3f60a7338d68fd63326ad1ae47da26f8e421433..8387b79304e34fbb82130b467312ea47fef524bf 100644 (file)
@@ -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
index ba8484749acd890024e234871fa9b15ea9c5ace5..59fbd5d7bd34a9b80869e2685d50e2cef41f381c 100644 (file)
@@ -1,5 +1,5 @@
-README.enum
-
+Enum support in the ENUMLOOKUP dialplan function
+------------------------------------------------
 2005-09-06 
 jtodd@loligo.com
 
index 6b147e5739dad029605230a4f71bcc681557879a..c52eb4796f5460ed12629497747d0b40fa814c0c 100644 (file)
@@ -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
index 53df7a7e5de3adc1139dab7a6af7937432e74593..6f5271d31627637130fa536b8745514eb4130bcf 100644 (file)
@@ -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
index 2713b245191756a23973369a035cc97cb5fe60da..7cd73c750f237fbafcd926cde86c435a4b1bd7a9 100644 (file)
@@ -124,7 +124,7 @@ static struct ast_custom_function enum_function = {
                "Option 'c' returns an integer count of the number of NAPTRs of a certain RR type.\n"
                "Combination of 'c' and Method-type of 'ALL' will return a count of all NAPTRs for the record.\n"
                "Defaults are: Method-type=sip, no options, record=1, zone-suffix=e164.arpa\n\n"
-               "For more information, see README.enum",
+               "For more information, see doc/enum.txt",
        .read = function_enum,
 };