vialer / vialer-js

Pluggable WebRTC softphone and communication platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinvite of the same call is not properly handled

opened this issue · comments

Bob calls Alice and waits a minute. After a minute, the call is getting cancelled and a new invite is sent. The new call is blocked, because a call is already going on, but this is basically the same call. This call should be passed through.

Fixed by using the failed event instead of rejected, which deals with more situations.