From 11c551de6a806cd9b00e0601c5dd49613ed8d9b9 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 18 Aug 2006 03:26:53 +0000 Subject: [PATCH] several changes to docs git-svn-id: svn://192.168.202.10@187 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/INSTALL | 2 ++ agc_2-X/trunk/UPGRADE | 7 +++++++ agc_2-X/trunk/docs/REQUIREMENTS.txt | 8 ++++---- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 agc_2-X/trunk/UPGRADE diff --git a/agc_2-X/trunk/INSTALL b/agc_2-X/trunk/INSTALL index 13154a80..346847af 100644 --- a/agc_2-X/trunk/INSTALL +++ b/agc_2-X/trunk/INSTALL @@ -5,3 +5,5 @@ Short installation instructions for astGUIclient 2.0 tree will go here. run the install.pl script from this directory: perl install.pl + +If you are upgrading from a previous version, see the UPGRADE file diff --git a/agc_2-X/trunk/UPGRADE b/agc_2-X/trunk/UPGRADE new file mode 100644 index 00000000..42f57bcd --- /dev/null +++ b/agc_2-X/trunk/UPGRADE @@ -0,0 +1,7 @@ +################ UPGRADE + +If you are upgrading to the 2.0 code tree from the 1.1 code tree there have been several changes made to the code base and to where some files are stored in the release as well as on your machine. + +\. /path/from/root/extras/upgrade_2.0.1.sql + +perl install.pl diff --git a/agc_2-X/trunk/docs/REQUIREMENTS.txt b/agc_2-X/trunk/docs/REQUIREMENTS.txt index 8aecde3e..902528c4 100644 --- a/agc_2-X/trunk/docs/REQUIREMENTS.txt +++ b/agc_2-X/trunk/docs/REQUIREMENTS.txt @@ -3,14 +3,14 @@ recommended that you read the SCRATCH_INSTALL doc for more information on installing the package properly. Requirements for installing astGUIclient/VICIDIAL on an Asterisk server: -- Asterisk 1.0.10 and 1.2.6 recommended but will work with older versions +- Asterisk 1.2.10 recommended but will work with older versions - Zap trunks(T1/E1 or PSTN lines), IAX2 trunks or SIP trunks required - If using VOIP trunks and VICIDIAL auto-dial, you must have trunks registered - You must have a zaptel timer like a PSTN/T1/E1 card or ztdummy or you can use the experimental app_conference module - Client phones can be SIP/IAX/Zap - In extensions.conf you must use the 'o' Dial flag on your outbound extensions -- In extensions.conf you must have thee following line in your default context: +- In extensions.conf you must have the following line in your default context: exten => h,1,DeadAGI(call_log.agi,${EXTEN}) - No modification of outgoing callerID (you can set callerID through admin) - In php.ini you must have uploads turned on to use the web lead loader @@ -18,9 +18,9 @@ Requirements for installing astGUIclient/VICIDIAL on an Asterisk server: - GNU screen 3.9.15 or greater must be installed - ntp must be installed and syncd to same time source as any other servers - Perl5 with several CPAN modules(Time::HiRes, DBD::mysql, Net::Telnet, etc) -- Access to MySQL server, must be version 4.0.X or higher +- Access to MySQL server and mysqlclientlibs, must be version 4.0.X or higher - Access to Apache/PHP webserver -- Several entries in the cron for interval-running scripts and keepalives +- Several entries in the crontab for interval-running scripts and keepalives Requirements for using the astGUIclient/VICIDIAL web-client versions - Recommended 500MHz speed or faster and 64MB RAM or more