diff mgw/main.c @ 126:815e4c59162e

mgw DTMF: tone definitions and sample array generation
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 Oct 2022 17:09:51 -0800
parents f280328e7e2e
children f062c32a5116
line wrap: on
line diff
--- a/mgw/main.c	Sat Oct 01 16:07:59 2022 -0800
+++ b/mgw/main.c	Sat Oct 01 17:09:51 2022 -0800
@@ -38,6 +38,7 @@
 
 	openlog("themwi-mgw", 0, LOG_LOCAL5);
 	read_config_file();
+	dtmf_init_sample_arrays();
 	if (create_ctrl_socket() < 0) {
 		fprintf(stderr, "error creating TMGW control socket\n");
 		exit(1);