CONFERENCE_CALL_CONF
The CONFERENCE_CALL_CONF message, defined in the following tables, confirms successful completion of the Conference Call request.
Fixed part Field name |
Value |
Data type |
Byte size |
---|---|---|---|
InvokeID |
Set to the same value as the InvokeID from the corresponding request message. |
UINT |
4 |
NewCallID |
The Call ID value assigned to the resulting conference call by Unified CCX. |
UINT |
4 |
NewConnectionDeviceType |
The connection type of the device supplied in the NewConnectionDeviceID floating field. See ConnectionDeviceType Values. |
USHORT |
2 |
NumParties |
The number of active connections associated with this conference call, up to a maximum of 16. This value also indicates the number of ConnectedPartyCallID, ConnectedPartyDeviceType and ConnectedPartyDeviceID floating fields present in the floating part of the message. |
USHORT |
2 |
reserved |
This value is set to 0xffff. |
USHORT |
2 |
reserved |
This value is set to 3. |
USHORT |
2 |
Floating part Field name |
Value |
Data type |
Maximum size |
---|---|---|---|
NewConnectionDeviceID[47] (required) |
The ID of the connection between the call and the device. |
STRING |
64 |
ConnectedPartyCallID[39] (optional) |
The Call ID value assigned to one of the conference call parties. There can be more than one ConnectedPartyCallID field in the message (see NumParties, above). |
UINT |
4 |
ConnectedPartyDeviceType[40] (optional) |
The device ID type of the device supplied in the following ConnectedPartyDeviceID floating field. There can be more than one ConnectedPartyDeviceType field in the message (see NumParties, above). |
USHORT |
2 |
ConnectedPartyDeviceID[41] (optional) |
The device ID of one of the conference call parties. There can be more than one ConnectedPartyDeviceID field in the message (see NumParties, above). |
STRING |
64 |