Resource Attribute Configure 0x00E3

SwitchKit Name

ResourceAttributeConfig

Type

EXS API and SwitchKit API message

Description

Resource Attribute Configure 0x00E3

Use this message to configure attributes on a VDAC-ONE card, IP Network Interface Series 2 card, or a VoIP module.

For VDAC-ONE cards, if a span/channel is active, this message waits until the call ends before updating the configuration.

For IP Network Interface Series 2 cards, you can change the payload size and type during the call.

Sent By

Host

SwitchKit Code

Configuration

ResourceAttributeConfig (

Node = integer,

Slot = integer,

DataType = integer,

TLVCount = integer,

Data = byte array);

C Structure

typedef struct {

UBYTE Slot;

UBYTE DataType;

UBYTE TLVCount;

UBYTE Data[221];

} XL_ResourceAttributeConfig;

C++ Class

class XLC_ResourceAttributeConfig : public XLC_OutboundMessage {

public:

UBYTE getSlot() const;

void setSlot(UBYTE x);

UBYTE getDataType() const;

void setDataType(UBYTE x);

UBYTE getTLVCount() const;

void setTLVCount(UBYTE x);

const UBYTE *getData() const;

UBYTE *getData();

void setData(UBYTE *x);

};

EXS API Hex Format

MESSAGE (White)

RESPONSE (Gray)

Byte

Field Description

Byte

Field Description

0

Frame (0XFE)

0

Frame (0XFE)

1, 2

Length (0xNNNN)

1, 2

Length (0xNNNN)

3, 4

Message Type (0x00E3)

3, 4

Message Type (0x00E3)

5

Reserved

5

Reserved

6

Sequence Number

6

Sequence Number

7

Logical Node ID

7

Logical Node ID

8

:

AIB

Address Method

0x00 - Individual AEs

8, 9

Status MSB, LSB

Number of AEs to follow

10

Checksum

AEs

0x01 Slot

:

Data Type

0x00 - TLVs

:

Number of TLV blocks to follow

:

Data (TLVs)

0x0009 Address Element TLV (Required if TLV 0x01E2 below is included in message.)

0x0100 RTP Payload Type (VDAC-ONE)

0x0100 RTP Payload Type (IPN Series 3)

0x0100 RTP Payload Type (IPN Series 2)

0x0101 RTP Payload Size (IPN Series 2)

0x0102 RTP Silence Suppression

0x0103 RTP Echo Cancellation

0x01C2 Minimum Jitter Buffer Delay

0x01C3 Maximum Jitter Buffer Delay (IPN-2 Card)

0x01C4 Adaptation Rate

0x01C5 Fax Type Enable

0x01C7 Fax/Modem Bypass Coder Type

0x01C8 Protocol Type

0x01D0 Gateway Mode

0x01D1 RTP Payload Redundancy

0x01D2 Fax Payload Redundancy

0x01D4 Type of Service

0x01D7 Default Domain Name

0x01DB Connection Mode

0x01DF UDP Source Port Validate

0x01E1 Fax Compatibility Mode

0x01E2 RFC 2833 Enable

0x01E5 VoIP Resource Profile Assign

0x01E6 Source T.38 Port

0x01E7 Destination T.38 Port

0x01E8 Source RTCP Port

0x01E9 Destination RTCP Port

0x01EB RTP Timer Timeout (VDAC-ONE)
0x01EB Initial Media Inactivity Timeout (IP Network Interface Series 2 Card)

0x01EC Media Inactivity Detection Timer

0x01F1 RFC 2833 Dynamic Payload Type

0x2794 Destination IP Address

0x2795 Destination RTP Port

0x27B0 RTP Payload Type

:

Checksum