diff sip-manual-out/rtp_tx.c @ 212:b3aeacc5722a

sip-manual-out: add pcm-fill command
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2023 15:45:52 -0800
parents fbfa72b114e8
children
line wrap: on
line diff
--- a/sip-manual-out/rtp_tx.c	Sun May 21 15:33:00 2023 -0800
+++ b/sip-manual-out/rtp_tx.c	Sun May 21 15:45:52 2023 -0800
@@ -104,6 +104,13 @@
 }
 
 void
+set_pcm_fill_octet(oct)
+	unsigned oct;
+{
+	pcm_fill_octet = oct;
+}
+
+void
 send_tfo_req(sig, codec)
 	unsigned sig, codec;
 {