Skip to content

844 Use event.uniqueId if linkedId is different and eventType is hangup

In web assistant, the linkedId stored in _calls can be different than event.linkedId (eg. hangup event after call pickup *8).

If call ends and event.linkedId is not found in _calls then use event.uniqueId.

Closes #844

Merge request reports