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:
mattf
2011-08-16 01:04:01 +00:00
parent 71c3e64366
commit 1006942097
6 changed files with 135 additions and 4 deletions
+2 -2
View File
@@ -12313,7 +12313,7 @@ function phone_number_format(formatphone) {
document.getElementById("MainTable").style.backgroundColor="<?php echo $SCRIPT_COLOR ?>";
document.getElementById("MaiNfooter").style.backgroundColor="<?php echo $SCRIPT_COLOR ?>";
panel_bgcolor='<?php echo $SCRIPT_COLOR ?>';
document.getElementById("MainStatuSSpan").style.background = panel_bgcolor;
// document.getElementById("MainStatuSSpan").style.background = panel_bgcolor;
HidEGenDerPulldown();
}
@@ -12328,7 +12328,7 @@ function phone_number_format(formatphone) {
document.getElementById("MainTable").style.backgroundColor="<?php echo $FORM_COLOR ?>";
document.getElementById("MaiNfooter").style.backgroundColor="<?php echo $FORM_COLOR ?>";
panel_bgcolor='<?php echo $FORM_COLOR ?>';
document.getElementById("MainStatuSSpan").style.background = panel_bgcolor;
// document.getElementById("MainStatuSSpan").style.background = panel_bgcolor;
HidEGenDerPulldown();
}