余尚辉 vor 4 Monaten
Ursprung
Commit
b76eba710d
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      src/core/callcenter/esl/handler/channel_hangup_handler.py

+ 3 - 2
src/core/callcenter/esl/handler/channel_hangup_handler.py

@@ -117,9 +117,10 @@ class ChannelHangupHandler(EslEventHandler):
                     self.push_handler.push_on_call_end(call_info.cti_flow_id, call_info.agent_key, AgentScene.ROBOT,call_info.direction, device_info.device_type)
                     self.push_handler.push_on_agent_work_report(call_info.saas_id, call_info.cti_flow_id,call_info.agent_key, call_info.call_id, AgentScene.ROBOT, WorkStatus.AGENT_HANG_IDLE)
 
-                self.logger.info('全部挂断' % device_info.device_type)
+                self.logger.info('全部挂断 %s', device_info.device_type)
                 # 更新坐席状态
-                if device_info.device_type == DeviceType.AGENT.code:
+                if device_info.device_type == DeviceType.AGENT.code or device_info.device_type == DeviceType.CUSTOMER.code:
+                    self.logger.info('更新坐席状态')
                     self.dataHandleServer.update_agent_monitor_service_state(call_info.agent_key, AgentServiceState.IDLE.code)
 
             # 判断挂机方向 && 更新缓存