Comment #2 on issue 153 by [email protected]: SIP Outbound (RFC 5626)
broken for target refresh
http://code.google.com/p/sipservlets/issues/detail?id=153
Patch:
http://code.google.com/r/borjessonjonas-mobicents-sip-servlet/source/detail?r=76f0ebcf32e0378f48d427dd32c6129ad8a1375c&name=issue-153
Essentially, the fix is just to also "handle sip outbound" in the
subsequent request dispatcher. The code for handleSipOutbound was therefore
moved from InitialRequestDispatcher to the base class (RequestDispatcher)
so it would be accessible for the SubsequentRequestDispatcher.