This structure contains Voice Burst DTMF Information
- Parameters
-
pCallID |
- Call ID associated with call on which the DTMF information has to be sent.
A burst DTMF request is sent to the current active/alerting call when pCallId is set to 0xFF.
- This is IN/OUT parameter, value passed by user will be packed in request and value received from the device would be returned to the user.
- If the call ID value received is 0, no value has been returned by the device
- NULL pointer - Invalid data.
|
digitCnt |
- Length of DTMF digit buffer which follows
|
pDigitBuff[MAX_VOICE_DESCRIPTION_LENGTH] |
- DTMF digit buffer in ASCII, NULL terminated
|