|
@@ -147,8 +147,7 @@ class AgentEventService:
|
|
|
# reprocessingIdle(statusDto);
|
|
|
# agentProducer.pushDelayedStatus(statusDto, reprocessingTimeout);
|
|
|
|
|
|
-
|
|
|
- if PLAYBACK_START == event_name and is_agent:
|
|
|
+ if (CHANNEL_BRIDGE == event_name or PLAYBACK_START == event_name) and is_agent:
|
|
|
self.push_handler.push_on_ring_start(saas_id, flow_id, agent_num, AgentScene.MANUAL, call_id)
|
|
|
|
|
|
if DETECTED_TONE == event_name and not is_agent:
|