提交 639afde2 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3571 --resolve

上级 6724d7af
...@@ -4425,10 +4425,12 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, const char *r_s ...@@ -4425,10 +4425,12 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, const char *r_s
pass = switch_true(var); pass = switch_true(var);
} }
/* can't remember if this is necessary but its causing a bug so i'll leave this comment here to remind me
if (sofia_test_flag(tech_pvt, TFLAG_T38_PASSTHRU)) { if (sofia_test_flag(tech_pvt, TFLAG_T38_PASSTHRU)) {
pass = 0; pass = 0;
} }
*/
if (switch_channel_test_flag(tech_pvt->channel, CF_PROXY_MODE) || if (switch_channel_test_flag(tech_pvt->channel, CF_PROXY_MODE) ||
switch_channel_test_flag(tech_pvt->channel, CF_PROXY_MEDIA) || !switch_rtp_ready(tech_pvt->rtp_session)) { switch_channel_test_flag(tech_pvt->channel, CF_PROXY_MEDIA) || !switch_rtp_ready(tech_pvt->rtp_session)) {
pass = 0; pass = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论