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

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

public interface InformationMessage
extends ISUPMessage

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

Information Message (INF)

INF is sent to convey information in association with a call, which may have been requested in an information request message.

Parameter Type Length (octet)
Message type F 1
Information Indicators F 2
Calling Party's Category O 3
Calling Party Number O 5-12
Call Reference O 7
Connection Request O 7-9
Parameter Compatibility Information O 4-?
Network Specific Facility O 6-?
End of Optional Parameters O 1

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Information Message, Q.763 reference table 30
InformationMessage
 
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
Information Message, Q.763 reference table 30
InformationMessage

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.