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

T.140 support in SIP plugin, and WebRTC gateway (again! see #1898) #3231

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed conflict and aligned with latest changes
  • Loading branch information
lminiero committed Feb 6, 2024
commit 0aa87843d6acbb60262c594e28b329005882c4be
1 change: 1 addition & 0 deletions src/plugins/janus_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ static void janus_sip_media_reset(janus_sip_session *session) {
session->media.pre_hold_video_dir = JANUS_SDP_DEFAULT;
session->media.video_orientation_extension_id = -1;
session->media.audio_level_extension_id = -1;
session->media.dtmf_pt = -1;
session->media.has_text = FALSE;
session->media.text_rtp_fd = -1;
session->media.local_text_rtp_port = 0;
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.