3-way reporting
Posted: Fri Jul 26, 2019 4:53 am
Hi,
We have 3-way calls while the customer is on hold.
We need to report on who made 3-way calls, destinations and duration but I find very little data in table.
EG:
select * from asterisk.user_call_log where call_type = 'XFER_3WAY';
Can I use call_date and xfer_hungup_datetime to calculate total duration of the 3-way call?
customer_hungup_seconds always = 0 - is this normal?
Are there any 3-way reports in newer versions or can we request development?
--
VERSION: 2.14-680a
BUILD: 180806-0752
We have 3-way calls while the customer is on hold.
We need to report on who made 3-way calls, destinations and duration but I find very little data in table.
EG:
select * from asterisk.user_call_log where call_type = 'XFER_3WAY';
Can I use call_date and xfer_hungup_datetime to calculate total duration of the 3-way call?
customer_hungup_seconds always = 0 - is this normal?
Are there any 3-way reports in newer versions or can we request development?
--
VERSION: 2.14-680a
BUILD: 180806-0752