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: