Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Version-1.4.00 Release-Type-FINAL
Roadmap-Fix Component-Sip-Servlets
New issue 1891 by yukinobu.imai: sipStack is null at
ClusteredSipSession.updateSipSession()
http://code.google.com/p/mobicents/issues/detail?id=1891
sipStack is null at ClusteredSipSession.updateSipSession().
Because it could not be get from SipProtocolHandler by getAttribute().
889: SipStack sipStack = (SipStack)
890:
connector.getProtocolHandler().getAttribute(SipStack.class.getSimpleName());
This problem leads to failover problem.
I think that sipStack should be setAttribute to SipProtocolHandler when
startup.
I attached the SipProtocolHandler.java.
Please check it.
Thanks in advance.
Best regards.
Attachments:
SipProtocolHandler.java 19.8 KB