Davidliu před 2 měsíci
rodič
revize
dd4d55cf32

+ 1 - 1
src/core/callcenter/esl/handler/channel_answer_handler.py

@@ -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)