OPAL
Version 3.18.8
|
#include <opal.h>
Data Fields | |
const char * | m_callToken |
Call token for the call the User Input was received on. More... | |
const char * | m_userInput |
User input string, e.g. "#". More... | |
unsigned | m_duration |
User input information for the OpalIndUserInput/OpalCmdUserInput indication.
This is may be returned from the OpalGetMessage() function or provided to the OpalSendMessage() function.
const char* OpalParamUserInput::m_callToken |
Call token for the call the User Input was received on.
unsigned OpalParamUserInput::m_duration |
Duration in milliseconds for tone. For DTMF style user input the time the tone was detected may be placed in this field. Generally zero is passed which means the m_userInput is a single "string" input. If non-zero then m_userInput must be a single character.
const char* OpalParamUserInput::m_userInput |
User input string, e.g. "#".