From 2da918f46ab05d75dbbf992a981ea16fc2b185ea Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 8 Sep 2006 19:24:34 +0000 Subject: [PATCH] changed to Asterisk 1.2.10. Issues with 1.2.11 and SIP-IAX trunks git-svn-id: svn://192.168.202.10@259 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/BASE_INSTALL.txt | 8 ++++---- docs/SCRATCH_INSTALL.txt | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/BASE_INSTALL.txt b/docs/BASE_INSTALL.txt index 479db38c..b36bbe03 100644 --- a/docs/BASE_INSTALL.txt +++ b/docs/BASE_INSTALL.txt @@ -27,11 +27,11 @@ 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.11.tar.gz +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.8.tar.gz wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz -gunzip asterisk-1.2.11.tar.gz -tar xvf asterisk-1.2.11.tar +gunzip asterisk-1.2.10.tar.gz +tar xvf asterisk-1.2.10.tar gunzip zaptel-1.2.8.tar.gz tar xvf zaptel-1.2.8.tar gunzip libpri-1.2.3.tar.gz @@ -44,7 +44,7 @@ cd ../libpri-1.2.3 make clean make make install -cd ../asterisk-1.2.11 +cd ../asterisk-1.2.10 (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 diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index e50d307c..ea87cae1 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -711,8 +711,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.11) and the SVN_DEV version(development -branch). We recommend using Asterisk 1.2.11. These instructions are how we get +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 our Asterisk system with it's T1 line installed with our 2 SIP VOIP devices and one IAX2 softphone. @@ -727,11 +727,11 @@ 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.11.tar.gz + - 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.8.tar.gz - wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz - - gunzip asterisk-1.2.11.tar.gz - - tar xvf asterisk-1.2.11.tar + - gunzip asterisk-1.2.10.tar.gz + - tar xvf asterisk-1.2.10.tar - gunzip zaptel-1.2.8.tar.gz - tar xvf zaptel-1.2.8.tar - gunzip libpri-1.2.3.tar.gz @@ -762,7 +762,7 @@ with the following patch: - make clean - make - make install - - cd ../asterisk-1.2.11 + - cd ../asterisk-1.2.10 - (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 @@ -1472,7 +1472,7 @@ package(as of this writing it is 2.0.1) - mkdir /usr/src/astguiclient - cd /usr/src/astguiclient - svn checkout svn://205.201.151.21:43690/agc_2-X - - cd trunk + - cd agc_2-X/trunk/ - perl install.pl - there is one more file you need that's not included with the download package, it's the conf.gsm file(this is the half-hour music file that we use