super.setStackName(name);
// To log debug messages.
this.logWriter = new LogWriter(configurationProperties);
// Server log file.
this.serverLog = new ServerLog(this, configurationProperties);
// Default router -- use this for routing SIP URIs.
// Our router does not do DNS lookups.
this.outboundProxy = configurationProperties
.getProperty("javax.sip.OUTBOUND_PROXY");