Skip to content

Fix counting external sip call within one device.

Lukasz Kotasa requested to merge lk_2sip_release-7.2 into release-7.2

One device, 2 sip configured. Line 1 calls Line 2. There are two entries in Master.csv after such call. They have same id, same time, but different direction.

We should count them as 2 calls, not 1. 1 outgoing (Line 1) + 1 incoming (Line 2)

Merge request reports