"gov.nist.javax.sip.EARLY_DIALOG_TIMEOUT_SECONDS", "30");
if(System.getProperty("enableNIO") != null && System.getProperty("enableNIO").equalsIgnoreCase("true")) {
logger.info("\nNIO Enabled\n");
properties.setProperty("gov.nist.javax.sip.MESSAGE_PROCESSOR_FACTORY", NioMessageProcessorFactory.class.getName());
}
this.shootistStack = (SipStackExt) sipFactory
.createSipStack(properties);
this.shootist = new Shootist(shootistStack);
// -----------------------------
properties = new Properties();