Update call_center_agent_edit.php

This commit is contained in:
FusionPBX
2019-03-15 00:02:20 -06:00
committed by GitHub
parent 4a9826866b
commit 47b0b0da6e

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"; }