From: Anthony Minessale Date: Tue, 14 Jun 2016 20:29:27 +0000 (-0500) Subject: FS-9265 #resolve [INCOMPATIBLE_DESTINATION when there is no rtcp] X-Git-Tag: v1.6.10~1^2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fea56286efbbc0498d03c7040aa276bd60a2599;p=thirdparty%2Ffreeswitch.git FS-9265 #resolve [INCOMPATIBLE_DESTINATION when there is no rtcp] --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 5df93d519b..9bed078a58 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -3576,7 +3576,7 @@ static switch_status_t check_ice(switch_media_handle_t *smh, switch_media_type_t done_choosing: - if (!engine->ice_in.is_chosen[0] || !engine->ice_in.is_chosen[1]) { + if (!engine->ice_in.is_chosen[0]) { /* PUNT */ switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(smh->session), SWITCH_LOG_DEBUG, "%s no suitable candidates found.\n", switch_channel_get_name(smh->session->channel));