Comment #8 on issue 1166 by alexander.kozlov.IV: NullPointerException on remove sip connector programmatically using JMX which was added with bind errors
http://code.google.com/p/mobicents/issues/detail?id=1166

yes, I start tomcat and server.xml does not contains any sip connector. Then I detect IP address and call addSipConnector(detected_ip, 5060, UDP). When IP address is
changed I call removeSipConnector(previous_detected_ip, 5060, UDP) and
addSipConnector(new_detected_ip, 5060, UDP).
If port 5060 is used on detected_ip then I got errors to log both for add and remove
operations.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to