Interface DialogTimeoutEvent


  • public interface DialogTimeoutEvent
    This event is fired on a dialog activity when the RA Entity determines that the dialog has expired. This expiry behaviour is implementation-specific.

    It is recommended that RA implementations use RFC4028 (SIP Session Timers) to reliably determine when a dialog is no longer in use.

    See Also:
    RFC4028
    • Method Detail

      • getDialog

        DialogActivity getDialog()
        Get the dialog that has expired. The dialog will be in the TERMINATED state, and so cannot be used for sending requests.
        Returns:
        a DialogActivity object.