DavidLiu 3 месяцев назад
Родитель
Сommit
7a2cea2598
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/callcenter/esl/handler/channel_hangup_handler.py

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

@@ -34,7 +34,7 @@ class ChannelHangupHandler(EslEventHandler):
         # self.logger.info(json.loads(event.serialize('json')))
         try:
             call_id = EslEventUtil.getCallId(event)
-            self.logger.info('call_id is %s', call_id)
+            self.logger.info('call_id is %s, event=%s', call_id, json.loads(event.serialize('json')))
             if not call_id:
                 other_leg_device_id = event.getHeader("variable_bridge_uuid")
                 call_id = self.cache.get_call_id_by_device_id(other_leg_device_id)