removal of some depricated files

documentation updates

git-svn-id: svn://192.168.202.10@231 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-29 16:42:27 +00:00
parent 3c1836ed0e
commit 805c4a0e46
15 changed files with 10 additions and 2908 deletions
+10 -10
View File
@@ -622,8 +622,8 @@ PHASE 4: INSTALLING ASTERISK
OK, all the prep work is done, now it's time to start having fun with Asterisk.
There are two basic ways to install Asterisk, an official release(at the time of
this writing the official release is 1.2.10) and the SVN_DEV version(development
branch). We recommend using Asterisk 1.2.10. These instructions are how we get
this writing the official release is 1.2.11) and the SVN_DEV version(development
branch). We recommend using Asterisk 1.2.11. These instructions are how we get
our Asterisk system with it's T1 line installed with our 2 SIP VOIP devices and
one IAX2 softphone.
@@ -638,13 +638,13 @@ with the following patch:
- mkdir /usr/src/asterisk
- cd /usr/src/asterisk
A. if you want 1.2 release (reliable with new features):
- wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.10.tar.gz
- wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.7.tar.gz
- wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.11.tar.gz
- wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.8.tar.gz
- wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz
- gunzip asterisk-1.2.10.tar.gz
- tar xvf asterisk-1.2.10.tar
- gunzip zaptel-1.2.7.tar.gz
- tar xvf zaptel-1.2.7.tar
- gunzip asterisk-1.2.11.tar.gz
- tar xvf asterisk-1.2.11.tar
- gunzip zaptel-1.2.8.tar.gz
- tar xvf zaptel-1.2.8.tar
- gunzip libpri-1.2.3.tar.gz
- tar xvf libpri-1.2.3.tar
B. if you want latest SVN_DEV version (sometimes unstable) [1.3 tree]
@@ -665,7 +665,7 @@ with the following patch:
edit this line at the top and just add a hash # in front of it as shown:
#PBX_LIBS+=$(shell $(CROSS_COMPILE_BIN)gtk-config --cflags >/dev/null 2>/dev/null && echo "pbx_gtkconsole.so")
- cd ./zaptel-1.2.7
- cd ./zaptel-1.2.8
- make clean
- make
- make install
@@ -673,7 +673,7 @@ with the following patch:
- make clean
- make
- make install
- cd ../asterisk-1.2.10
- cd ../asterisk-1.2.11
- (1.2 tree) If you want to include Answering Machine Detection ability
you will need to download app_amd.c and amd.conf and alter the
apps/Makefile to compile it properly