[Asterisk-cvs] asterisk README,1.11,1.12
markster at lists.digium.com
markster at lists.digium.com
Sun Jan 25 00:05:45 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv32497
Modified Files:
README
Log Message:
UPdate readme (bug #846)
Index: README
===================================================================
RCS file: /usr/cvsroot/asterisk/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README 13 Jan 2004 04:34:09 -0000 1.11
+++ README 25 Jan 2004 05:57:43 -0000 1.12
@@ -14,6 +14,11 @@
http://www.asterisk.org
+In addition you'll find lot's of information compiled by the Asterisk
+community on this Wiki:
+
+ http://www.voip-info.org/wiki-Asterisk
+
* LICENSING
Asterisk is distributed under GNU General Public License. The GPL also
must apply to all loadable modules as well, except as defined below.
@@ -45,13 +50,12 @@
== Linux ==
Currently, the Asterisk Open Source PBX is only known to run on the
Linux OS, although it may be portable to other UNIX-like operating systems
-as well.
+(like FreeBSD) as well.
* GETTING STARTED
-First, be sure you've got supported hardware. To use Asterisk right now,
-you will need one of the following:
+First, be sure you've got supported hardware (but note that you don't need ANY hardware, not even a soundcard) to install and run Asterisk. Supported are:
* All Wildcard (tm) products from Digium (www.digium.com)
* QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
@@ -60,8 +64,9 @@
* ISDN4Linux compatible ISDN card
* Tormenta Dual T1 card (www.bsdtelephony.com.mx)
-Assuming you have one of these (most likely the third) you're ready to
-proceed:
+Hint: CAPI compatible ISDN cards can be run using the add-on channel chan_capi.
+
+So let's proceed:
1) Run "make"
2) Run "make install"
@@ -71,7 +76,7 @@
"make samples"
-Doing so will overwrite any existing config files you have.
+Doing so will overwrite any existing config files you have. If you are lacking a soundcard you won't be able to use the DIAL command on the console, though.
Finally, you can launch Asterisk with:
@@ -143,3 +148,5 @@
Welcome to the growing worldwide community of Asterisk users!
Mark Spencer
+
+
More information about the svn-commits
mailing list