|
@@ -47,7 +47,7 @@ class ChannelAnswerHandler(EslEventHandler):
|
|
|
call_info.answer_count = call_info.answer_count + 1
|
|
|
call_info.next_commands.remove(next_command)
|
|
|
self.logger.info("ysChannelAnswerHandler call_info.answer_time::%s,time:%s", call_info.answer_time, EslEventUtil.getEventDateTimestamp(event))
|
|
|
- self.logger.info('坐席接听', device_info.device_type, call_info.direction)
|
|
|
+ self.logger.info('坐席接听:%s,call_info.direction:%s', device_info.device_type, call_info.direction)
|
|
|
|
|
|
|
|
|
if NextType.NEXT_CALL_OTHER.code == next_command.next_type:
|