FreeCalypso > hg > themwi-system-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
200:834656633fa0 | 201:d3c99b41fb04 |
---|---|
71 rtp_remote_addr.sin_family = AF_INET; | 71 rtp_remote_addr.sin_family = AF_INET; |
72 rtp_remote_addr.sin_addr = sdp_parse.ip_addr; | 72 rtp_remote_addr.sin_addr = sdp_parse.ip_addr; |
73 rtp_remote_addr.sin_port = htons(sdp_parse.audio_port); | 73 rtp_remote_addr.sin_port = htons(sdp_parse.audio_port); |
74 rtp_out_enable = 1; | 74 rtp_out_enable = 1; |
75 assign_rtpout_ssrc(); | 75 assign_rtpout_ssrc(); |
76 prepare_tfo_fill(); | |
76 } | 77 } |