@@ -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