From 194701596920485ff3fb2293cd69997d497f85bf Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 16 May 2008 09:27:40 +0000 Subject: [PATCH] variable reset added to fastagilog fixed help display in ADMIN_backup script git-svn-id: svn://192.168.202.10@865 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/branches/agc_2.0.4/bin/ADMIN_backup.pl | 1 - agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl | 2 ++ agc_2-X/branches/agc_2.0.4/docs/BASE_INSTALL.txt | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/agc_2-X/branches/agc_2.0.4/bin/ADMIN_backup.pl b/agc_2-X/branches/agc_2.0.4/bin/ADMIN_backup.pl index 526529d4..7d9a7cbb 100644 --- a/agc_2-X/branches/agc_2.0.4/bin/ADMIN_backup.pl +++ b/agc_2-X/branches/agc_2.0.4/bin/ADMIN_backup.pl @@ -42,7 +42,6 @@ if (length($ARGV[0])>1) if ($args =~ /--help/i) { print "allowed run time options:\n"; - print " [--all] = *DEFAULT* show GMT offset of records as they are inserted into hopper\n"; print " [--db-only] = only backup the database\n"; print " [--conf-only] = only backup the asterisk conf files\n"; print " [--without-db] = do not backup the database\n"; diff --git a/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl b/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl index 35f727a8..f468ac34 100644 --- a/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl +++ b/agc_2-X/branches/agc_2.0.4/bin/FastAGI_log.pl @@ -251,6 +251,8 @@ sub process_request { } $HVcauses=0; $fullCID=0; + $callerid=''; + $calleridname=''; $|=1; while() { chomp; diff --git a/agc_2-X/branches/agc_2.0.4/docs/BASE_INSTALL.txt b/agc_2-X/branches/agc_2.0.4/docs/BASE_INSTALL.txt index 534937cf..70ce22de 100644 --- a/agc_2-X/branches/agc_2.0.4/docs/BASE_INSTALL.txt +++ b/agc_2-X/branches/agc_2.0.4/docs/BASE_INSTALL.txt @@ -32,15 +32,15 @@ PHASE 1: INSTALLING ASTERISK mkdir /usr/src/asterisk cd /usr/src/asterisk wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.27.tar.gz -wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.24.tar.gz +wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.25.tar.gz wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.7.tar.gz gunzip asterisk-1.2.27.tar.gz tar xvf asterisk-1.2.27.tar -gunzip zaptel-1.2.24.tar.gz -tar xvf zaptel-1.2.24.tar +gunzip zaptel-1.2.25.tar.gz +tar xvf zaptel-1.2.25.tar gunzip libpri-1.2.7.tar.gz tar xvf libpri-1.2.7.tar -cd ./zaptel-1.2.24 +cd ./zaptel-1.2.25 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