]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9265 #resolve [INCOMPATIBLE_DESTINATION when there is no rtcp]
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Jun 2016 20:29:27 +0000 (15:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 14 Jun 2016 20:29:27 +0000 (15:29 -0500)
src/switch_core_media.c

index 5df93d519ba2d0ff25bd1553a55763079cae4937..9bed078a58c5fc9a578a7d776059d9a673161394 100644 (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));