org.mobicents.protocols.ss7.isup.message
Interface ConnectMessage

All Superinterfaces:
ISUPComponent, ISUPMessage, java.io.Serializable

public interface ConnectMessage
extends ISUPMessage

Start time:09:54:07 2009-07-23
Project: mobicents-isup-stack

Connect Message (CON)

CON is sent in the backward direction indicating that all the address signals required for routeing the call to the called party have been received and that the call has been answered.

Parameter Type Length (octet)
Message type F 1
Backward Call Indicators O 2
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 3
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 ?
Service Activation O 3-?
Redirection Number Restriction O 3
End of Optional Parameters O 1

Author:
Bartosz Baranowski

Field Summary
static int MESSAGE_CODE
          Connect Message, Q.763 reference table 27
ConnectMessage
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.ISUPMessage
addParameter, 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
Connect Message, Q.763 reference table 27
ConnectMessage

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.