org.mobicents.protocols.ss7.isup.message
public interface AnswerMessage extends ISUPMessage
|
||||||||
| Parameter | Type | Length (octet) | ||||||
| Message type | F | 1 | ||||||
| Backward Call Indicators | O | 4 | ||||||
| Optional Backward Call Indicators | O | 3 | ||||||
| Call Reference | O | 7 | ||||||
| User to User Indicators | O | 3 | ||||||
| User to User Information | O | 3-131 | ||||||
| Connected Number | O | 4-12 | ||||||
| Access Transport | O | 3-? | ||||||
| Generic Notification Indicator | O | 3 | ||||||
| Call History Information | O | 4 | ||||||
| Transmission Medium Used | O | 3 | ||||||
| Generic Number | O | 4-12 | ||||||
| Echo Control Information | O | 3 | ||||||
| Access Delivery Information | O | 3 | ||||||
| Redirection Number | O | 5-12 | ||||||
| Parameter Compatibility Information | O | 4-? | ||||||
| Network Specific Facility | O | 4-? | ||||||
| Remote Operations | O | 3-? | ||||||
| Service Activation | O | 3-? | ||||||
| Redirection Number Restriction | O | 3 | ||||||
| Backward GVNS | O | 1 | ||||||
| Display Information | O | 1 | ||||||
| Conference Treatment Indicators | O | 1 | ||||||
| Application Transport Parameter | O | 1 | ||||||
| Pivot Routing Backward Information | O | 1 | ||||||
| Redirect Status | O | 1 | ||||||
| End of Optional Parameters | O | 1 | ||||||
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_CODE
Answer Message, Q.763 reference table 22
AnswerMessage |
addParameter, getCircuitIdentificationCode, getMessageType, getParameter, getSls, hasAllMandatoryParameters, removeParameter, setCircuitIdentificationCode, setSlsstatic final int MESSAGE_CODE
AnswerMessagevoid setBackwardCallIndicators(BackwardCallIndicators indicators)
BackwardCallIndicators getBackwardCallIndicators()
void setOptionalBackwardCallIndicators(OptionalBackwardCallIndicators value)
OptionalBackwardCallIndicators getOptionalBackwardCallIndicators()
void setCallReference(CallReference value)
CallReference getCallReference()
void setUserToUserIndicators(UserToUserIndicators value)
UserToUserIndicators getUserToUserIndicators()
void setUserToUserInformation(UserToUserInformation value)
UserToUserInformation getUserToUserInformation()
void setConnectedNumber(ConnectedNumber value)
ConnectedNumber getConnectedNumber()
void setAccessTransport(AccessTransport value)
AccessTransport getAccessTransport()
void setGenericNotificationIndicator(GenericNotificationIndicator value)
GenericNotificationIndicator getGenericNotificationIndicator()
void setCallHistoryInformation(CallHistoryInformation value)
CallHistoryInformation getCallHistoryInformation()
void setTransmissionMediumUsed(TransmissionMediumUsed value)
TransmissionMediumUsed getTransmissionMediumUsed()
void setGenericNumber(GenericNumber value)
GenericNumber getGenericNumber()
void setEchoControlInformation(EchoControlInformation value)
EchoControlInformation getEchoControlInformation()
void setAccessDeliveryInformation(AccessDeliveryInformation value)
AccessDeliveryInformation getAccessDeliveryInformation()
void setRedirectionNumber(RedirectionNumber value)
RedirectionNumber getRedirectionNumber()
void setParameterCompatibilityInformation(ParameterCompatibilityInformation value)
ParameterCompatibilityInformation getParameterCompatibilityInformation()
void setNetworkSpecificFacility(NetworkSpecificFacility value)
NetworkSpecificFacility getNetworkSpecificFacility()
void setRemoteOperations(RemoteOperations value)
RemoteOperations getRemoteOperations()
void setServiceActivation(ServiceActivation value)
ServiceActivation getServiceActivation()
RedirectionNumberRestriction getRedirectionNumberRestriction()
void setRedirectionNumberRestriction(RedirectionNumberRestriction value)
void setBackwardGVNS(BackwardGVNS value)
BackwardGVNS getBackwardGVNS()
void setDisplayInformation(DisplayInformation value)
DisplayInformation getDisplayInformation()
void setConferenceTreatmentIndicators(ConferenceTreatmentIndicators value)
ConferenceTreatmentIndicators getConferenceTreatmentIndicators()
void setApplicationTransportParameter(ApplicationTransportParameter value)
ApplicationTransportParameter getApplicationTransportParameter()
void setPivotRoutingBackwardInformation(PivotRoutingBackwardInformation value)
PivotRoutingBackwardInformation getPivotRoutingBackwardInformation()
void setRedirectStatus(RedirectStatus value)
RedirectStatus getRedirectStatus()
Copyright © 2011. All Rights Reserved.