@@ -99,7 +99,8 @@ class ChannelHangupHandler(EslEventHandler):
device_info.record_time = int(device_info.end_time) - int(device_info.record_start_time)
call_info.device_info_map[device_info.device_id] = device_info
skip_hangup_all = device_info.device_type == DeviceType.ROBOT.code
- registry.CALL_HANGUP_REQUESTS.labels(f"{call_info.bucket_type}", f"{device_info.sip_status}").inc()
+ bucket_type = call_info.bucket_type if call_info.bucket_type else "EMPTY"
+ registry.CALL_HANGUP_REQUESTS.labels(f"{bucket_type}", f"{device_info.sip_status}").inc()
self.logger.info('ChannelHangupHandler, hangup_reason=%s, device_type=%s, cdr_type=%s, end_time=%s, skip_hangup_all=%s' % (hangup_reason, device_info.device_type, device_info.cdr_type, call_info.end_time, skip_hangup_all))
# 如果是转人工