diff --git a/coreapi/callbacks.c b/coreapi/callbacks.c index 121291a00..c64a5d7e3 100644 --- a/coreapi/callbacks.c +++ b/coreapi/callbacks.c @@ -220,6 +220,7 @@ static bool_t already_a_call_pending(LinphoneCore *lc){ for(elem=lc->calls;elem!=NULL;elem=elem->next){ LinphoneCall *call=(LinphoneCall*)elem->data; if (call->state==LinphoneCallIncomingReceived + || call->state==LinphoneCallIncomingEarlyMedia || call->state==LinphoneCallOutgoingInit || call->state==LinphoneCallOutgoingProgress || call->state==LinphoneCallOutgoingEarlyMedia