User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 99
Dialogic Corporation
switch(sr_getevttype(ehandle))
{
case TDX_CST:
datap = (DX_CST *) sr_getevtdatap(ehandle);
if (datap->cst_event == DE_TONEON)
{
tonep = (TN_INFO*)(datap+1); // tone structure starts at end of CST structure
tsp = (TN_TIMESTAMP*)(tonep+1); // time stamp structure starts at end of
TN_INFO structure.
timestamp = tsp->tn_TimeStamp; // get the time stamp
}
break;
.
.
1.32.4 Documentation
The online bookshelf provided with Dialogic
®
System Release 6.0 PCI for Windows
®
contains information about all system release features including features for application
development, configuration, administration, and diagnostics.
For more information about the Dialogic
®
Standard Runtime Library and Voice APIs, see
the following documents:
Dialogic
®
Standard Runtime Library API Library Reference
Dialogic
®
Standard Runtime Library API Programming Guide
Dialogic
®
Voice API Library Reference
Dialogic
®
Voice API Programming Guide
Note: The online bookshelf has not been updated for this feature, so the manuals above do not
contain information relating to this feature.
1.33 New Fax Parameter for Modem Receive Level
With the Service Update, a new fax parameter, FC_MDM_RX_LVL, has been added to
allow setting of the fax modem receiver sensitivity from -43 dBm to -47 dBm. This
parameter is supported on Dialogic
®
Springware Fax Boards only.
The FC_MDM_RX_LVL parameter is set with the fx_setparm( ) function and can be
retrieved with the fx_getparm( ) function. Valid settings are:
0 = -43 dBm
1 = -44 dBm
2 = -45 dBm
3 = -46 dBm (default)
4 = -47 dBm
For example: