< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] 405 Method not allowed


Hello all,

I'm using DUM (resiprocate-0-9-0 build 5263) on Windows XP.
My problem is that I'm sending INFO to a server that does not support it.
When receiving "405 Method Not Allowed" response on the INFO, I hit an
assert(0) here:

InviteSession::Event
InviteSession::toEvent(const SipMessage& msg, const SdpContents* sdp)
{
.....
   else
   {
      assert(0);
      return Unknown;
   }
}

In Release mode "Unknown" is returned and onInfoFailure(...) is correctly
called in my InviteSessionHandler.
It would be nice if this was handled in Debug mode as well.

Best regards,
Knut