comparison mgw/ctrl_sock.c @ 127:f062c32a5116

mgw: implement DTMF
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 20:31:15 -0800
parents f280328e7e2e
children cfc249906145
comparison
equal deleted inserted replaced
126:815e4c59162e 127:f062c32a5116
2 * In this module we implement the logic of listening on the 2 * In this module we implement the logic of listening on the
3 * TMGW control socket and accepting control connections. 3 * TMGW control socket and accepting control connections.
4 */ 4 */
5 5
6 #include <sys/types.h> 6 #include <sys/types.h>
7 #include <sys/stat.h> 7 #include <sys/time.h>
8 #include <sys/socket.h> 8 #include <sys/socket.h>
9 #include <sys/un.h> 9 #include <sys/un.h>
10 #include <netinet/in.h> 10 #include <netinet/in.h>
11 #include <stdio.h> 11 #include <stdio.h>
12 #include <stdint.h> 12 #include <stdint.h>