org.mobicents.protocols.ss7.isup.message
public interface InformationMessage extends ISUPMessage
|
||||||||
| 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 | ||||||
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_CODE
Information Message, Q.763 reference table 30
InformationMessage |
addParameter, getCircuitIdentificationCode, getMessageType, getParameter, hasAllMandatoryParameters, removeParameter, setCircuitIdentificationCodestatic final int MESSAGE_CODE
InformationMessageInformationIndicators getInformationIndicators()
void setInformationIndicators(InformationIndicators v)
CallingPartyCategory getCallingPartyCategory()
void setCallingPartyCategory(CallingPartyCategory v)
CallingPartyNumber getCallingPartyNumber()
void setCallingPartyNumber(CallingPartyNumber v)
CallReference getCallReference()
void setCallReference(CallReference v)
ParameterCompatibilityInformation getParameterCompatibilityInformation()
void setParameterCompatibilityInformation(ParameterCompatibilityInformation v)
ConnectionRequest getConnectionRequest()
void setConnectionRequest(ConnectionRequest v)
NetworkSpecificFacility getNetworkSpecificFacility()
void setNetworkSpecificFacility(NetworkSpecificFacility v)
Copyright © 2011. All Rights Reserved.