Skip to content

Commit f364a41

Browse files
anthmFSmjerris
authored andcommitted
FS-7509: don't need this change revert it
1 parent 3e24ac5 commit f364a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/endpoints/mod_verto/mod_verto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ static void verto_set_media_options(verto_pvt_t *tech_pvt, verto_profile_t *prof
22632263
tech_pvt->mparams->inbound_codec_string = switch_core_session_strdup(tech_pvt->session, profile->inbound_codec_string);
22642264
tech_pvt->mparams->outbound_codec_string = switch_core_session_strdup(tech_pvt->session, profile->outbound_codec_string);
22652265

2266-
//tech_pvt->mparams->jb_msec = "-1";
2266+
tech_pvt->mparams->jb_msec = "-1";
22672267
switch_media_handle_set_media_flag(tech_pvt->smh, SCMF_SUPPRESS_CNG);
22682268

22692269
switch_media_handle_set_media_flag(tech_pvt->smh, SCMF_RENEG_ON_REINVITE);

0 commit comments

Comments
 (0)