|
Digit Monitoring
Digit monitoring monitors the call for digits. TAPI allows digits to be signaled according to
two methods (digit modes):
- Pulse. Digits are signaled as pulse or rotary sequences. For detection, these
pulses manifest themselves as nothing more than sequences of audible clicks. Valid
pulse digits are '0' through '9'.
- DTMF. Digits are signaled as DTMF (Dual Tone Multiple Frequency) tones. Valid DTMF
digits are '0' through '9', 'A'. 'B', 'C', 'D', '*', and '#'. Both the
beginning and the down edge of DTMF digits can be monitored.
An application can enable or disable digit monitoring on a specified call with lineMonitorDigits. When digit monitoring is enabled, detected digits cause the application to
be notified with the LINE_MONITORDIGITS message. This message provides the call handle on which the digit was
detected as well as the digit value and the digit mode. The scope of digit monitoring
is bound by the lifetime of the call. Digit monitoring on a call ends as soon
as the call disconnects or goes idle.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Unix Manual Pages
|