RE: [reSIProcate] reInvite problem
- From: "Derek MacDonald" <derek@xxxxxxxx>
- Date: Wed, 1 Sep 2004 11:15:26 -0700
Thanks Dom. I found the problem and will put a fix in today.
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-
> devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Dominique Prunier
> Sent: Wednesday, September 01, 2004 4:05 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [reSIProcate] reInvite problem
>
> Hello,
>
> I have problem with incoming reinvite. I call a SipPhoneLite from DUM and
> it
> sends me a reinvite. Since i dont want to accept it, in the
> onDialogModified
> callback, i reject it with ish->send(ish->rejectDialogModification(488));
> .SipPhoneLite sends me an ACK then and everything seems OK. The problem is
> when i cancel this dialog, the BYE is never sent and is queued (apparently
> because i m still in the ReInviting state in the InviteSession). Then, the
> DUM can't be shutdown since this dialog cant be ended.. SipPhoneLite doest
> react very well to the 488 but i think it should not disturb DUM that
> much...
> I have an ethereal log and a (big!) resip log if it can help.
>
> Thank you for your answer.
> Regards.
>
> Dom.