#include <AmDtmfDetector.h>
Inheritance diagram for AmDtmfDetector:

Public Member Functions | |
| AmDtmfDetector (AmSession *session) | |
| void | checkTimeout () |
| void | putDtmfAudio (const unsigned char *, int size, int user_ts) |
| void | setInbandDetector (Dtmf::InbandDetectorType t) |
Friends | |
| class | AmSipDtmfDetector |
| class | AmRtpDtmfDetector |
| class | AmInbandDtmfDetector |
This class collects DTMF info from three sources: RTP (RFC 2833), SIP INFO method (RFC 2976) and DTMF tones from audio stream. Received DTMF events are further reported to SEMS application via DialogState::onDtmf() call.
| AmDtmfDetector::AmDtmfDetector | ( | AmSession * | session | ) |
Constructor
| session | is the owner of this class instance |
1.5.1