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
This commit is contained in:
mattf
2006-09-08 19:24:34 +00:00
parent 3ef64e37de
commit 50d650485c
2 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -27,11 +27,11 @@ PHASE 1: INSTALLING ASTERISK
1. follow these command line steps: 1. follow these command line steps:
mkdir /usr/src/asterisk mkdir /usr/src/asterisk
cd /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/zaptel/releases/zaptel-1.2.8.tar.gz
wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz
gunzip asterisk-1.2.11.tar.gz gunzip asterisk-1.2.10.tar.gz
tar xvf asterisk-1.2.11.tar tar xvf asterisk-1.2.10.tar
gunzip zaptel-1.2.8.tar.gz gunzip zaptel-1.2.8.tar.gz
tar xvf zaptel-1.2.8.tar tar xvf zaptel-1.2.8.tar
gunzip libpri-1.2.3.tar.gz gunzip libpri-1.2.3.tar.gz
@@ -44,7 +44,7 @@ cd ../libpri-1.2.3
make clean make clean
make make
make install make install
cd ../asterisk-1.2.11 cd ../asterisk-1.2.10
(1.2 tree) If you want to include Answering Machine Detection ability (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 you will need to download app_amd.c and amd.conf and alter the
apps/Makefile to compile it properly apps/Makefile to compile it properly
+7 -7
View File
@@ -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. 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 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 this writing the official release is 1.2.10) and the SVN_DEV version(development
branch). We recommend using Asterisk 1.2.11. These instructions are how we get 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 our Asterisk system with it's T1 line installed with our 2 SIP VOIP devices and
one IAX2 softphone. one IAX2 softphone.
@@ -727,11 +727,11 @@ with the following patch:
- mkdir /usr/src/asterisk - mkdir /usr/src/asterisk
- cd /usr/src/asterisk - cd /usr/src/asterisk
A. if you want 1.2 release (reliable with new features): 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/zaptel/releases/zaptel-1.2.8.tar.gz
- wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz - wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.3.tar.gz
- gunzip asterisk-1.2.11.tar.gz - gunzip asterisk-1.2.10.tar.gz
- tar xvf asterisk-1.2.11.tar - tar xvf asterisk-1.2.10.tar
- gunzip zaptel-1.2.8.tar.gz - gunzip zaptel-1.2.8.tar.gz
- tar xvf zaptel-1.2.8.tar - tar xvf zaptel-1.2.8.tar
- gunzip libpri-1.2.3.tar.gz - gunzip libpri-1.2.3.tar.gz
@@ -762,7 +762,7 @@ with the following patch:
- make clean - make clean
- make - make
- make install - make install
- cd ../asterisk-1.2.11 - cd ../asterisk-1.2.10
- (1.2 tree) If you want to include Answering Machine Detection ability - (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 you will need to download app_amd.c and amd.conf and alter the
apps/Makefile to compile it properly apps/Makefile to compile it properly
@@ -1472,7 +1472,7 @@ package(as of this writing it is 2.0.1)
- mkdir /usr/src/astguiclient - mkdir /usr/src/astguiclient
- cd /usr/src/astguiclient - cd /usr/src/astguiclient
- svn checkout svn://205.201.151.21:43690/agc_2-X - svn checkout svn://205.201.151.21:43690/agc_2-X
- cd trunk - cd agc_2-X/trunk/
- perl install.pl - perl install.pl
- there is one more file you need that's not included with the download - 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 package, it's the conf.gsm file(this is the half-hour music file that we use