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
This commit is contained in:
mattf
2009-07-23 22:32:50 +00:00
parent 72d1a47a3f
commit 535713b003
@@ -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')