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

RE: [reSIProcate] 405 Method not allowed


This assert has already been removed in the SVN head release.  Thanks.

> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Knut Farner
> Sent: Wednesday, October 19, 2005 6:03 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [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
> 
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel