Class DialogOpenAcceptEvent


  • public class DialogOpenAcceptEvent
    extends DialogEvent
    Event generated when an outgoing open request is accepted by the peer. This corresponds to receiving a TC-CONTINUE or TC-END in response to our TC-BEGIN
    • Field Detail

      • ID

        public static final EventTypeID ID
        Common event type used when firing DialogOpenAcceptEvent instances to the SLEE.
        • Name: com.opencloud.slee.resources.cgin.DialogOpenAccept
        • Vendor: OpenCloud
        • Version: 3.0.0
    • Constructor Detail

      • DialogOpenAcceptEvent

        public DialogOpenAcceptEvent​(Dialog dialog,
                                     SccpAddress responderAddress,
                                     Object[] userInformation)
        Create a new open-accept event.
        Parameters:
        dialog - the accepted dialogue
        responderAddress - the responding address (SCCP calling party address of the TC-CONTINUE / TC-END)
        userInformation - user information, if present in the response
    • Method Detail

      • getResponderAddress

        public SccpAddress getResponderAddress()
        Get the SCCP address of the responder.
        Returns:
        the SCCP address of the responder