DavidLiu 3 сар өмнө
parent
commit
7a2cea2598

+ 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)