Comment #4 on issue 1760 by jean.deruelle: REGISTER requests are not routed to application
http://code.google.com/p/mobicents/issues/detail?id=1760

I found out what happened here
Aug 27 11:18:13,632 [Thread-1] org.mobicents.servlet.sip.startup.SipStandardContext INFO: Stopping the sip context

It seems the context has been stopped but when a REGISTER is received after that Aug 27 11:18:36,474 [PipelineThread-0] org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher DEBUG: Routing of Initial Request REGISTER sip:avistar.com;transport=TCP SIP/2.0

Since no application is found to handled it the container according to Sip Servlets 1.1, tries to route the request outside and it seems to fail to connect to avistar.com to send the request to it.

Can I mark it as invalid ?


Reply via email to