Real-Time Multi-leg Call Data Records
Last updated
Was this helpful?
Last updated
Was this helpful?
Real-Time multi-leg call data records (CDR) are produced for all calls handled by the platform. These can be downloaded by polling the DownloadMultilegCDRData web method in real-time.
This provides database developers with some guidance on how to process the real-time multi-leg CDR data to generate summary call data records. The pseudo code is provided as a guide and may not produce summary records that meet your exact requirements.
The multi-leg data can be used to build fully-fledged data warehouses that if required can provide your own custom applications with real-time dashboards and reporting.
If the data produced by the pseudo code does not produce summary data that meets your requirement then you should alter the logic so that it does meets your requirements.
We recommend that the development of a fully-fledged data warehouse and reporting application is undertaken by experienced database and application developers as there are many factors that need to be taken into consideration.
There are many ways to build these systems and how you go about this depends on your individual requirements.
As an alternative, summary call records can be downloaded using DownloadSummaryCallRecords.
When using this method, you will receive a single summary call record for each call that was handled by the platform without needing any additional processing. This summarised data is normally available within a few seconds of the call ending.