余尚辉 3 months ago
parent
commit
acb1d10afc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/esl/handler/channel_answer_handler.py

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

@@ -167,7 +167,7 @@ class ChannelAnswerHandler(EslEventHandler):
         else:
             _record_url = self.start_recording(device_id, get_record_file_name(call_id, CallStage.ALL), call)
             device.record = _record_url
-        self.logger.info("luyincall:%s" % call)
+        self.logger.info("luyincall:%s, device:%s" % call, device)
         self.cache.add_call_info(call)
         return _record_url