final Method method = cl.getMethod("getInstance", null);
final Agent agent = (Agent) method.invoke(null, null);
Switch.getSwitch().setCallFlowAgent(agent);
} catch (Throwable t) {
sLogger.log(Level.SEVERE, "core.callflow_agent_init_failed", t);
Switch.getSwitch().setCallFlowAgent(new AgentAdapter());
}
}