Home
last modified time | relevance | path

Searched refs:DtmfSession (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/src/
H A Ddtmfsession.cpp39 DtmfSession::DtmfSession(const DtmfScenario* pScenario) : in DtmfSession() function in DtmfSession
45 DtmfSession::~DtmfSession() in ~DtmfSession()
49 bool DtmfSession::Start() in Start()
66 bool DtmfSession::OnSessionTerminate(mrcp_sig_status_code_e status) in OnSessionTerminate()
95 RecogChannel* DtmfSession::CreateRecogChannel() in CreateRecogChannel()
144 bool DtmfSession::OnChannelAdd(mrcp_channel_t* pMrcpChannel, mrcp_sig_status_code_e status) in OnChannelAdd()
168 bool DtmfSession::OnMessageReceive(mrcp_channel_t* pMrcpChannel, mrcp_message_t* pMrcpMessage) in OnMessageReceive()
223 bool DtmfSession::StartRecognition(mrcp_channel_t* pMrcpChannel) in StartRecognition()
236 mrcp_message_t* DtmfSession::CreateRecognizeRequest(mrcp_channel_t* pMrcpChannel) in CreateRecognizeRequest()
271 bool DtmfSession::ParseNLSMLResult(mrcp_message_t* pMrcpMessage) in ParseNLSMLResult()
H A Ddtmfscenario.cpp78 return new DtmfSession(this); in CreateSession()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/include/
H A Ddtmfsession.h32 class DtmfSession : public UmcSession
36 DtmfSession(const DtmfScenario* pScenario);
37 virtual ~DtmfSession();
65 inline const DtmfScenario* DtmfSession::GetScenario() const in GetScenario()