From a0a00881f7677b58e62c447228c28bfa97d76701 Mon Sep 17 00:00:00 2001 From: "i.navrotskyj" Date: Tue, 23 Jul 2024 18:36:40 +0300 Subject: [PATCH] DEV-3703 --- queue/call_predict.go | 1 - 1 file changed, 1 deletion(-) diff --git a/queue/call_predict.go b/queue/call_predict.go index d50b039..108d460 100644 --- a/queue/call_predict.go +++ b/queue/call_predict.go @@ -393,7 +393,6 @@ func (queue *PredictCallQueue) runOfferingAgents(attempt *Attempt, mCall call_ma team.Offering(attempt, agent, agentCall, mCall) case call_manager.CALL_STATE_ACCEPT: - attempt.Emit(AttemptHookBridgedAgent, agentCall.Id()) if queue.bridgeSleep > 0 { time.Sleep(queue.bridgeSleep) }