DavidLiu 3 months ago
parent
commit
9c4cb1cd2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/callcenter/esl/handler/channel_hangup_handler.py

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

@@ -131,6 +131,7 @@ class ChannelHangupHandler(EslEventHandler):
 
             if (CallType.BOT_CALL.code == call_info.call_type or CallType.INCOMING_BOT_CALL.code == call_info.call_type) and device_info.device_type == DeviceType.ROBOT.code:
                 if not device_info.answer_time:
+                    self.logger.info("daviddebugger::CALL_BOT_NO_ANSWER_ERROR_REQUESTS call_id=%s, device_id=%s", call_id, device_id)
                     registry.CALL_BOT_NO_ANSWER_ERROR_REQUESTS.labels(f"{call_info.bucket_type}", f"{device_info.sip_status}").inc()
                 registry.CALL_BOT_HANGUP_REQUESTS.labels(f"{call_info.bucket_type}", f"{device_info.sip_status}").inc()