Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-3.0.0.FINAL Roadmap-Fix

New issue 246 by [email protected]: Problem in SipConnector handling if reverse DNS lookup is missing
http://code.google.com/p/sipservlets/issues/detail?id=246

What steps will reproduce the problem?
1. In standalone-sip.xml, bind a interface (e.g. the public-interface) to an IP address which does not exist in /etc/hosts or in any DNS server.
2. Start up mobicents platform in standalone mode.
3. SipConnector initialization is now "delayed" and system and e.g. servlets are started before full initialization of the SipConnectors happens.

SipConnector[] sipConnectors = (SipConnector[]) getServletContext().getAttribute("org.mobicents.servlet.sip.SIP_CONNECTORS");

will in this case return a incorrect number of SIP connectors.
The attribute is not updated when the SipConnectors are created later on.


What is the expected output? What do you see instead?
SipConnectors should be properly initialized and available for the system regardless if a reverse DNS entry is present or not.

What version of the product are you using? On what operating system?
mss-3.0.0-SNAPSHOT-jboss-as-7.1.3.Final
Linux/Debian/Ubuntu

Please provide any additional information below.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to