(Page 48 of 80 in this chapter)
typedef struct
{
DWORD size; /* size of this structure */
INT32 ampl1; /* level of first tone (dBm) */
INT32 ampl2; /* level of second tone (dBm) */
DWORD ontime; /* on duration of DTMF tone (ms) */
DWORD offtime; /* off duration of DTMF tone (ms) */
DWORD shortpause; /* duration of ',' (ms) */
DWORD longpause; /* duration of '.' (ms) */
} ADI_DTMF_PARMS;
|
Character
|
Description
|
|---|---|
|
.
|
(period) Insert long pause in dialing.
|
|
,
|
(comma) Insert short pause in dialing.
|
|
T
|
Switch to DTMF dialing (default).
|
|
M
|
Switch to MF dialing.
|
M". See page 151 for a detailed table of MF tones.
(Page 48 of 80 in this chapter)