Explorar el Código

fix: 修改bug

余尚辉 hace 4 meses
padre
commit
649740ef15
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/core/callcenter/esl/handler/channel_originate_handler.py

+ 1 - 0
src/core/callcenter/esl/handler/channel_originate_handler.py

@@ -19,6 +19,7 @@ class ChannelOriginateHandler(EslEventHandler):
         device_id = EslEventUtil.getDeviceId(event)
         call = self.cache.get_call_info(call_id)
         device = call.device_info_map.get(device_id)
+        print('ceshisdsdsdsdsdsdsd',device.device_type,DeviceType.AGENT.code,flush=True)
         self.logger.info('ChannelOriginateHandler::event %s, device.device_type: %s, DeviceType.AGENT.code:%s ', event,device.device_type, DeviceType.AGENT.code)
         if device.device_type == DeviceType.AGENT.code: # 如果是坐席接听 变更坐席状态
             self.push_handler.push_on_agent_work_report(call.saas_id, call.cti_flow_id,call.agent_key,call.call_id,AgentScene.ROBOT, WorkStatus.AGENT_RINGING)