|
@@ -20,6 +20,6 @@ class ChannelOriginateHandler(EslEventHandler):
|
|
call = self.cache.get_call_info(call_id)
|
|
call = self.cache.get_call_info(call_id)
|
|
device = call.device_info_map.get(device_id)
|
|
device = call.device_info_map.get(device_id)
|
|
self.logger.info('ChannelOriginateHandler::event %s, device.device_type: %s, DeviceType.AGENT.code:%s ', event,device.device_type, DeviceType.AGENT.code)
|
|
self.logger.info('ChannelOriginateHandler::event %s, device.device_type: %s, DeviceType.AGENT.code:%s ', event,device.device_type, DeviceType.AGENT.code)
|
|
- if call.direction== Direction.INBOUND.code and device.device_type == DeviceType.AGENT.code: # 如果是呼入有响铃
|
|
|
|
|
|
+ if call.direction == Direction.INBOUND.code and device.device_type == DeviceType.AGENT.code: # 如果是呼入有响铃
|
|
self.push_handler.push_on_call_ring(call.cti_flow_id,call.agent_key,AgentScene.ROBOT,call.call_id,call.caller, call.called,"00000000000000000")
|
|
self.push_handler.push_on_call_ring(call.cti_flow_id,call.agent_key,AgentScene.ROBOT,call.call_id,call.caller, call.called,"00000000000000000")
|
|
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,phone=call.caller)
|
|
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,phone=call.caller)
|