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

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

@@ -167,6 +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.cache.add_call_info(call)
         return _record_url