You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/lib/dtmf_rx_fillin-02.h

14 lines
296 B

#include <sys/types.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
#include <spandsp/telephony.h>
#include <spandsp/super_tone_rx.h>
#include <spandsp/logging.h>
#include <spandsp/dtmf.h>
#include "compat.h"
INLINE void dtmf_rx_fillin(dtmf_rx_state_t *dsp, int n) {
// stub
}