Skip to main content

I was trying to find out the length of park from detailed call log.

I found three calls that were parked and the length of the park via the analytics page.

I tried the same using the detailed call log but the info doesn't seem to exist.

Can you help me find out please?

Call log data does not include such detailed data. If you need the data per parked call, you must implement your app listening to telephony session events and calculate the data using the raw data.

Read this article to get familiar with the telephony session events notification.


It seems like the telephony session event notification is a subscription/notification system, which means I need to be listening to the notification at all times and cannot access history. Am I correct?


Yes. You can read this article to learn how to build one.


Reply