7.7. IP_DTMF_DIGITS
The IP_DTMF_DIGITS data structure is used to provide DTMF information when the digits are received in a User Input Indication (UII) message with Alphanumeric data. The data structure definition is as follows:
typedef struct { char digit_buf[IP_MAX_DTMF_DIGITS]; unsigned int num_digits; } IP_DTMF_DIGITS;Table 44 describes the meaning of each field in the IP_DTMF_DIGITS data structure.
digit_buf The DTMF digit string buffer; 32 characters in size. num_digits The number of DTMF digits in the string buffer.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation