Connect
Overview
The Connect operation represents the receipt of an INAP Connect. The test instance will abort if any other inbound message is received.
This message is received by the IN Tester when it is simulating the role of a Service Switching Platform (SSP).
- Direction: INBOUND
- From: SCP (Application Under Test)
- To: SSP (IN Tester)
Attributes
The operation attributes are as follows.
| Attribute | Type | Description |
|---|---|---|
type
|
String |
inap.ssp_from_scp.Connect
|
label
|
String |
An optional label for this node if it is to be the target of a branch operation.
|
arguments
|
Object | [Required] The structure of the INAP ConnectArg we expect to receive. Expressions may be supplied within this structure. |
Example
This is an example entry within the operations array:
{
"type": "inap.scp_to_ssp.Connect",
"arguments": {
"destinationRoutingAddress_digits": "141430881045055",
"destinationRoutingAddress_noa": "2"
}
}
Arguments
The following inbound arguments are supported. Unless specifically indicated otherwise,
the actual received inbound arguments will be checked for each supplied “expected” value,
and Pass/Fail entries will be generated in the test instance check_log.
To check that an inbound value is NOT present, specify the argument as null.
| Argument | Type | Notes |
|---|---|---|
destinationRoutingAddress
|
Array of Binary Data |
Specify the expected array of binary DRA elements. |
destinationRoutingAddress_digitsdestinationRoutingAddress_noadestinationRoutingAddress_inndestinationRoutingAddress_npi
|
Digit String Integer Integer Integer |
Alternatively these parameters allow you to expect a single expected DRA by giving the expected value of the individual components of the first entry in the list. |
alertingPattern
|
Binary String | Specify the expected binary value. |
correlationID
|
Binary String | Specify the expected binary value. |
cutAndPaste
|
Integer | Specify the expected value. |
originalCalledPartyID
|
Binary String | Specify the expected binary value. |
originalCalledPartyID_digitsoriginalCalledPartyID_noaoriginalCalledPartyID_npioriginalCalledPartyID_pri
|
Digit String Integer Integer Integer |
Alternatively specify the expected value of the individual components. |
scfID
|
Binary String | Specify the expected binary value. |
serviceInteractionIndicators
|
Binary String | Specify the expected binary value. |
callingPartyNumber
|
Binary String | Specify the expected binary value. |
callingPartyNumber_digitscallingPartyNumber_noacallingPartyNumber_nicallingPartyNumber_npicallingPartyNumber_pricallingPartyNumber_si
|
Digit String Integer Integer Integer Integer Integer |
Alternatively specify the expected value of the individual components. |
callingPartysCategory
|
Binary String | Specify the expected binary value. |
redirectingPartyID
|
Binary String | Specify the expected binary value. |
redirectingPartyID_digitsredirectingPartyID_noaredirectingPartyID_npiredirectingPartyID_pri
|
Digit String Integer Integer Integer |
Alternatively specify the expected value of the individual components. |
redirectingInformation
|
Binary String | Specify the expected binary value. |