diff --git a/agc_2-X/branches/agc_2.0.5/UPGRADE b/agc_2-X/branches/agc_2.0.5/UPGRADE index b7396de3..090cdeb0 100644 --- a/agc_2-X/branches/agc_2.0.5/UPGRADE +++ b/agc_2-X/branches/agc_2.0.5/UPGRADE @@ -5,6 +5,20 @@ NOTE: Upgrading from 2.0.2 to 2.0.3 is below the second section NOTE: Upgrading from 2.0.1 to 2.0.2 is in the next section NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom +########## UPGRADING FROM 2.0.5 TO 2.0.5.1 ########## + +1. Fixed voicemail.conf and auto-generated voicemail issue, check the + docs/conf_examples/voicemail.conf.sample file for changes + +2. install new files: + perl ./install.pl + NOTES: If you have customized any scripts in the bin or agi folders, + then make sure you back them up before running the install.pl script. + This script will replace existing files in the astguiclient installation. + + + + ########## UPGRADING FROM 2.0.4 TO 2.0.5 ########## 1. Note the license change from GPLv2 to AGPLv2. This change was made to close diff --git a/agc_2-X/branches/agc_2.0.5/bin/ADMIN_keepalive_ALL.pl b/agc_2-X/branches/agc_2.0.5/bin/ADMIN_keepalive_ALL.pl index 6822c31d..dde9ad05 100644 --- a/agc_2-X/branches/agc_2.0.5/bin/ADMIN_keepalive_ALL.pl +++ b/agc_2-X/branches/agc_2.0.5/bin/ADMIN_keepalive_ALL.pl @@ -17,6 +17,7 @@ # 90213-0625 - Separated the reloading of Asterisk into 4 separate steps # 90325-2239 - Rewrote sending of reload commands to Asterisk # 90327-1421 - Removed [globals] tag from auto-generated extensions file +# 90409-1251 - Fixed voicemail conf file issue # $DB=0; # Debug flag @@ -866,7 +867,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r print sip "$Psip\n"; print vm "; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST\n"; - print vm "[vicidial-auto]\n"; +# print vm "[vicidial-auto]\n"; print vm "$vm\n"; close(ext); diff --git a/agc_2-X/branches/agc_2.0.5/docs/conf_examples/voicemail.conf.sample b/agc_2-X/branches/agc_2.0.5/docs/conf_examples/voicemail.conf.sample index 84874667..8e47982e 100644 --- a/agc_2-X/branches/agc_2.0.5/docs/conf_examples/voicemail.conf.sample +++ b/agc_2-X/branches/agc_2.0.5/docs/conf_examples/voicemail.conf.sample @@ -7,7 +7,6 @@ maxsilence=10 silencethreshold=128 maxlogins=3 -#include voicemail-vicidial.conf [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp @@ -15,4 +14,6 @@ central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours' [default] -include => vicidial-auto + + +#include voicemail-vicidial.conf diff --git a/agc_2-X/branches/agc_2.0.5/version b/agc_2-X/branches/agc_2.0.5/version index e0102586..82d34c09 100644 --- a/agc_2-X/branches/agc_2.0.5/version +++ b/agc_2-X/branches/agc_2.0.5/version @@ -1 +1 @@ -2.0.5 +2.0.5.1b0.5 diff --git a/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl b/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl index 6822c31d..dde9ad05 100644 --- a/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl +++ b/agc_2-X/trunk/bin/ADMIN_keepalive_ALL.pl @@ -17,6 +17,7 @@ # 90213-0625 - Separated the reloading of Asterisk into 4 separate steps # 90325-2239 - Rewrote sending of reload commands to Asterisk # 90327-1421 - Removed [globals] tag from auto-generated extensions file +# 90409-1251 - Fixed voicemail conf file issue # $DB=0; # Debug flag @@ -866,7 +867,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r print sip "$Psip\n"; print vm "; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST\n"; - print vm "[vicidial-auto]\n"; +# print vm "[vicidial-auto]\n"; print vm "$vm\n"; close(ext); diff --git a/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt b/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt index ad685d86..fd994148 100644 --- a/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt +++ b/agc_2-X/trunk/docs/REQUIRED_APPS_INSTALL.txt @@ -162,10 +162,10 @@ make install cd /usr/local -wget http://www.openssl.org/source/openssl-0.9.8j.tar.gz -gunzip openssl-0.9.8j.tar.gz -tar xvf openssl-0.9.8j.tar -cd openssl-0.9.8j +wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz +gunzip openssl-0.9.8k.tar.gz +tar xvf openssl-0.9.8k.tar +cd openssl-0.9.8k ./config make make install diff --git a/agc_2-X/trunk/docs/conf_examples/voicemail.conf.sample b/agc_2-X/trunk/docs/conf_examples/voicemail.conf.sample index 84874667..84d3554f 100644 --- a/agc_2-X/trunk/docs/conf_examples/voicemail.conf.sample +++ b/agc_2-X/trunk/docs/conf_examples/voicemail.conf.sample @@ -7,12 +7,13 @@ maxsilence=10 silencethreshold=128 maxlogins=3 -#include voicemail-vicidial.conf - [zonemessages] eastern=America/New_York|'vm-received' Q 'digits/at' IMp central=America/Chicago|'vm-received' Q 'digits/at' IMp central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours' [default] -include => vicidial-auto + + +#include voicemail-vicidial.conf +