Added Agent API functions for Send DTMF, Park Customer and the Transfer Conference functions as well
Backported two small bug fixes to 2.2 branch git-svn-id: svn://192.168.202.10@1443 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -281,9 +281,11 @@
|
||||
# 100327-0902 - fix for manual dial answering machine message
|
||||
# 100413-1347 - Various fixes for logging and extended alt-dialing
|
||||
# 100510-2014 - 2.2.1 release prep
|
||||
# 100527-2211 - Fixed minor consultative transfer bug and alternate language no hopper bug
|
||||
#
|
||||
|
||||
$version = '2.2.1-259';
|
||||
$build = '100510-2014';
|
||||
$version = '2.2.1-260';
|
||||
$build = '100527-2211';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=64;
|
||||
$one_mysql_log=0;
|
||||
@@ -3097,12 +3099,12 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
|
||||
{
|
||||
var Ctasknum = tasknum_string.replace(regCXFvars, '');
|
||||
if (Ctasknum.length < 2)
|
||||
{Ctasknum = '990009';}
|
||||
{Ctasknum = '90009';}
|
||||
var agentdirect = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
Ctasknum = '990009';
|
||||
Ctasknum = '90009';
|
||||
var agentdirect = tasknum_string;
|
||||
}
|
||||
var XfeRSelecT = document.getElementById("XfeRGrouP");
|
||||
|
||||
Reference in New Issue
Block a user