org.mobicents.protocols.ss7.isup.message
Interface AddressCompleteMessage
- All Superinterfaces:
- ISUPComponent, ISUPMessage, java.io.Serializable
public interface AddressCompleteMessage
- extends ISUPMessage
Start time:09:41:44 2009-07-23
Project: mobicents-isup-stack
|
ACM (Address Complete Message) |
|
An Address Complete Message (ACM) is sent in the "backward" direction to
indicate that the remote end of a trunk circuit has been reserved.
The originating switch responds to an ACM message by connecting the calling
party's line to the trunk to complete the voice circuit from the calling
party to the called party. The terminating switch sends a ringing tone to the
calling party's line.
|
|
|
Parameter |
Type |
Length (octet) |
| Message type |
F |
1 |
| Backward Call Indicators |
F |
2 |
| Optional Backward Call Indicators |
O |
3 |
| Call Reference |
O |
7 |
| Cause Indicators |
O |
4-? |
| User to User Indicators |
O |
3 |
| User to User Information |
O |
3-131 |
| Access Transport |
O |
3-? |
| Generic Notification Indicator |
O |
3 |
| Transmission Medium Used |
O |
3 |
| Echo Control Information |
O |
3 |
| Access Delivery Information |
O |
3 |
| Redirection Number |
O |
5-12 |
| Parameter Compatibility
Information |
O |
4-? |
| Call Diversion Information |
O |
3 |
| Network Specific Facility |
O |
4-? |
| Remote Operations |
O |
3-? |
| Service Activation |
O |
3-? |
| Redirection Number Restriction |
O |
3 |
| End of Optional Parameters |
O |
1 |
- Author:
- Bartosz Baranowski
MESSAGE_CODE
static final int MESSAGE_CODE
- Address Complete Message, Q.763 reference table 21
AddressCompleteMessage
- See Also:
- Constant Field Values
setBackwardCallIndicators
void setBackwardCallIndicators(BackwardCallIndicators indicators)
getBackwardCallIndicators
BackwardCallIndicators getBackwardCallIndicators()
setOptionalBakwardCallIndicators
void setOptionalBakwardCallIndicators(OptionalBackwardCallIndicators value)
getOptionalBakwardCallIndicators
OptionalBackwardCallIndicators getOptionalBakwardCallIndicators()
setCallReference
void setCallReference(CallReference value)
getCallReference
CallReference getCallReference()
setCauseIndicators
void setCauseIndicators(CauseIndicators value)
getCauseIndicators
CauseIndicators getCauseIndicators()
setUserToUserIndicators
void setUserToUserIndicators(UserToUserIndicators value)
getUserToUserIndicators
UserToUserIndicators getUserToUserIndicators()
setUserToUserInformation
void setUserToUserInformation(UserToUserInformation value)
getUserToUserInformation
UserToUserInformation getUserToUserInformation()
setAccessTransport
void setAccessTransport(AccessTransport value)
getAccessTransport
AccessTransport getAccessTransport()
setGenericNotificationIndicator
void setGenericNotificationIndicator(GenericNotificationIndicator value)
getGenericNotificationIndicator
GenericNotificationIndicator getGenericNotificationIndicator()
setTransmissionMediumUsed
void setTransmissionMediumUsed(TransmissionMediumUsed value)
getTransmissionMediumUsed
TransmissionMediumUsed getTransmissionMediumUsed()
setEchoControlInformation
void setEchoControlInformation(EchoControlInformation value)
getEchoControlInformation
EchoControlInformation getEchoControlInformation()
setAccessDeliveryInformation
void setAccessDeliveryInformation(AccessDeliveryInformation value)
getAccessDeliveryInformation
AccessDeliveryInformation getAccessDeliveryInformation()
setRedirectionNumber
void setRedirectionNumber(RedirectionNumber value)
getRedirectionNumber
RedirectionNumber getRedirectionNumber()
setParameterCompatibilityInformation
void setParameterCompatibilityInformation(ParameterCompatibilityInformation value)
getParameterCompatibilityInformation
ParameterCompatibilityInformation getParameterCompatibilityInformation()
setCallDiversionInformation
void setCallDiversionInformation(CallDiversionInformation value)
getCallDiversionInformation
CallDiversionInformation getCallDiversionInformation()
setNetworkSpecificFacility
void setNetworkSpecificFacility(NetworkSpecificFacility value)
getNetworkSpecificFacility
NetworkSpecificFacility getNetworkSpecificFacility()
setRemoteOperations
void setRemoteOperations(RemoteOperations value)
getRemoteOperations
RemoteOperations getRemoteOperations()
setServiceActivation
void setServiceActivation(ServiceActivation value)
getRedirectionNumberRestriction
RedirectionNumberRestriction getRedirectionNumberRestriction()
setRedirectionNumberRestriction
void setRedirectionNumberRestriction(RedirectionNumberRestriction value)
getServiceActivation
ServiceActivation getServiceActivation()
setConferenceTreatmentIndicators
void setConferenceTreatmentIndicators(ConferenceTreatmentIndicators value)
getConferenceTreatmentIndicators
ConferenceTreatmentIndicators getConferenceTreatmentIndicators()
setUIDActionIndicators
void setUIDActionIndicators(UIDActionIndicators value)
getUIDActionIndicators
UIDActionIndicators getUIDActionIndicators()
setApplicationTransportParameter
void setApplicationTransportParameter(ApplicationTransportParameter value)
getApplicationTransportParameter
ApplicationTransportParameter getApplicationTransportParameter()
setCCNRPossibleIndicator
void setCCNRPossibleIndicator(CCNRPossibleIndicator value)
getCCNRPossibleIndicator
CCNRPossibleIndicator getCCNRPossibleIndicator()
setHTRInformation
void setHTRInformation(HTRInformation value)
getHTRInformation
HTRInformation getHTRInformation()
setPivotRoutingBackwardInformation
void setPivotRoutingBackwardInformation(PivotRoutingBackwardInformation value)
getPivotRoutingBackwardInformation
PivotRoutingBackwardInformation getPivotRoutingBackwardInformation()
setRedirectStatus
void setRedirectStatus(RedirectStatus value)
getRedirectStatus
RedirectStatus getRedirectStatus()
Copyright © 2010. All Rights Reserved.