added DB and admin parts of agent pause codes

git-svn-id: svn://192.168.202.10@492 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-02-02 18:49:48 +00:00
parent 70bd07b6e5
commit 3fe38dec15
10 changed files with 261 additions and 23 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ REQUIREMENTS:
- asterisk-perl 0.08, do NOT use the 0.09 version, it does not work with VICIDIAL
- MySQL server or mysqlclientlibs, must be version 4.0.X or higher
- If you will be installing Asterisk 1.4 releases you need Gnu Make 3.81
- Apache/PHP server with php.ini memory_limit set to 12M minimum
- Apache/PHP server with php.ini memory_limit set to 24M
+1 -1
View File
@@ -20,7 +20,7 @@ Requirements for installing astGUIclient/VICIDIAL on an Asterisk server:
- Perl5 with several CPAN modules(Time::HiRes, DBD::mysql, Net::Telnet, etc)
- asterisk-per-0.08 perl module required (0.09 version does NOT work)
- Access to MySQL server and mysqlclientlibs, must be version 4.0.X or higher
- Access to Apache/PHP webserver, php.ini memory_limit set to 12M minimum
- Access to Apache/PHP webserver, php.ini memory_limit set to 24M
- Several entries in the crontab for interval-running scripts and keepalives
Requirements for using the astGUIclient/VICIDIAL web-client versions
+1 -1
View File
@@ -692,7 +692,7 @@ installation on another machine)
- cp php.ini-dist /usr/local/lib/php.ini
NOTE: you will want to make sure notice logging is turned off:
error_reporting = E_ALL & ~E_NOTICE ; (this is default)
!!! REQUIRED !!! raise the memory limit for scripts in php.ini:
!!! REQUIRED !!! raise the memory limit for scripts in php.ini:
memory_limit = 24M
- vi /usr/local/apache2/conf/httpd.conf
add the following lines: