From 535713b0032ec621a8dc134f8d5704175171b5e2 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 23 Jul 2009 22:32:50 +0000 Subject: [PATCH] Fixed leave-3way-call issue if customer is parked, 2.0.5 branch git-svn-id: svn://192.168.202.10@1190 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/branches/agc_2.0.5/www/agc/vicidial.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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')