DavidLiu 4 月之前
父节点
当前提交
65741c1095
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/core/callcenter/agent.py

+ 1 - 2
src/core/callcenter/agent.py

@@ -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: