diff --git a/docs/BASE_INSTALL.txt b/docs/BASE_INSTALL.txt index d598e3f1..ee0b65aa 100644 --- a/docs/BASE_INSTALL.txt +++ b/docs/BASE_INSTALL.txt @@ -31,16 +31,16 @@ PHASE 1: INSTALLING ASTERISK 1. follow these command line steps: mkdir /usr/src/asterisk cd /usr/src/asterisk -wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.12.1.tar.gz -wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.9.1.tar.gz -wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz -gunzip asterisk-1.2.12.1.tar.gz -tar xvf asterisk-1.2.12.1.tar -gunzip zaptel-1.2.9.1.tar.gz -tar xvf zaptel-1.2.9.1.tar -gunzip libpri-1.2.3.tar.gz -tar xvf libpri-1.2.3.tar -cd ./zaptel-1.2.9.1 +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/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 libpri-1.2.4.tar.gz +tar xvf libpri-1.2.4.tar +cd ./zaptel-1.2.12 wget http://www.freedomphones.net/files/newt-0.51.6.tar.gz gunzip newt-0.51.6.tar.gz tar xvf newt-0.51.6.tar @@ -54,11 +54,11 @@ make clean make zttool make make install -cd ../libpri-1.2.3 +cd ../libpri-1.2.4 make clean make make install -cd ../asterisk-1.2.12.1 +cd ../asterisk-1.2.14 (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 @@ -73,7 +73,7 @@ cd ../asterisk-1.2.12.1 wget http://www.eflo.net/files/amd2.conf mkdir /etc/asterisk mv amd2.conf /etc/asterisk/amd.conf - *OPTIONAL*(1.2.12.1 and 1.2.13) apply the meetme volume control patch + *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 - File to patch: app_meetme.c @@ -245,7 +245,7 @@ GRANT SELECT on asterisk.phones TO idcheck@localhost IDENTIFIED BY '1234'; ##### make sure on these queries that you change the server_ip "10.10.10.15" ##### to the server IP that you are using -insert into servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTasterisk','Test install of Asterisk server', '10.10.10.15','Y','1.2.12.1'); +insert into servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTasterisk','Test install of Asterisk server', '10.10.10.15','Y','1.2.14'); insert into server_updater values('10.10.10.15',''); diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index 098d6220..56bb1952 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -760,8 +760,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.12.1) and the SVN_DEV version(development -branch). We recommend using Asterisk 1.2.12.1. These instructions are how we get +this writing the official release is 1.2.14) and the SVN_DEV version(development +branch). We recommend using Asterisk 1.2.14. 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. @@ -776,15 +776,15 @@ 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.12.1.tar.gz - - wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.9.1.tar.gz - - wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz - - gunzip asterisk-1.2.12.1.tar.gz - - tar xvf asterisk-1.2.12.1.tar - - gunzip zaptel-1.2.9.1.tar.gz - - tar xvf zaptel-1.2.9.1.tar - - gunzip libpri-1.2.3.tar.gz - - tar xvf libpri-1.2.3.tar + - 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/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 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) - svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 asterisk-1.2 - svn checkout http://svn.digium.com/svn/zaptel/branches/1.2 zaptel-1.2 @@ -807,15 +807,15 @@ 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.9.1 + - cd ./zaptel-1.2.12 - make clean - make - make install - - cd ../libpri-1.2.3 + - cd ../libpri-1.2.4 - make clean - make - make install - - cd ../asterisk-1.2.12.1 + - cd ../asterisk-1.2.14 - (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 @@ -830,7 +830,7 @@ 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 or 1.2.14) apply the meetme volume control patch + -*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 - File to patch: app_meetme.c @@ -1587,7 +1587,7 @@ use asterisk; GRANT SELECT on asterisk.phones TO idcheck@'%' IDENTIFIED BY '1234'; GRANT SELECT on asterisk.phones TO idcheck@localhost IDENTIFIED BY '1234'; -insert into servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTasterisk','Test install of Asterisk server', '10.10.10.15','Y','1.2.12.1'); +insert into servers (server_id,server_description,server_ip,active,asterisk_version)values('TESTasterisk','Test install of Asterisk server', '10.10.10.15','Y','1.2.14'); insert into server_updater values('10.10.10.15','');