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