[reSIProcate] 405 Method not allowed
Knut Farner
knut.farner at paradial.com
Wed Oct 19 05:03:10 CDT 2005
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
More information about the resiprocate-devel
mailing list