774056846 4 месяцев назад
Родитель
Сommit
257d2cd697
1 измененных файлов с 1 добавлено и 0 удалено
  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):
             return
 
         count = len(call.device_list)
+        self.logger.info('hangup, call_id=%s, device_id=%s, count=%s', call_id, device_id, count)
         try:
             call.device_list.remove(device_id)
         except: