comparison mgw/readconf.c @ 127:f062c32a5116

mgw: implement DTMF
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 20:31:15 -0800
parents f280328e7e2e
children
comparison
equal deleted inserted replaced
126:815e4c59162e 127:f062c32a5116
4 * of our two sides, GSM and PSTN. 4 * of our two sides, GSM and PSTN.
5 */ 5 */
6 6
7 #include <sys/types.h> 7 #include <sys/types.h>
8 #include <sys/socket.h> 8 #include <sys/socket.h>
9 #include <sys/time.h>
9 #include <netinet/in.h> 10 #include <netinet/in.h>
10 #include <arpa/inet.h> 11 #include <arpa/inet.h>
11 #include <ctype.h> 12 #include <ctype.h>
12 #include <stdio.h> 13 #include <stdio.h>
13 #include <stdint.h> 14 #include <stdint.h>