]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[core] Add SEND_RTCP_MESSAGE
authorNoah Mehl <noahmehl@tinyhomeconsultingllc.com>
Thu, 18 Jun 2020 13:53:49 +0000 (09:53 -0400)
committerDragos Oancea <dragos@signalwire.com>
Fri, 1 Oct 2021 13:46:34 +0000 (13:46 +0000)
commitd24280c700fc8201211e27693741a2d4cf7f417d
treefe46fb0f092d6697c5eededc9afa2ff8d9480eea
parent0924fed31da410760b50b4c3ddc08bded889e50c
[core] Add SEND_RTCP_MESSAGE

We utilize: https://github.com/sipcapture/hepipe.js to monitor RTCP for our calls. As such, it's super helpful to get the sent RTCP data along with the received RTCP data. The new: SEND_RTCP_MESSAGE basically mirrors the existing RECV_RTCP_MESSAGE.
libs/esl/src/esl_event.c
libs/esl/src/include/esl_event.h
src/include/switch_types.h
src/switch_core_media.c
src/switch_event.c
src/switch_rtp.c