diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 82d14b0b79..0fc39f4575 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -3731,7 +3731,7 @@ static LinphoneCall * get_unique_call(LinphoneCore *lc) { } LinphoneStatus linphone_core_accept_call(LinphoneCore *lc, LinphoneCall *call) { - return linphone_call_accept_with_params(call, NULL); + return linphone_core_accept_call_with_params(lc, call, NULL); } LinphoneStatus linphone_core_accept_call_with_params(LinphoneCore *lc, LinphoneCall *call, const LinphoneCallParams *params) {