Discussion:
[Sip-implementors] SIP message and Cseq incrementation
Mustafa Ozveren
2005-11-02 08:57:02 UTC
Permalink
Hello All,

Just a question about cseq incrementation.

Is the incrementation of CSEQ must be +1 at each request or incrementation
of type +n ( n > 1 ) is valid ?
Because I am reading in Vocal code that incrementation +n seems to be valid.

Thanks,
Mustafa
amarendra.samal
2005-11-02 09:51:33 UTC
Permalink
Hi,

The increamentation of the CSeq must be +1 at each request within dialog.
Plz refer to RFC 3261 sec 12.2.1.1

"The Call-ID of the request MUST be set to the Call-ID of the
dialog.
Requests within a dialog MUST contain strictly monotonically
increasing and contiguous CSeq sequence numbers (increasing-by-one)
in each direction (excepting ACK and CANCEL of course, whose numbers
equal the requests being acknowledged or cancelled). Therefore, if
the local sequence number is not empty, the value of the local
sequence number MUST be incremented by one, and this value MUST be
placed into the CSeq header field."

Rgds,
Amar
Mobile: +919886395894
The greatest enemy of best is "good." If you're willing to accept "good"
you'll never be the "Best."



Mustafa Ozveren
<mustafa.ozveren@
gmail.com> To
Sent by: sip-implementors at cs.columbia.edu
sip-implementors- cc
bounces at cs.columb
ia.edu Subject
[Sip-implementors] SIP message and
Cseq incrementation
11/02/2005 02:27
PM








Hello All,

Just a question about cseq incrementation.

Is the incrementation of CSEQ must be +1 at each request or incrementation
of type +n ( n > 1 ) is valid ?
Because I am reading in Vocal code that incrementation +n seems to be
valid.

Thanks,
Mustafa
_______________________________________________
Sip-implementors mailing list
Sip-implementors at cs.columbia.edu
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors



*********************** FSS-Unclassified ***********************
"DISCLAIMER: This message is proprietary to Hughes Software Systems Limited
(HSS) and is intended solely for the use of the individual to whom it is
addressed. It may contain privileged or confidential information and
should not be circulated or used for any purpose other than for what it is
intended. If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient, you are
notified that you are strictly prohibited from using, copying, altering, or
disclosing the contents of this message. HSS accepts no responsibility for
loss or damage arising from the use of the information transmitted by this
email including damage from virus."
Nataraju A B
2005-11-02 10:17:30 UTC
Permalink
Thanks & Regards,
Nataraju A.B.
-----Original Message-----
From: sip-implementors-bounces at cs.columbia.edu
[mailto:sip-implementors-bounces at cs.columbia.edu] On Behalf Of Mustafa
Ozveren
Sent: Wednesday, November 02, 2005 2:27 PM
To: sip-implementors at cs.columbia.edu
Subject: [Sip-implementors] SIP message and Cseq incrementation

Hello All,

Just a question about cseq incrementation.

Is the incrementation of CSEQ must be +1 at each request or
incrementation
of type +n ( n > 1 ) is valid ?
Because I am reading in Vocal code that incrementation +n seems to be
valid.

[ABN] AFAIK it does not violate any part of RFC 3261......

Thanks,
Mustafa
Nayak, Subhash
2005-11-02 12:05:25 UTC
Permalink
A UAC must always increment the Cseq by 1, but a UAS should be prepared
to receive a request with the Cseq incremented by greater than 1. You're
probably looking at the part of the code that is lenient to handling
such a jump in Cseq at the UAS end.

The above leniency can be deduced from Section 12.2.2 of the RFC.

Subhash Nayak.
Sonus Networks, Inc.
http://www.sonusnet.com

-----Original Message-----
From: sip-implementors-bounces at cs.columbia.edu
[mailto:sip-implementors-bounces at cs.columbia.edu] On Behalf Of Mustafa
Ozveren
Sent: Wednesday, November 02, 2005 2:27 PM
To: sip-implementors at cs.columbia.edu
Subject: [Sip-implementors] SIP message and Cseq incrementation

Hello All,

Just a question about cseq incrementation.

Is the incrementation of CSEQ must be +1 at each request or
incrementation
of type +n ( n > 1 ) is valid ?
Because I am reading in Vocal code that incrementation +n seems to be
valid.

Thanks,
Mustafa
Mustafa Ozveren
2005-11-02 14:07:03 UTC
Permalink
Thanks for your responses !


Best regards,
Mustafa

Loading...