TAPI_TONEMODE enumeration (tapi3if.h)
The TAPI_TONEMODE enum is used to describe the different selections that are used when generating line tones.
Syntax
typedef enum TAPI_TONEMODE {
TTM_RINGBACK = 0x2,
TTM_BUSY = 0x4,
TTM_BEEP = 0x8,
TTM_BILLING = 0x10
} ;
Constants
TTM_RINGBACK Value: 0x2 The tone is a ringback tone. Exact definition is service-provider defined. |
TTM_BUSY Value: 0x4 The tone is a busy tone. Exact definition is service-provider defined. |
TTM_BEEP Value: 0x8 The tone is a beep, such as that used to announce the beginning of a recording. Exact definition is service-provider defined. |
TTM_BILLING Value: 0x10 The tone is a billing information tone, such as a credit card prompt tone. Exact definition is service-provider defined. |
Requirements
Requirement | Value |
---|---|
Header | tapi3if.h |