Fixed extended alt dial bug in agent scripts

Changed agent screen to not delete session reservations at logout, instead ADMIN_keepalive will clear them out once a day at timeclock reset time
Changed callback purge to clear out ACTIVE callbacks older than month/week as well as LIVE

git-svn-id: svn://192.168.202.10@1202 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-08-12 05:44:35 +00:00
parent c0bbceebb6
commit cf282e76fe
8 changed files with 313 additions and 152 deletions
+9 -9
View File
@@ -193,13 +193,13 @@ make install
cd /usr/local
wget http://us2.php.net/distributions/php-5.2.9.tar.gz
gunzip php-5.2.9.tar.gz
tar xvf php-5.2.9.tar
wget http://mirror.nyi.net/apache/httpd/httpd-2.2.11.tar.gz
gunzip httpd-2.2.11.tar.gz
tar xvf httpd-2.2.11.tar
cd httpd-2.2.11
wget http://us2.php.net/distributions/php-5.2.10.tar.gz
gunzip php-5.2.10.tar.gz
tar xvf php-5.2.10.tar
wget http://mirror.nyi.net/apache/httpd/httpd-2.2.13.tar.gz
gunzip httpd-2.2.13.tar.gz
tar xvf httpd-2.2.13.tar
cd httpd-2.2.13
make clean
./configure --prefix=/usr/local/apache2 --enable-ssl --enable-setenvif --enable-so --with-apxs2 --enable-dav --enable-maintainer-mode --with-ssl=/usr/local/ssl
make
@@ -213,9 +213,9 @@ openssl req -new -x509 -days 1200 -keyout /usr/local/apache2/conf/ssl.key/server
openssl rsa -in /usr/local/apache2/conf/ssl.key/server.key.cpy -out /usr/local/apache2/conf/ssl.key/server.key
cd ../php-5.2.9
cd ../php-5.2.10
make clean
./configure --with-mysql=/usr/local/mysql --enable-inline-optimization --enable-memory-limit --enable-track-vars --enable-libgcc --enable-sysvsem --with-openssl=/usr/local/ssl --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib
./configure --with-mysql=/usr/local/mysql --enable-inline-optimization --enable-memory-limit --enable-track-vars --enable-libgcc --enable-sysvsem --with-openssl=/usr/local/ssl --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib --enable-mbstring
make
make install
cp php.ini-dist /usr/local/lib/php.ini