774056846 2 months ago
parent
commit
6c1f720832
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/callcenter/esl/handler/channel_answer_handler.py

+ 1 - 0
src/core/callcenter/esl/handler/channel_answer_handler.py

@@ -34,6 +34,7 @@ class ChannelAnswerHandler(EslEventHandler):
         device_id = EslEventUtil.getDeviceId(event)
         device_info = call_info.device_info_map.get(device_id)
         next_command = call_info.next_commands[0] if len(call_info.next_commands) > 0 else None
+        print("answer device_id:%s, device_info:%s, next_command:%s"%(device_id, device_info, next_command), flush=True)
         if not next_command:
             return