@@ -56,7 +56,7 @@ class ChannelAnswerHandler(EslEventHandler):
return
call_info.next_commands.remove(next_command)
- self.logger.info("answer call_info.answer_time::%s,time:%s", call_info.answer_time, EslEventUtil.getEventDateTimestamp(event))
+ self.logger.info("answer call_id:%s, device_id:%s, call_info.answer_time::%s,time:%s", call_id, device_id, call_info.answer_time, EslEventUtil.getEventDateTimestamp(event))
if NextType.NEXT_CALL_OTHER.code == next_command.next_type:
self.call_other(call_info, device_info, event)