Status: New
Owner: ----
Labels: Type-Defect Priority-Medium MSS-1.6.0.FINAL Release-Type-FINAL
Roadmap-Fix Component-Sip-Servlets
New issue 2624 by [email protected]: BYE server transactions are
leaking if not responded
http://code.google.com/p/mobicents/issues/detail?id=2624
There is no timeout for BYE stx in case the app fails to respond.
Even though the app session timeout can clean it up, it is still bad and
created a problem for our secret stateless proxying where there is no app
or sip session associated with it. Proxies are especially vulnerable. It is
best to timeout the BYE server transactions (and any affected subseq
requests) after some reasonable interval.