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

Field Summary
static int MESSAGE_CODE
          Release Message, Q.763 reference table 33
ReleaseMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 AccessDeliveryInformation getAccessDeliveryInformation()
           
 AccessTransport getAccessTransport()
           
 AutomaticCongestionLevel getAutomaticCongestionLevel()
           
 CauseIndicators getCauseIndicators()
           
 DisplayInformation getDisplayInformation()
           
 HTRInformation getHTRInformation()
           
 NetworkSpecificFacility getNetworkSpecificFacility()
           
 ParameterCompatibilityInformation getParameterCompatibilityInformation()
           
 RedirectBackwardInformation getRedirectBackwardInformation()
           
 RedirectCounter getRedirectCounter()
           
 RedirectionInformation getRedirectionInformation()
           
 RedirectionNumber getRedirectionNumber()
           
 RemoteOperations getRemoteOperations()
           
 SignalingPointCode getSignalingPointCode()
           
 UserToUserIndicators getU2UIndicators()
           
 UserToUserInformation getU2UInformation()
           
 void setAccessDeliveryInformation(AccessDeliveryInformation v)
           
 void setAccessTransport(AccessTransport v)
           
 void setAutomaticCongestionLevel(AutomaticCongestionLevel v)
           
 void setCauseIndicators(CauseIndicators v)
           
 void setDisplayInformation(DisplayInformation v)
           
 void setHTRInformation(HTRInformation v)
           
 void setNetworkSpecificFacility(NetworkSpecificFacility v)
           
 void setParameterCompatibilityInformation(ParameterCompatibilityInformation v)
           
 void setRedirectBackwardInformation(RedirectBackwardInformation v)
           
 void setRedirectCounter(RedirectCounter v)
           
 void setRedirectionInformation(RedirectionInformation v)
           
 void setRedirectionNumber(RedirectionNumber v)
           
 void setRemoteOperations(RemoteOperations v)
           
 void setSignalingPointCode(SignalingPointCode v)
           
 void setU2UIndicators(UserToUserIndicators v)
           
 void setU2UInformation(UserToUserInformation v)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.ISUPMessage
addParameter, generateTransactionKey, getCircuitIdentificationCode, getMessageType, getParameter, getTransaction, hasAllMandatoryParameters, removeParameter, setCircuitIdentificationCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

MESSAGE_CODE

static final int MESSAGE_CODE
Release Message, Q.763 reference table 33
ReleaseMessage

See Also:
Constant Field Values
Method Detail

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.