Fixed email transfers bugs, modified transfer-conf panel for same
Added option to allow --ALL-- as a campaign value in lead report export git-svn-id: svn://192.168.202.10@2998 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -596,6 +596,7 @@
|
||||
# 180506-2222 - Added SWITCH custom field type
|
||||
# 180512-2226 - Added support for users-max_hopper_calls feature
|
||||
# 180522-1921 - Added Routing Initiated Recording ability for manual dial calls
|
||||
# 180606-0024 - Fixed email transfers bugs, modified transfer-conf panel for same
|
||||
#
|
||||
|
||||
$version = '2.14-566c';
|
||||
@@ -11245,6 +11246,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
AutoDialWaiting = 0;
|
||||
UpdatESettingSChecK = 1;
|
||||
|
||||
|
||||
var VDIC_data_VDAC=check_VDIC_array[1].split("|");
|
||||
VDIC_web_form_address = VICIDiaL_web_form_address;
|
||||
VDIC_web_form_address_two = VICIDiaL_web_form_address_two;
|
||||
@@ -11368,6 +11370,8 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
document.vicidial_form.SecondS.value = 0;
|
||||
document.getElementById("SecondSDISP").innerHTML = '0';
|
||||
|
||||
lastcustchannel = VDIC_data_VDAC[6];
|
||||
|
||||
if (uniqueid_status_display=='ENABLED')
|
||||
{custom_call_id = " Call ID " + VDIC_data_VDAC[1];}
|
||||
if (uniqueid_status_display=='ENABLED_PREFIX')
|
||||
@@ -11660,6 +11664,17 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
|
||||
document.getElementById("HangupControl").innerHTML = "<a href=\"#\" onclick=\"dialedcall_send_hangup('','','','','YES');\"><img src=\"./images/<?php echo _QXZ("vdc_LB_hangupcustomer.gif"); ?>\" border=\"0\" alt=\"Hangup Customer\" /></a>";
|
||||
|
||||
// JOEJ - 053018 - PATCH
|
||||
if (lastcustchannel=="EMAIL")
|
||||
{
|
||||
document.getElementById("XferControl").innerHTML = "<a href=\"#\" onclick=\"ShoWTransferMain('ON','','YES');\"><img src=\"./images/<?php echo _QXZ("vdc_LB_transferconf.gif"); ?>\" border=\"0\" alt=\"Transfer - Conference\" /></a>";
|
||||
document.getElementById("DialBlindTransfer").innerHTML = "<a href=\"#\" onclick=\"mainxfer_send_redirect('XfeRBLIND','" + lastcustchannel + "','" + lastcustserverip + "','','','','YES');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_XB_blindtransfer.gif"); ?>\" border=\"0\" alt=\"Dial Blind Transfer\" style=\"vertical-align:middle\" /></a>";
|
||||
|
||||
document.getElementById("HangupBothLines").innerHTML ="<img src=\"./images/<?php echo _QXZ("vdc_XB_hangupbothlines_OFF.gif"); ?>\" border=\"0\" alt=\"Hangup Both Lines\" style=\"vertical-align:middle\" />";
|
||||
// document.getElementById("Leave3WayCall").innerHTML ="<img src=\"./images/<?php echo _QXZ("vdc_XB_leave3waycall_OFF.gif"); ?>\" border=\"0\" alt=\"LEAVE 3-WAY CALL\" />";
|
||||
document.getElementById("DialWithCustomer").innerHTML ="<img src=\"./images/<?php echo _QXZ("vdc_XB_dialwithcustomer_OFF.gif") ?>\" border=\"0\" alt=\"Dial With Customer\" style=\"vertical-align:middle\" /></a>";
|
||||
document.getElementById("ParkCustomerDial").innerHTML ="<img src=\"./images/<?php echo _QXZ("vdc_XB_parkcustomerdial_OFF.gif") ?>\" border=\"0\" alt=\"Park Customer Dial\" style=\"vertical-align:middle\" /></a>";
|
||||
}
|
||||
/*
|
||||
document.getElementById("ParkControl").innerHTML ="<a href=\"#\" onclick=\"mainxfer_send_redirect('ParK','" + lastcustchannel + "','" + lastcustserverip + "','','','','YES');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_LB_parkcall.gif"); ?>\" border=\"0\" alt=\"Park Call\" /></a>";
|
||||
if ( (ivr_park_call=='ENABLED') || (ivr_park_call=='ENABLED_PARK_ONLY') )
|
||||
@@ -11671,7 +11686,6 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
|
||||
document.getElementById("LocalCloser").innerHTML = "<a href=\"#\" onclick=\"mainxfer_send_redirect('XfeRLOCAL','" + lastcustchannel + "','" + lastcustserverip + "','','','','YES');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_XB_localcloser.gif"); ?>\" border=\"0\" alt=\"LOCAL CLOSER\" style=\"vertical-align:middle\" /></a>";
|
||||
|
||||
document.getElementById("DialBlindTransfer").innerHTML = "<a href=\"#\" onclick=\"mainxfer_send_redirect('XfeRBLIND','" + lastcustchannel + "','" + lastcustserverip + "','','','','YES');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_XB_blindtransfer.gif"); ?>\" border=\"0\" alt=\"Dial Blind Transfer\" style=\"vertical-align:middle\" /></a>";
|
||||
|
||||
document.getElementById("DialBlindVMail").innerHTML = "<a href=\"#\" onclick=\"mainxfer_send_redirect('XfeRVMAIL','" + lastcustchannel + "','" + lastcustserverip + "','','','','YES');return false;\"><img src=\"./images/<?php echo _QXZ("vdc_XB_ammessage.gif"); ?>\" border=\"0\" alt=\"Blind Transfer VMail Message\" style=\"vertical-align:middle\" /></a>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user