Constructs this dialog based upon the Nist-Siplite dialog
Parameters: dialog - Nist-Siplite dialog Parameters: sipConnectionNotifier - the notification handler Parameters: classSecurityToken - Security token for SIP/SIPS protocol classwith this client connection
Returns new SipClientConnection in this dialog.
The SipClientConnection will be pre-initialized with the given
method and
following headers will be set at least
(for details see RFC 3261 [1] 12.2.1.1 Generating the Request, p.73):
To
From
CSeq
Call-ID
Max-Forwards
Via
Contact
Route//ifthedialogrouteisnotempty
Parameters: method - - given method SipClientConnection with preset headers. throws: IllegalArgumentException - - if the method is invalid throws: SipException - - INVALID_STATE if the new connection can not beestablished in the current state of dialog.
Handles NOTIFY request.
Parameters: request - NOTIFY message Parameters: newDialog - a new underlying dialog implementationto associate with this dialog, may be null Parameters: newDialogId - a new dialog id to set for this dialog
Does the given SipConnection belong to this dialog.
Parameters: sc - - SipConnection to be checked, can be eitherSipClientConnection or SipServerConnection true if the SipConnection belongs to the this dialog.Returns falseif the connection is not part of this dialog or the dialog is terminated.