docs updates for newer asterisk and change in cpan perl modules

git-svn-id: svn://192.168.202.10@555 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-03-15 14:13:51 +00:00
parent 867db867fd
commit 954d384b7c
2 changed files with 16 additions and 11 deletions
+1
View File
@@ -74,6 +74,7 @@ cd ../asterisk-1.2.16
mkdir /etc/asterisk
mv amd2.conf /etc/asterisk/amd.conf
*OPTIONAL*(1.2.12.1 thru 1.2.16) apply the meetme volume control patch
*Different patches available for 1.2.7.1 through 1.2.14
wget http://www.eflo.net/files/meetme_volume_control_1.2.16.patch
patch -p1 < ./meetme_volume_control_1.2.16.patch
- File to patch: app_meetme.c
+15 -11
View File
@@ -431,6 +431,9 @@ following modules first: (say YES if asked to install prerequisites)
- install Net::Telnet
- install Time::HiRes
- install Net::Server
- install Unicode::Map (needed for super list loader Excel)
- install Jcode (needed for super list loader Excel)
- install Spreadsheet::WriteExcel (needed for super list loader Excel)
- install OLE::Storage_Lite (needed for super list loader Excel)
- install Spreadsheet::ParseExcel (needed for super list loader Excel)
- then quit cpan, you are done
@@ -822,13 +825,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.14.tar.gz
- wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.12.tar.gz
- wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.16.tar.gz
- wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.15.tar.gz
- wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.4.tar.gz
- gunzip asterisk-1.2.14.tar.gz
- tar xvf asterisk-1.2.14.tar
- gunzip zaptel-1.2.12.tar.gz
- tar xvf zaptel-1.2.12.tar
- gunzip asterisk-1.2.16.tar.gz
- tar xvf asterisk-1.2.16.tar
- gunzip zaptel-1.2.15.tar.gz
- tar xvf zaptel-1.2.15.tar
- gunzip libpri-1.2.4.tar.gz
- tar xvf libpri-1.2.4.tar
B. if you want latest SVN_1.2 version (release tree with new patches)
@@ -853,7 +856,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.12
- cd ./zaptel-1.2.15
- make clean
- make
- make install
@@ -861,7 +864,7 @@ with the following patch:
- make clean
- make
- make install
- cd ../asterisk-1.2.14
- cd ../asterisk-1.2.16
- (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
@@ -876,9 +879,10 @@ with the following patch:
- wget http://www.eflo.net/files/amd2.conf
- mkdir /etc/asterisk
- mv amd2.conf /etc/asterisk/amd.conf
-*OPTIONAL*(1.2.12.1 thru 1.2.14) apply the meetme volume control patch
- wget http://www.eflo.net/files/meetmeadmin_volume_control.patch
- patch -p1 < ./meetmeadmin_volume_control.patch
*OPTIONAL*(1.2.12.1 thru 1.2.16) apply the meetme volume control patch
*Different patches available for 1.2.7.1 through 1.2.14
- wget http://www.eflo.net/files/meetme_volume_control_1.2.16.patch
- patch -p1 < ./meetme_volume_control_1.2.16.patch
- File to patch: app_meetme.c
- cd ../