Creates a Message Translation Table Entry given a specific Table Entry ID in a given Message Translation Table.
https://134.56.227.163/rest/messagetranstable/{identifier}/messagetransentry/{identifier}
PUT
true
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|---|---|---|---|---|---|
ConfigIEState | No | Yes | Enum | 1 | Possible values:
| Specifies the Administrative State of the resource. |
Description | No | No | string | none | 64 - Max Length | Short description of the translation. |
InMsgType | Yes | Yes | Enum | 0 | Possible values:
|
Specifies the incoming message type to be matched and translated.
|
InIEType | Yes | Yes | Enum | 0 | Possible values:
|
Specifies the Information Element (IE) type to be matched and translated.
|
InPIPresent | Yes | Yes | Enum | 1 | Possible values:
|
Specifies if the Progress Indicator (PI) is present in the message.
|
InPISelection | Yes | Yes | Enum | 1 | Possible values:
|
Specified if messages are filtered by Progress Indicator (PI) values.
|
InPiValue | Yes | Yes | int | 2 | Possible values:
|
Bitmask of one or more progress indicator values in the incoming message to match:
|
EarlyMediaStatus | Yes | Yes | Enum | 0 | Possible values:
|
Specifies how to handle early media status.
|
OutMsgType | Yes | Yes | Enum | 0 | Possible values:
| Specifies the type of the outgoing translated message. |
OutIEType | Yes | Yes | Enum | 4 | Possible values:
|
Outgoing translated Information Element (IE). The outgoing IE type is the same as the incoming IE Type.
|
SendMessage | Yes | Yes | Enum | 0 | Possible values:
|
Specifies when an outgoing message is sent.
|
MediaCutthroughType | Yes | Yes | Enum | 0 | Possible values:
| Specifies the use of cut through media. |
Put code example here
Put Code response here