|
@@ -110,13 +110,13 @@ class ChannelHangupHandler(EslEventHandler):
|
|
|
self.call_service.hangup_all(call_info, CallCause.HANGUP_EVENT)
|
|
|
# self.inbound_client.hangup_call(call_id, device_id, CallCause.HANGUP_EVENT)
|
|
|
|
|
|
- if CallType.BOT_CALL.code == call_info.call_type and device_info.device_type == DeviceType.CUSTOMER.code:
|
|
|
- self.release(event)
|
|
|
+ if CallType.BOT_CALL.code == call_info.call_type and device_info.device_type == DeviceType.ROBOT.code:
|
|
|
registry.CALL_BOT_HANGUP_REQUESTS.labels(f"{call_info.bucket_type}", f"{device_info.sip_status}").inc()
|
|
|
|
|
|
# 全部挂机以后推送挂机状态
|
|
|
# self.logger.info('yushanghui::call_info.device_list %s', call_info.device_list)
|
|
|
if len(call_info.device_list) == 0:
|
|
|
+ self.release(event)
|
|
|
self.get_call_info_record(call_info)
|
|
|
|
|
|
# 判断挂机方向 && 更新缓存
|