Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_RINGBACKValue: 0x2 The tone is a ringback tone. Exact definition is service-provider defined. |
TTM_BUSYValue: 0x4 The tone is a busy tone. Exact definition is service-provider defined. |
TTM_BEEPValue: 0x8 The tone is a beep, such as that used to announce the beginning of a recording. Exact definition is service-provider defined. |
TTM_BILLINGValue: 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 |