[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sip] CSeq question?
Hello,
probably awnsered long ago, but I couldn't find it :-(
The reason I ask is, that it wasn't clear to me, if the increasing of the
CSeq value in a dialog is bound to a request class (INVITE, BYE, MYREQUEST,
etc.) or to requests in general.
Do I read the draft correct with:
INVITE .....
CSeq: 1 INVITE
200 Ok
CSeq: 1 INVITE
ACK ----
CSeq: 1 ACK
--Dialog is established--
BYE .....
CSeq: 2 BYE
200 Ok
CSeq: 2 BYE
This means, in the BYE request ( or any other request except of CANCEL +
ACK) a CSeq with value "1 BYE" is not allowed?
But for CANCEL:
INVITE .....
CSeq: 1 INVITE
--Dialog is not established--
CANCEL ....
CSeq: 1 CANCEL
Thanks
Lachlan
_______________________________________________
Sip mailing list https://www1.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors@cs.columbia.edu for questions on current sip
Use sipping@ietf.org for new developments on the application of sip