fix voicemail configuration issues

git-svn-id: svn://192.168.202.10@1094 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2009-04-09 16:55:36 +00:00
parent 215ac46c7d
commit 24974a92c3
7 changed files with 30 additions and 12 deletions
+14
View File
@@ -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 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 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 ########## ########## UPGRADING FROM 2.0.4 TO 2.0.5 ##########
1. Note the license change from GPLv2 to AGPLv2. This change was made to close 1. Note the license change from GPLv2 to AGPLv2. This change was made to close
@@ -17,6 +17,7 @@
# 90213-0625 - Separated the reloading of Asterisk into 4 separate steps # 90213-0625 - Separated the reloading of Asterisk into 4 separate steps
# 90325-2239 - Rewrote sending of reload commands to Asterisk # 90325-2239 - Rewrote sending of reload commands to Asterisk
# 90327-1421 - Removed [globals] tag from auto-generated extensions file # 90327-1421 - Removed [globals] tag from auto-generated extensions file
# 90409-1251 - Fixed voicemail conf file issue
# #
$DB=0; # Debug flag $DB=0; # Debug flag
@@ -866,7 +867,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r
print sip "$Psip\n"; print sip "$Psip\n";
print vm "; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST\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"; print vm "$vm\n";
close(ext); close(ext);
@@ -7,7 +7,6 @@ maxsilence=10
silencethreshold=128 silencethreshold=128
maxlogins=3 maxlogins=3
#include voicemail-vicidial.conf
[zonemessages] [zonemessages]
eastern=America/New_York|'vm-received' Q 'digits/at' IMp 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' central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours'
[default] [default]
include => vicidial-auto
#include voicemail-vicidial.conf
+1 -1
View File
@@ -1 +1 @@
2.0.5 2.0.5.1b0.5
+2 -1
View File
@@ -17,6 +17,7 @@
# 90213-0625 - Separated the reloading of Asterisk into 4 separate steps # 90213-0625 - Separated the reloading of Asterisk into 4 separate steps
# 90325-2239 - Rewrote sending of reload commands to Asterisk # 90325-2239 - Rewrote sending of reload commands to Asterisk
# 90327-1421 - Removed [globals] tag from auto-generated extensions file # 90327-1421 - Removed [globals] tag from auto-generated extensions file
# 90409-1251 - Fixed voicemail conf file issue
# #
$DB=0; # Debug flag $DB=0; # Debug flag
@@ -866,7 +867,7 @@ if ( ($active_asterisk_server =~ /Y/) && ($generate_vicidial_conf =~ /Y/) && ($r
print sip "$Psip\n"; print sip "$Psip\n";
print vm "; WARNING- THIS FILE IS AUTO-GENERATED BY VICIDIAL, ANY EDITS YOU MAKE WILL BE LOST\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"; print vm "$vm\n";
close(ext); close(ext);
+4 -4
View File
@@ -162,10 +162,10 @@ make install
cd /usr/local cd /usr/local
wget http://www.openssl.org/source/openssl-0.9.8j.tar.gz wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz
gunzip openssl-0.9.8j.tar.gz gunzip openssl-0.9.8k.tar.gz
tar xvf openssl-0.9.8j.tar tar xvf openssl-0.9.8k.tar
cd openssl-0.9.8j cd openssl-0.9.8k
./config ./config
make make
make install make install
@@ -7,12 +7,13 @@ maxsilence=10
silencethreshold=128 silencethreshold=128
maxlogins=3 maxlogins=3
#include voicemail-vicidial.conf
[zonemessages] [zonemessages]
eastern=America/New_York|'vm-received' Q 'digits/at' IMp eastern=America/New_York|'vm-received' Q 'digits/at' IMp
central=America/Chicago|'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' central24=America/Chicago|'vm-received' q 'digits/at' H 'digits/hundred' M 'hours'
[default] [default]
include => vicidial-auto
#include voicemail-vicidial.conf