diff --git a/coreapi/callbacks.c b/coreapi/callbacks.c index e620f1fe1..e37df6ecd 100644 --- a/coreapi/callbacks.c +++ b/coreapi/callbacks.c @@ -704,8 +704,8 @@ static void call_updating(SalOp *op, bool_t is_update){ if (call->state!=LinphoneCallPaused){ /*Refresh the local description, but in paused state, we don't change anything.*/ if (rmd == NULL && lp_config_get_int(call->core->config,"sip","sdp_200_ack_follow_video_policy",0)) { - ms_message("Applying default policy for offering SDP on call [%p]",call); LinphoneCallParams *p=linphone_core_create_default_call_parameters (lc); + ms_message("Applying default policy for offering SDP on call [%p]",call); linphone_call_set_new_params(call, p); linphone_call_params_destroy(p); }