Returns the ID of the SIP Dialog.returnDialog ID (Call-ID + remote tag + local tag). Returns null if the dialog is terminated.
Returns new SipClientConnection in this dialog.seeJSR180 spec, v 1.0.1, p 45parammethod - given methodreturnSipClientConnection with preset headers.throwsIllegalArgumentException - if the method is invalidthrowsSipException - INVALID_STATE if the new connection can not be established in the current state of dialog.
Returns the state of the SIP Dialog.returndialog state byte number.
Does the given SipConnection belong to this dialog.paramsc - SipConnection to be checked, can be either SipClientConnection or SipServerConnectionreturntrue if the SipConnection belongs to the this dialog. Returns false if the connection is not part of this dialog or the dialog is terminated.