Fix for ConfBridge code in AGI scripts

git-svn-id: svn://192.168.202.10@3828 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2024-04-25 21:04:43 +00:00
parent f41500998c
commit 7effda83b2
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -261,6 +261,7 @@
# 240223-0847 - Added INBOUND_DID populate option
# 240227-1154 - Added holiday_method option
# 240420-2242 - Added ConfBridge code
# 240415-1701 - Fix for ConfBridge code
#
$script = 'agi-VDAD_ALL_inbound.agi';
@@ -3915,7 +3916,7 @@ while ( ($drop_timer <= $DROP_TIME) && ($wait_in_queue > 0) && ($MCdrop_override
$RAredDIALstr = "$a$S$b$S$c$S$d$S";
}
$alertVDADremDIALstr = "$VDADremDIALstr";
if ($conf_engine == "CONFBRIDGE")
if ($conf_engine eq "CONFBRIDGE")
{
$alertVDADremDIALstr .= "8$VDADconf_exten";
}