comparison mgw/dtmf_ctrl.c @ 205:0047c4c08d9e

mgw: accept the new TRAUlike RTP format in addition to standard, old BFI and zero-length payload formats
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Apr 2023 19:50:09 -0800
parents a6eb2de277f6
children
comparison
equal deleted inserted replaced
204:de7c64c4d6fd 205:0047c4c08d9e
14 #include <strings.h> 14 #include <strings.h>
15 #include <syslog.h> 15 #include <syslog.h>
16 #include "../include/tmgw_ctrl.h" 16 #include "../include/tmgw_ctrl.h"
17 #include "../include/tmgw_const.h" 17 #include "../include/tmgw_const.h"
18 #include "struct.h" 18 #include "struct.h"
19 #include "int_defs.h"
20 #include "dtmf_defs.h" 19 #include "dtmf_defs.h"
21 20
22 extern struct endpoint *find_ep_by_id(); 21 extern struct endpoint *find_ep_by_id();
23 22
24 extern struct dtmf_desc dtmf_table[]; 23 extern struct dtmf_desc dtmf_table[];