余尚辉 4 tháng trước cách đây
mục cha
commit
acb1d10afc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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