User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 373
Dialogic Corporation
See Also
None.
In Appendix B - Message Blocks, the following Command Message Blocks were
omitted:
DTCAS_CLEAR_ALL_TEMPLATE
This command clears all templates for a particular channel. The devh handle must be a valid DTI
channel device handle. The reply message code,
DTCAS_CLEAR_ALL_TEMPLATE_COMPLETE, is received in response to this command.
The typedef for the DTCAS_CLEAR_ALL_TEMPLATE structure is as follows:
typedef struct t_clear_all_template_msg
{
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
} DTCAS_CLEAR_ALL_TEMPLATE_MSG;
DTCAS_GET_TEMPLATE
This command gets the template for a particular channel. The devh handle must be a valid DTI
channel device handle. The reply message code, DTCAS_GET_TEMPLATE_COMPLETE, is
received in response to this command.
The typedef for the DTCAS_GET_TEMPLATE structure is as follows:
typedef struct t_get_template_msg
{
unsigned char msg_code;
unsigned char rfu;
unsigned short template_id;
} DTCAS_GET_TEMPLATE_MSG;
Parameter Description
msg_code identifies the message type and must be set to DTCAS_CLEAR_ALL_TEMPLATE
rfu reserved; must be set to 0 for future compatibility
template_id specifies the template identifier
Parameter Description
msg_code identifies the message type and must be set to DTCAS_GET_TEMPLATE
rfu reserved; must be set to 0 for future compatibility
template_id specifies the template identifier