提交 85af1770 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5682 --resolve missed a spot on the stable port

上级 2535ae85
...@@ -2680,7 +2680,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session) ...@@ -2680,7 +2680,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
tech_pvt->nh->nh_has_invite = 1; tech_pvt->nh->nh_has_invite = 1;
} }
if ((mp = sofia_glue_get_multipart(session, SOFIA_MULTIPART_PREFIX, tech_pvt->local_sdp_str, &mp_type))) { if ((mp = sofia_glue_get_multipart(session, "sip_multipart", tech_pvt->local_sdp_str, &mp_type))) {
sofia_clear_flag(tech_pvt, TFLAG_ENABLE_SOA); sofia_clear_flag(tech_pvt, TFLAG_ENABLE_SOA);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论