Fixes for a couple of small issues(script two, manual dial ready timer) in agent screen
git-svn-id: svn://192.168.202.10@3471 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -650,7 +650,7 @@ OTHER CHANGES:
|
||||
for more information.
|
||||
|
||||
181. Added Transfer No Dispo campaign setting, allowing for transferred calls
|
||||
to not not immediately show the disposition panel on the agent screen.
|
||||
to not immediately show the disposition panel on the agent screen.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12023,7 +12023,7 @@ if ($ACTION == 'LeaDSearcHSelecTUpdatE')
|
||||
$script_recording_delay = $row[0];
|
||||
}
|
||||
|
||||
$stmt = "SELECT group_name,group_color,web_form_address,fronter_display,ingroup_script,get_call_launch,xferconf_a_dtmf,xferconf_a_number,xferconf_b_dtmf,xferconf_b_number,default_xfer_group,ingroup_recording_override,ingroup_rec_filename,default_group_alias,web_form_address_two,timer_action,timer_action_message,timer_action_seconds,start_call_url,dispo_call_url,xferconf_c_number,xferconf_d_number,xferconf_e_number,uniqueid_status_display,uniqueid_status_prefix,timer_action_destination,web_form_address_three,status_group_id,ingroup_script,browser_alert_sound,browser_alert_volume from vicidial_inbound_groups where group_id='$VDADchannel_group';";
|
||||
$stmt = "SELECT group_name,group_color,web_form_address,fronter_display,ingroup_script,get_call_launch,xferconf_a_dtmf,xferconf_a_number,xferconf_b_dtmf,xferconf_b_number,default_xfer_group,ingroup_recording_override,ingroup_rec_filename,default_group_alias,web_form_address_two,timer_action,timer_action_message,timer_action_seconds,start_call_url,dispo_call_url,xferconf_c_number,xferconf_d_number,xferconf_e_number,uniqueid_status_display,uniqueid_status_prefix,timer_action_destination,web_form_address_three,status_group_id,ingroup_script_two,browser_alert_sound,browser_alert_volume from vicidial_inbound_groups where group_id='$VDADchannel_group';";
|
||||
if ($DB) {echo "$stmt\n";}
|
||||
$rslt=mysql_to_mysqli($stmt, $link);
|
||||
if ($mel > 0) {mysql_error_logging($NOW_TIME,$link,$mel,$stmt,'00468',$user,$server_ip,$session_name,$one_mysql_log);}
|
||||
|
||||
@@ -673,10 +673,11 @@
|
||||
# 210623-0912 - Fix for Leave 3-Way Start Recording issue
|
||||
# 210623-0930 - Fix for WebForm 3 after API update fields issue
|
||||
# 210702-0945 - Added transfer_no_dispo campaign setting
|
||||
# 210705-0949 - Fixes for a couple of small issues(script two, manual dial ready timer)
|
||||
#
|
||||
|
||||
$version = '2.14-641c';
|
||||
$build = '210702-0945';
|
||||
$version = '2.14-642c';
|
||||
$build = '210705-0949';
|
||||
$php_script = 'vicidial.php';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=95;
|
||||
@@ -8914,6 +8915,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
lead_change = xmlhttprequestselectupdate.responseText;
|
||||
// alert(checkVDAI_query);
|
||||
// alert(xmlhttprequestselectupdate.responseText);
|
||||
// document.getElementById("debugbottomspan").innerHTML = xmlhttprequestselectupdate.responseText;
|
||||
var change_array=lead_change.split("\n");
|
||||
if (change_array[0] == '1')
|
||||
{
|
||||
@@ -9381,7 +9383,7 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
|
||||
{
|
||||
RefresHScript('','YES');
|
||||
}
|
||||
if ( (CalL_ScripT_id_TWO.length > 0) && (SSenable_second_script > 0) )
|
||||
if ( (CalL_ScripT_id_two.length > 0) && (SSenable_second_script > 0) )
|
||||
{
|
||||
var SCRIPT_web_form = 'http://127.0.0.1/testing.php';
|
||||
var TEMP_SCRIPT_web_form = URLDecode(SCRIPT_web_form,'YES','DEFAULT','1');
|
||||
@@ -20168,7 +20170,7 @@ function phone_number_format(formatphone) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (in_man_dial_next_ready_trigger > 0)
|
||||
if ( (in_man_dial_next_ready_trigger > 0) && (VD_live_customer_call!=1) && (alt_dial_active!=1) && (MD_channel_look!=1) && (in_lead_preview_state!=1) )
|
||||
{
|
||||
in_man_dial_next_ready_count++;
|
||||
document.getElementById("debugbottomspan").innerHTML = 'Inbound Manual Dial, Agent-Ready timer: ' + in_man_dial_next_ready_count + ' <> ' + in_man_dial_next_ready_seconds;
|
||||
|
||||
Reference in New Issue
Block a user