Update call_center_agent_edit.php

This commit is contained in:
FusionPBX 2019-03-15 00:02:20 -06:00 committed by GitHub
parent a0a498fc01
commit 09eece9555
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@
//set default values
if (strlen($agent_type) == 0) { $agent_type = "callback"; }
if (strlen($agent_call_timeout) == 0) { $agent_call_timeout = "15"; }
if (strlen($agent_call_timeout) == 0) { $agent_call_timeout = "20"; }
if (strlen($agent_max_no_answer) == 0) { $agent_max_no_answer = "0"; }
if (strlen($agent_wrap_up_time) == 0) { $agent_wrap_up_time = "10"; }
if (strlen($agent_no_answer_delay_time) == 0) { $agent_no_answer_delay_time = "30"; }