Changed the hard-coded minimum manual dial timeout in vicidial.php from 49 to 29 seconds

git-svn-id: svn://192.168.202.10@2954 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-03-30 16:31:11 +00:00
parent b8bfe14cb7
commit d898dd85a2
+1 -1
View File
@@ -8637,7 +8637,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
delete xmlhttp;
}
if ( (MD_ring_secondS > 49) && (MD_ring_secondS > manual_dial_timeout) )
if ( (MD_ring_secondS > 29) && (MD_ring_secondS > manual_dial_timeout) )
{
alert_box("Dial timed out, contact your system administrator\n");
button_click_log = button_click_log + "" + SQLdate + "-----DialTimedOut---" + MD_ring_secondS + " " + manual_dial_timeout + " " + MD_channel_look + " " + "|";