[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Sip] Questions
> From the RFC 3261, I understand that
> other request type, different to INVITE,
> can establish a dialog.
rfc3265 discusses a subscription dialog.
> In this case, for to close one dialog,
> which method ( or answer) I can use
> and how ???
The following quote that you provided explains
that BYE can close INVITE established dialogs.
In addition, the CANCEL can close
INVITE established early dialogs.
Sending a SUBSCRIBE with Expires: 0, closes
subscription dialogs. Sending NOTIFY with
Subscription-State: terminated, closes
subscription dialogs.
A proxy refusing to proxy any more messages
will close dialogs which expire.
Returning a 481 to a request communicates
that a dialog is unknown. It will lead to
explicit or implicit closure of the dialog.
> In the RFC 3261, section 12.3, pag 77 said:
>
> “...The mechanism for terminating confirmed
> dialogs is method specific. In this
> specifications, the BYE method terminates a
> session and the dialog associated with it........”
>
> I think for INVITE only. Is correct??
The "In this specifications" text is meant to
convey that the BYE closes the associated invite
established dialog and the session created by
the invite established dialog.
_______________________________________________
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