Added ability to use static audio from dynamic fields in Survey and Answering machine messages when using Cepstral TTS
Added voicemail emailbody to voicemail.conf that will show callerIDnumber after the name git-svn-id: svn://192.168.202.10@1710 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
# 100428-0936 - Added DB custom user/pass fields
|
||||
# 101217-0520 - Added PREPROCESS directory
|
||||
# 110619-2153 - Added languages install and conf file specify options
|
||||
# 110812-1510 - Added tts sound directories creation
|
||||
#
|
||||
|
||||
############################################
|
||||
@@ -2482,6 +2483,10 @@ if ($WEBONLY < 1)
|
||||
print "Copying sounds to $PATHsounds...\n";
|
||||
`cp -fR ./sounds/* $PATHsounds/`;
|
||||
|
||||
print "Creating sound tts directories...\n";
|
||||
if (!-e "$PATHsounds/tts/") {`mkdir -p $PATHsounds/tts/`;}
|
||||
if (!-e "$PATHsounds/tts_static/") {`mkdir -p $PATHsounds/tts_static/`;}
|
||||
|
||||
print "Copying ip_relay scripts to $PATHhome...\n";
|
||||
`cp -fR ./extras/ip_relay $PATHhome/`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user