diff mtctest/main.c @ 36:e8e82a4bf12b

themwi-test-mtc: implement dummy RTP via themwi-mgw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 10 Jul 2022 00:24:19 -0800
parents cc0e1c6e33c3
children a065b4a62a8a
line wrap: on
line diff
--- a/mtctest/main.c	Sat Jul 09 23:29:54 2022 -0800
+++ b/mtctest/main.c	Sun Jul 10 00:24:19 2022 -0800
@@ -40,6 +40,7 @@
 		goto usage;
 	openlog("themwi-test-mtc", 0, LOG_LOCAL5);
 	init_setup_msg(from, argv[optind]);
+	obtain_dummy_rtp();
 	connect_mtc_socket();
 	send_setup_msg();
 	/* main select loop */