FS-9265 #resolve [INCOMPATIBLE_DESTINATION when there is no rtcp]

This commit is contained in:
Anthony Minessale 2016-06-14 15:29:27 -05:00
parent 8fe1a584c8
commit 5fea56286e
1 changed files with 1 additions and 1 deletions

View File

@ -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));