diff sip-manual-out/sdp_in.c @ 201:d3c99b41fb04

sip-manual-out TFO: rework for continuous output of TFO_REQ
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Apr 2023 18:01:34 -0800
parents f8a33603288f
children fbfa72b114e8
line wrap: on
line diff
--- a/sip-manual-out/sdp_in.c	Sun Apr 02 17:44:23 2023 -0800
+++ b/sip-manual-out/sdp_in.c	Sun Apr 02 18:01:34 2023 -0800
@@ -73,4 +73,5 @@
 	rtp_remote_addr.sin_port = htons(sdp_parse.audio_port);
 	rtp_out_enable = 1;
 	assign_rtpout_ssrc();
+	prepare_tfo_fill();
 }