Closed GoogleCodeExporter closed 9 years ago
Hi,
Would you like to join the project?
Original comment by hepha...@gmail.com
on 18 Feb 2009 at 1:00
No need to join the project, I just changed 2 lines in ConversationForm.cs
In the method ReInvite() :
if (_conversation == null || !Conversation.Switchboard.IsSessionEstablished)
becomes
if (_conversation == null)
and in the method Switchboard_SessionClosed, we just add :
_conversation = null;
I didn't test it very deeply, I hope the conversation isn't used anywhere else
when
the session is closed.
Anyway, the ReInvite has to send -1 only when the session has been opened and
closed, and not before the session is fully established
Original comment by adh...@gmail.com
on 18 Feb 2009 at 2:21
Attachments:
Ok, Fixed. Thank you.
Original comment by hepha...@gmail.com
on 18 Feb 2009 at 3:28
Original issue reported on code.google.com by
adh...@gmail.com
on 18 Feb 2009 at 10:18