FS-5406 --resolve

This commit is contained in:
Anthony Minessale 2013-05-12 08:06:31 -05:00
parent d466316ace
commit fd86c038c9

View File

@ -1934,6 +1934,7 @@ static void check_ice(switch_media_handle_t *smh, switch_media_type_t type, sdp_
got_rtcp_mux++;
#endif
} else if (!strcasecmp(attr->a_name, "candidate")) {
switch_channel_set_flag(smh->session->channel, CF_ICE);
if (!engine->cand_acl_count) {
engine->cand_acl[engine->cand_acl_count++] = "wan.auto";