shanghui 3 ay önce
ebeveyn
işleme
9bbcad3301
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/core/callcenter/agent.py

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

@@ -142,6 +142,7 @@ class AgentEventService:
                     if call_id:
                         self.cache.set_call_is_end(call_id)
                 self.agent_monitor_service.update_processing(agent_monitor)
+                self.logger.info('挂断更新')
                 self.reprocessing_idle(AgentDelayStateData(saas_id, flow_id, agent_num, AgentServiceState.REPROCESSING, AgentScene.MANUAL))
                 self.push_handler.push_on_call_end(saas_id, flow_id, agent_num, AgentScene.MANUAL, ServiceDirect.MANUAL_CALL.service_direct, '0')
                 self.push_handler.push_on_agent_work_report(saas_id, flow_id, agent_num, call_id, AgentScene.MANUAL, WorkStatus.AGENT_HANG_REPROCESSING)