org.mobicents.protocols.ss7.isup.message
Interface FacilityMessage

All Superinterfaces:
ISUPComponent, ISUPMessage, java.io.Serializable

public interface FacilityMessage
extends ISUPMessage

Start time:09:54:07 2009-07-23
Project: mobicents-isup-stack

Facility (FAC) Message

Facility (FAC) message sent in either direction at any phase of the call to request an action at another node. The message is also used to carry the results, error or rejection of a previously requested action.

Parameter Type Length (octet)
Message type F 1
Service Activation O 3-?
Remote Operations O ?
Message Compatibility Information O 4
Parameter Compatibility Information O 4-?
End of Optional Parameters O 1

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Facility Message, Q.763 reference table 45
FacilityMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.ISUPMessage
addParameter, getCircuitIdentificationCode, getMessageType, getParameter, getTransaction, hasAllMandatoryParameters, removeParameter, setCircuitIdentificationCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

MESSAGE_CODE

static final int MESSAGE_CODE
Facility Message, Q.763 reference table 45
FacilityMessage

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.