diff --git a/agc_2-X/branches/agc_2.0.5/www/agc/vicidial.php b/agc_2-X/branches/agc_2.0.5/www/agc/vicidial.php index 017390dc..9afe891f 100644 --- a/agc_2-X/branches/agc_2.0.5/www/agc/vicidial.php +++ b/agc_2-X/branches/agc_2.0.5/www/agc/vicidial.php @@ -228,10 +228,11 @@ # 90519-0636 - Fixed manual dial status and logging bug # 90525-1014 - Fixed transfer issue of auto-received call after manual dial call # 90711-0923 - Backport of several small bug fixes from trunk +# 90723-1830 - Fix for parked customer leave-3way issue # -$version = '2.0.5-207'; -$build = '90711-0923'; +$version = '2.0.5-208'; +$build = '90723-1830'; $mel=1; # Mysql Error Log enabled = 1 $mysql_log_count=60; $one_mysql_log=0; @@ -2625,6 +2626,11 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} threeway_end=0; leaving_threeway=1; + if (customerparked > 0) + { + mainxfer_send_redirect('FROMParK',lastcustchannel,lastcustserverip); + } + mainxfer_send_redirect('3WAY','','',tempvarattempt); // if (threeway_end == '0')