r2752 - trunk/libmsip/source/dialogs
Mikael Magnusson
mikma264 at gmail.com
Sun Sep 10 15:17:34 CEST 2006
erik at minisip.org wrote:
> Author: erik
> Date: 2006-09-10 14:07:55 +0200 (Sun, 10 Sep 2006)
> New Revision: 2752
>
> Modified:
> trunk/libmsip/source/dialogs/SipDialog.cxx
> Log:
>
> * Compiler warning fixes
>
>
>
> Modified: trunk/libmsip/source/dialogs/SipDialog.cxx
> ===================================================================
> --- trunk/libmsip/source/dialogs/SipDialog.cxx 2006-09-08 10:35:52 UTC (rev 2751)
> +++ trunk/libmsip/source/dialogs/SipDialog.cxx 2006-09-10 12:07:55 UTC (rev 2752)
> @@ -66,7 +66,7 @@
>
> dialogState.isEarly=false; //same as for "secure"?! -EE
> dialogState.isEstablished = false;
> - dialogState.rseqNo = -1;
> + dialogState.rseqNo = 0;
> }
>
I think this breaks PRACK support in the client, since -1 is used as a
special value by SipDialogVoipClient.cxx. (You could try to change it to
"(uint32_t)-1").
Mikael
More information about the Minisip-devel
mailing list