]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
#resolve [check_ice routine in switch_core_media.c chooses all candidates]
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Aug 2015 21:30:06 +0000 (16:30 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 17 Aug 2015 21:30:06 +0000 (16:30 -0500)
src/switch_core_media.c

index 7233cf8e697b980d65114a3861234206a176011d..9c85b6e937667516b8b78207139f7e12221d2e2c 100644 (file)
@@ -3232,6 +3232,7 @@ static switch_status_t check_ice(switch_media_handle_t *smh, switch_media_type_t
                                                                  "Drop %s Candidate cid: %d proto: %s type: %s addr: %s:%s (no network path)\n", 
                                                                  type == SWITCH_MEDIA_TYPE_VIDEO ? "video" : "audio",
                                                                  cid+1, fields[2], fields[7], fields[4], fields[5]);
+                               continue;
                        } else {
                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(smh->session), SWITCH_LOG_DEBUG, 
                                                                  "Save %s Candidate cid: %d proto: %s type: %s addr: %s:%s\n",