Re: [Sip-implementors] CSeq in subsequent Register messages

2022-06-28 Thread Gilson Urbano Ferreira Dias
Filippos, They are 3 different (Call-ID, tag, Contact, From, and To) Register requests using the same CSeq, and from the same server. I think the server is not following 10.2 because the second Register message containing a different Contact header is sent before the final response of the first o

Re: [Sip-implementors] CSeq in subsequent Register messages

2022-06-28 Thread Gilson Urbano Ferreira Dias
Dale, The three pseudo-dialogs are for different AORs. Does this change anything in the analysis? Regards, Gilson Urbano ___ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/sip-implem

[Sip-implementors] CSeq in subsequent Register messages

2022-06-27 Thread Gilson Urbano Ferreira Dias
Can I have the same CSeq numbering originating from the same server in Register messages? Note that the previous messages were being incremented by one as CSeq = ..., 932840, 932841. Suddenly, the server decided to send CSeq = 1 in three consecutive Register messages for different Call-Ids. I tr