]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
add traces for ICE troubleshooting
[linphone] / coreapi / linphonecore.c
index d67ba6d564e1b99fa0fefc4d1710a4bddb0cccb4..e4f35e3873cc4bbdf79468e4533b83c656f09136 100644 (file)
@@ -1903,7 +1903,8 @@ void linphone_core_iterate(LinphoneCore *lc){
                if (call->state==LinphoneCallOutgoingInit && (curtime-call->start_time>=2)){
                        /*start the call even if the OPTIONS reply did not arrive*/
                        if (call->ice_session != NULL) {
-                               /* ICE candidates gathering has not finished yet, proceed with the call without ICE anyway. */
+                               ms_warning("ICE candidates gathering from [%s] has not finished yet, proceed with the call without ICE anyway."
+                                               ,linphone_core_get_stun_server(lc));
                                linphone_call_delete_ice_session(call);
                                linphone_call_stop_media_streams(call);
                        }