Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEL-6005: Initial implementation of RTCP-XR #295

Open
wants to merge 5 commits into
base: telnyx/telephony/development
Choose a base branch
from

Conversation

damirn
Copy link

@damirn damirn commented Jun 24, 2024

No description provided.

@@ -12243,8 +12246,10 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
if (a_engine->rtcp_mux > 0) {
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtcp-mux\r\n");
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtcp:%d IN %s %s\r\n", port, family, ip);
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics\r\n");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For now, we shouldn't offer/answer this by default. Please enable/disable this in two variables:

  • Sofia Profiles
  • Channel variables. (This variable should take precedence over sofia profiles)

If no configuration is set, its disable by default. Later when we decide to enable it by default then will just set it in sofia profiles via ansible

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, that was my initial idea, but I wanted to get this working ASAP, so it slipped my mind; will implement it.

src/switch_core_media.c Show resolved Hide resolved
@damirn damirn requested a review from dev-ryanc June 25, 2024 15:55
src/switch_core_media.c Outdated Show resolved Hide resolved
src/switch_core_media.c Outdated Show resolved Hide resolved
@damirn damirn requested a review from dev-ryanc June 26, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants