mirror of https://github.com/sipwise/rtpengine.git
closes #787 Change-Id: I26ec7ebef74dad03192019b788e7c7ae17715783changes/27/30427/6
parent
7803930d21
commit
f960799cdd
@ -0,0 +1,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <spandsp/telephony.h>
|
||||
#include <spandsp/super_tone_rx.h>
|
||||
#include <spandsp/logging.h>
|
||||
#include <spandsp/dtmf.h>
|
@ -0,0 +1,12 @@
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.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
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
#include "dtmf_rx_fillin.h"
|
||||
int main(void) {
|
||||
dtmf_rx_state_t *dsp = NULL;
|
||||
dtmf_rx_fillin(dsp, 0);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in new issue