RE: [reSIProcate] r4478: missing OK for incoming INFO requests
- From: "Derek MacDonald" <derek@xxxxxxxx>
- Date: Fri, 29 Apr 2005 10:24:35 -0700
In InviteSession.hxx, use
virtual void acceptInfo(int statusCode = 200);
virtual void rejectInfo(int statusCode = 488);
to accept or reject an INFO message.
--Derek
CONFIDENTIALITY NOTICE
This email and any files transmitted with it contains proprietary
information and, unless expressly stated otherwise, all contents and
attachments are confidential. This email is intended for the addressee(s)
only and access by anyone else is unauthorized. If you are not an addressee,
any disclosure, distribution, printing or copying of the contents of this
email or its attachments, or any action taken in reliance on it, is
unauthorized and may be unlawful. If you are not an addressee, please inform
the sender immediately and then delete this email and any copies of it.
Thank you for your co-operation.
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Dmitry Semyonov
> Sent: Friday, April 29, 2005 6:52 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [reSIProcate] r4478: missing OK for incoming INFO requests
>
> Hello.
>
> Up-to-date DUM does not send OK in response to incoming INFO requests.
>
> It seems
> mDialog.send(mLastNitResponse);
> should be added somewhere after
> mDialog.makeResponse(mLastNitResponse, msg, 200);
> inside dum/InviteSession.cxx:InviteSession::dispatchInfo().
>
> --
> ...Bye..Dmitry.
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel