You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > DeviceServerEx
Type
SwitchKit API message
Purpose
Use the SK_DeviceServerEx message to configure the H.323 IP Signaling Series 3 card.
Description
This message is used by the CSA to configure the H.323 IP Signaling Series 3 card. Its configuration syntax corresponds to the message fields of the XL_DeviceServerConfigure and XL_IPCallServerConfigure messages.
Sent by
Host, via CSA configuration or SwitchManager configuration file.
Arguments
The following table shows the arguments you can change:
Arguments |
Description |
---|---|
ObjectType |
0x0020 |
ID |
Device Server ID |
CallServerID |
The LNI of the Matrix Controller |
Slot |
Slot for the Device Server |
ConfigTag |
ignored by SMgr |
CompatFlat |
any number |
PollInterval |
see the ServerConfig message |
AllowedMissedPolls |
see the ServerConfig message |
Device Server IP Port |
|
PrimaryCSPort |
Port for Matrix Controller to listen on |
SecondaryCSPort |
Port for Matrix Controller to listen on |
IpAddress |
IP at Device Server |
PrimaryCSIpAddress |
IP at Matrix Controller |
SecondaryCSIpAddress |
IP at Matrix Controller |
DeviceType |
0x01 |
Platform |
see the DeviceServerConfig message |
IPDCUsage |
see the DeviceServerConfig message |
DSInterfaceSupport |
see the DeviceServerConfig message |
Configuration
DeviceServerEx (
ObjectType = integer,
Id = integer,
CallServerId = integer,
Slot = integer,
ConfigTag = integer,
CompatFlag = integer,
PollInterval = integer,
AllowedMissedPolls = integer,
Port = integer,
PrimaryCSPort = integer,
SecondaryCSPort = integer,
IpAddress = string,
PrimaryCSIpAddress = string,
SecondaryCSIpAddress = string,
DeviceType = integer,
Platform = integer,
IDDCUsage = integer,
DSInterfaceSupport = BYTE ARRAY);