FS-9265 #resolve [INCOMPATIBLE_DESTINATION when there is no rtcp]
This commit is contained in:
parent
8fe1a584c8
commit
5fea56286e
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue