DavidLiu hai 3 meses
pai
achega
1245038ff9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/core/callcenter/esl/handler/channel_hangup_handler.py

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

@@ -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))
             # 如果是转人工