fix voicemail configuration issues
git-svn-id: svn://192.168.202.10@1094 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user