org.mobicents.protocols.ss7.isup.message
Interface ReleaseMessage
- All Superinterfaces:
- ISUPComponent, ISUPMessage, java.io.Serializable
public interface ReleaseMessage
- extends ISUPMessage
Start time:10:06:29 2009-07-23
Project: mobicents-isup-stack
|
REL (Release Message) |
|
A Release Message (REL) is sent in either direction indicating that the
circuit is being released due to the cause indicator specified. An REL
is sent when either the calling or called party "hangs up" the call (cause =
16). An REL is also sent in the backward direction if the called party line
is busy (cause = 17).
|
|
|
Parameter |
Type |
Length (octet) |
| Message type |
F |
1 |
| Cause Indicators |
V |
3-? |
| Redirection Information |
O |
3-4 |
| Redirection Number |
O |
5-12 |
| User to User Indicators |
O |
3 |
| User to User Information |
O |
3-131 |
| Access Transport |
O |
3-? |
| Access Delivery Information |
O |
3 |
| Parameter Compatibility
Information |
O |
4-? |
| Network Specific Facility |
O |
4-? |
| signalingPoint Code |
O |
4 |
| Automatic Congestion Level |
O |
4 |
| Redirection Number Restriction |
O |
3 |
| End of Optional Parameters |
O |
1 |
- Author:
- Bartosz Baranowski
MESSAGE_CODE
static final int MESSAGE_CODE
- Release Message, Q.763 reference table 33
ReleaseMessage
- See Also:
- Constant Field Values
getCauseIndicators
CauseIndicators getCauseIndicators()
setCauseIndicators
void setCauseIndicators(CauseIndicators v)
getRedirectionInformation
RedirectionInformation getRedirectionInformation()
setRedirectionInformation
void setRedirectionInformation(RedirectionInformation v)
getRedirectionNumber
RedirectionNumber getRedirectionNumber()
setRedirectionNumber
void setRedirectionNumber(RedirectionNumber v)
getAccessTransport
AccessTransport getAccessTransport()
setAccessTransport
void setAccessTransport(AccessTransport v)
getSignalingPointCode
SignalingPointCode getSignalingPointCode()
setSignalingPointCode
void setSignalingPointCode(SignalingPointCode v)
getU2UInformation
UserToUserInformation getU2UInformation()
setU2UInformation
void setU2UInformation(UserToUserInformation v)
getAutomaticCongestionLevel
AutomaticCongestionLevel getAutomaticCongestionLevel()
setAutomaticCongestionLevel
void setAutomaticCongestionLevel(AutomaticCongestionLevel v)
getNetworkSpecificFacility
NetworkSpecificFacility getNetworkSpecificFacility()
setNetworkSpecificFacility
void setNetworkSpecificFacility(NetworkSpecificFacility v)
getAccessDeliveryInformation
AccessDeliveryInformation getAccessDeliveryInformation()
setAccessDeliveryInformation
void setAccessDeliveryInformation(AccessDeliveryInformation v)
getParameterCompatibilityInformation
ParameterCompatibilityInformation getParameterCompatibilityInformation()
setParameterCompatibilityInformation
void setParameterCompatibilityInformation(ParameterCompatibilityInformation v)
getU2UIndicators
UserToUserIndicators getU2UIndicators()
setU2UIndicators
void setU2UIndicators(UserToUserIndicators v)
getDisplayInformation
DisplayInformation getDisplayInformation()
setDisplayInformation
void setDisplayInformation(DisplayInformation v)
getRemoteOperations
RemoteOperations getRemoteOperations()
setRemoteOperations
void setRemoteOperations(RemoteOperations v)
getHTRInformation
HTRInformation getHTRInformation()
setHTRInformation
void setHTRInformation(HTRInformation v)
getRedirectCounter
RedirectCounter getRedirectCounter()
setRedirectCounter
void setRedirectCounter(RedirectCounter v)
getRedirectBackwardInformation
RedirectBackwardInformation getRedirectBackwardInformation()
setRedirectBackwardInformation
void setRedirectBackwardInformation(RedirectBackwardInformation v)
Copyright © 2010. All Rights Reserved.