diff --git a/agc_2-X/trunk/www/agc/vicidial.php b/agc_2-X/trunk/www/agc/vicidial.php index 002a3ef6..57209422 100644 --- a/agc_2-X/trunk/www/agc/vicidial.php +++ b/agc_2-X/trunk/www/agc/vicidial.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2013 Matt Florell LICENSE: AGPLv2 # # Other scripts that this application depends on: # - vdc_db_query.php: Updates information in the database @@ -393,9 +393,11 @@ # 121130-0734 - Fixed call notes amphersand issue #612 # 121206-0634 - Added inbound lead search feature # 121222-2315 - Added inbound email features +# 130220-1214 - Fixed issue with 3-way call dial timeout +# -$version = '2.6-361c'; -$build = '121222-2315'; +$version = '2.6-362c'; +$build = '130220-1214'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=79; $one_mysql_log=0; @@ -6929,8 +6931,13 @@ function set_length(SLnumber,SLlength_goal,SLdirection) MD_channel_look=0; MD_ring_secondS=0; alert_box("Dial timed out, contact your system administrator\n"); - } + if (taskCheckOR == 'YES') + { + document.getElementById("DialWithCustomer").innerHTML ="\"Dial"; + document.getElementById("ParkCustomerDial").innerHTML ="\"Park"; + } + } } // ################################################################################