DTCAS_CREATE_TRANSITION_COMPLETE
This reply message is sent in response to a DTCAS_CREATE_TRANSITION command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_CREATE_TRANSITION_COMPLETE |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails |
| |
| |
| |
| |
| |
|
DTCAS_CREATE_PULSE_COMPLETEThis reply message is sent in response to a DTCAS_CREATE_PULSE command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_CREATE_PULSE_COMPLETE. |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier. |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails: |
| |
| |
| |
| |
| |
| |
| |
| |
|
DTCAS_CREATE_TRAIN_COMPLETEThis reply message is sent in response to a DTCAS_CREATE_TRAIN command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_CREATE_TRAIN_COMPLETE |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails |
| |
| |
| |
| |
| |
| |
| |
| |
|
DTCAS_DELETE_TEMPLATE_COMPLETEThis reply message is sent in response to a DTCAS_DELETE_TEMPLATE command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_DELETE_TEMPLATE_COMPLETE |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails: |
|
DTCAS_ENABLE_TEMPLATE_COMPLETEThis reply message is sent in response to a DTCAS_ENABLE_TEMPLATE command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_ENABLE_TEMPLATE_COMPLETE. |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier. |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails |
| |
|
DTCAS_DISABLE_TEMPLATE_COMPLETEThis reply message is sent in response to a DTCAS_DISABLE_TEMPLATE command. The result code within the reply message block indicates the success or failure of the command. The buffer referenced by the replymsgp argument will contain a valid DTCAS_REPLY_MSG message block if dt_castmgmt( ) completes successfully. The typedef for the DTCAS_REPLY_MSG structure is as follows:
typedef struct t_create_reply_msg {
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
unsigned short result;
} DTCAS_REPLY_MSG;
Parameter |
Description |
msg_code |
identifies the message type and must be set to DTCAS_DISABLE_TEMPLATE_COMPLETE |
rfu |
is reserved and must be set to zero for future compatibility |
template_id |
specifies the template identifier |
result |
indicates the success or failure of the command. This field set to 0 on success, or one of the following error values if the command fails |
|
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation