[asterisk-commits] trunk - r7262 in /trunk: ./ doc/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Dec 1 16:17:38 CST 2005
Author: oej
Date: Thu Dec 1 16:17:35 2005
New Revision: 7262
URL: http://svn.digium.com/view/asterisk?rev=7262&view=rev
Log:
Changing "cvs" to "subversion" in documentation, also removing references to old versions of Asterisk
Modified:
trunk/README
trunk/doc/README.cdr
trunk/doc/README.realtime
trunk/doc/app_sms.html
trunk/doc/cdr.txt
Modified: trunk/README
URL: http://svn.digium.com/view/asterisk/trunk/README?rev=7262&r1=7261&r2=7262&view=diff
==============================================================================
--- trunk/README (original)
+++ trunk/README Thu Dec 1 16:17:35 2005
@@ -88,8 +88,8 @@
2) Run "make install"
- Each time you update or checkout from CVS, you are strongly encouraged
-to ensure all previous object files are removed to avoid internal
+ Each time you update or checkout from the repository, you are strongly
+encouraged to ensure all previous object files are removed to avoid internal
inconsistency in Asterisk. Normally, this is automatically done with
the presence of the file .cleancount, which increments each time a 'make clean'
is required, and the file .lastclean, which contains the last .cleancount used.
Modified: trunk/doc/README.cdr
URL: http://svn.digium.com/view/asterisk/trunk/doc/README.cdr?rev=7262&r1=7261&r2=7262&view=diff
==============================================================================
--- trunk/doc/README.cdr (original)
+++ trunk/doc/README.cdr Thu Dec 1 16:17:35 2005
@@ -14,10 +14,8 @@
* cdr_sqlite supports SQlite
* cdr_pgsql supports PostgreSQL
-In the asterisk-addons cvs archive, there's a cdr_mysql driver for
+In the asterisk-addons subversion repository, there's a cdr_mysql driver for
MySQL.
-
-
Applications
------------
Modified: trunk/doc/README.realtime
URL: http://svn.digium.com/view/asterisk/trunk/doc/README.realtime?rev=7262&r1=7261&r2=7262&view=diff
==============================================================================
--- trunk/doc/README.realtime (original)
+++ trunk/doc/README.realtime Thu Dec 1 16:17:35 2005
@@ -2,7 +2,8 @@
----------------------------------
The Asterisk Realtime Architecture is a new set of drivers and
-functions implemented in Asterisk 1.1dev (and the following v1.2 stable).
+functions implemented in Asterisk.
+
The benefits of this architecture are many, both from a code management
standpoint and from an installation perspective.
@@ -24,8 +25,7 @@
* ODBC: Support for UnixODBC, integrated into Asterisk
The UnixODBC subsystem supports many different databases,
please check www.unixodbc.org for more information.
-* MySQL: Found in the asterisk-addons cvs archive on cvs.digium.com
-* Res_perl: Found in the asterisk-addons cvs archive on cvs.digium.com
+* MySQL: Found in the asterisk-addons subversion repository on cvs.digium.com
* Two modes: Static and Realtime
Modified: trunk/doc/app_sms.html
URL: http://svn.digium.com/view/asterisk/trunk/doc/app_sms.html?rev=7262&r1=7261&r2=7262&view=diff
==============================================================================
--- trunk/doc/app_sms.html (original)
+++ trunk/doc/app_sms.html Thu Dec 1 16:17:35 2005
@@ -134,8 +134,8 @@
receiving messages. Using DDI (DID, i.e. multiple numbers on the line
on ISDN) you can also make use of many different numbers for SMS.<br>
<h2>Build / installation</h2>
-<span style="font-weight: bold;">app_sms.c</span> is included in the
-latest cvs. It lives in the asterisk source <span
+<span style="font-weight: bold;">app_sms.c</span> is included in
+the Asterisk source <span
style="font-weight: bold;">apps</span> directory and is included in
the object list (<span style="font-weight: bold;">app_sms.so</span>) in
<span style="font-weight: bold;">apps/Makefile</span>.<br>
Modified: trunk/doc/cdr.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/cdr.txt?rev=7262&r1=7261&r2=7262&view=diff
==============================================================================
--- trunk/doc/cdr.txt (original)
+++ trunk/doc/cdr.txt Thu Dec 1 16:17:35 2005
@@ -108,7 +108,7 @@
make install
Compile, or recompile, asterisk so that it will now add support
- for cdr_tds.c (Currently only asterisk CVS supports cdr_tds.c)
+ for cdr_tds.c
make clean &&
make update &&
More information about the asterisk-commits
mailing list