[asterisk-commits] trunk r12572 - in /trunk: ./ apps/ doc/ funcs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Mar 12 10:28:02 MST 2006


Author: oej
Date: Sun Mar 12 11:27:57 2006
New Revision: 12572

URL: http://svn.digium.com/view/asterisk?rev=12572&view=rev
Log:
README files have changed names, better change references too :-)

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

Modified: trunk/apps/app_externalivr.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_externalivr.c?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/apps/app_externalivr.c (original)
+++ trunk/apps/app_externalivr.c Sun Mar 12 11:27:57 2006
@@ -65,7 +65,7 @@
 "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__)

Modified: trunk/config.c
URL: http://svn.digium.com/view/asterisk/trunk/config.c?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/config.c (original)
+++ trunk/config.c Sun Mar 12 11:27:57 2006
@@ -23,7 +23,7 @@
  * \author Mark Spencer <markster at digium.com>
  *
  * Includes the Asterisk Realtime API - ARA
- * See README.realtime
+ * See doc/realtime.txt and doc/extconfig.txt
  */
 
 #include <stdio.h>

Modified: trunk/doc/billing.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/billing.txt?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/doc/billing.txt (original)
+++ trunk/doc/billing.txt Sun Mar 12 11:27:57 2006
@@ -11,7 +11,7 @@
      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

Modified: trunk/doc/enum.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/enum.txt?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/doc/enum.txt (original)
+++ trunk/doc/enum.txt Sun Mar 12 11:27:57 2006
@@ -1,5 +1,5 @@
-README.enum
-
+Enum support in the ENUMLOOKUP dialplan function
+------------------------------------------------
 2005-09-06 
 jtodd at loligo.com
 

Modified: trunk/doc/extconfig.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/extconfig.txt?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/doc/extconfig.txt (original)
+++ trunk/doc/extconfig.txt Sun Mar 12 11:27:57 2006
@@ -9,7 +9,7 @@
 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

Modified: trunk/doc/realtime.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/realtime.txt?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/doc/realtime.txt (original)
+++ trunk/doc/realtime.txt Sun Mar 12 11:27:57 2006
@@ -8,7 +8,7 @@
 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 @@
 ---------------------------------
 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 @@
 * 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

Modified: trunk/funcs/func_enum.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_enum.c?rev=12572&r1=12571&r2=12572&view=diff
==============================================================================
--- trunk/funcs/func_enum.c (original)
+++ trunk/funcs/func_enum.c Sun Mar 12 11:27:57 2006
@@ -124,7 +124,7 @@
 		"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,
 };
 



More information about the asterisk-commits mailing list