org.mobicents.protocols.ss7.isup.message
Interface AnswerMessage
- All Superinterfaces:
- ISUPComponent, ISUPMessage, java.io.Serializable
public interface AnswerMessage
- extends ISUPMessage
Start time:09:54:07 2009-07-23
Project: mobicents-isup-stack
|
ANM (Answer Message) |
|
When the called party answers, the destination switch terminates power
ringing of the called line, removes audible ringing tone from the calling
line and sends an Answer Message (ANM) to the originating switch. The
originating switch initiates billing after verifying that the calling party's
line is connected to the reserved trunk.
|
|
|
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 |
- Author:
- Bartosz Baranowski
MESSAGE_CODE
static final int MESSAGE_CODE
- Answer Message, Q.763 reference table 22
AnswerMessage
- 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()
setUserToUserIndicators
void setUserToUserIndicators(UserToUserIndicators value)
getUserToUserIndicators
UserToUserIndicators getUserToUserIndicators()
setUserToUserInformation
void setUserToUserInformation(UserToUserInformation value)
getUserToUserInformation
UserToUserInformation getUserToUserInformation()
setConnectedNumber
void setConnectedNumber(ConnectedNumber value)
getConnectedNumber
ConnectedNumber getConnectedNumber()
setAccessTransport
void setAccessTransport(AccessTransport value)
getAccessTransport
AccessTransport getAccessTransport()
setGenericNotificationIndicator
void setGenericNotificationIndicator(GenericNotificationIndicator value)
getGenericNotificationIndicator
GenericNotificationIndicator getGenericNotificationIndicator()
setCallHistoryInformation
void setCallHistoryInformation(CallHistoryInformation value)
getCallHistoryInformation
CallHistoryInformation getCallHistoryInformation()
setTransmissionMediumUsed
void setTransmissionMediumUsed(TransmissionMediumUsed value)
getTransmissionMediumUsed
TransmissionMediumUsed getTransmissionMediumUsed()
setGenericNumber
void setGenericNumber(GenericNumber value)
getGenericNumber
GenericNumber getGenericNumber()
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()
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()
setBackwardGVNS
void setBackwardGVNS(BackwardGVNS value)
getBackwardGVNS
BackwardGVNS getBackwardGVNS()
setDisplayInformation
void setDisplayInformation(DisplayInformation value)
getDisplayInformation
DisplayInformation getDisplayInformation()
setConferenceTreatmentIndicators
void setConferenceTreatmentIndicators(ConferenceTreatmentIndicators value)
getConferenceTreatmentIndicators
ConferenceTreatmentIndicators getConferenceTreatmentIndicators()
setApplicationTransportParameter
void setApplicationTransportParameter(ApplicationTransportParameter value)
getApplicationTransportParameter
ApplicationTransportParameter getApplicationTransportParameter()
setPivotRoutingBackwardInformation
void setPivotRoutingBackwardInformation(PivotRoutingBackwardInformation value)
getPivotRoutingBackwardInformation
PivotRoutingBackwardInformation getPivotRoutingBackwardInformation()
setRedirectStatus
void setRedirectStatus(RedirectStatus value)
getRedirectStatus
RedirectStatus getRedirectStatus()
Copyright © 2010. All Rights Reserved.