Hi Kuba, On 08/18/2015 12:53 PM, Kuba Pawlak wrote: > When a call is waitng, CCWA event is sent and call object > in state WAITING is created. on ReleaseAndAnswer it is > promoted to INCOMING and later to ACTIVE. > iPhones send an extra CCWA event when active call is ended. > This extra event is creating a second call object in state > WAITING. It is not possible to have two WAITING calls, but > previously waiting call was already promoted to INCOMING. > For a brief time we have two calls from the same number, > one INCOMING and one WAITING. Later WAITING one is removed. > As we cannot have a waiting and incoming call at the same > time, ignore CCWA when there is already an INCOMING call. > Applied, thanks. Regards, -Denis