774056846 4 months ago
parent
commit
5dd807a6ef
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

@@ -40,6 +40,7 @@ class ChannelHangupHandler(EslEventHandler):
                 print("call:%s is null", call_id, flush=True)
                 return
             device_id = EslEventUtil.getDeviceId(event)
+            device_id = device_id if device_id else EslEventUtil.getUniqueId(event)
             device = call.device_info_map.get(device_id)
             # print('debugger::device_id is ', device_id, flush=True)
             if not device: