From 668a073355c90f957ee897b57cf971395a42bcb5 Mon Sep 17 00:00:00 2001 From: borisk1976 <33390094+borisk1976@users.noreply.github.com> Date: Tue, 25 May 2021 02:41:43 +0500 Subject: [PATCH] Update call_center_agent_edit.php (#5942) Remove a deprecated line of code. --- app/call_centers/call_center_agent_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/call_centers/call_center_agent_edit.php b/app/call_centers/call_center_agent_edit.php index 4afbb1d33c..1568727f38 100644 --- a/app/call_centers/call_center_agent_edit.php +++ b/app/call_centers/call_center_agent_edit.php @@ -207,7 +207,6 @@ } else { //add the call_timeout and confirm - $agent_contact = $first.',call_timeout='.$agent_call_timeout.$last; $agent_contact = "{".$confirm.",call_timeout=".$agent_call_timeout.",sip_invite_domain=".$_SESSION['domain_name']."}".$agent_contact; } }