Call History
You can access information about various telephony services for circuit-switched telephony and voice over IP (VoIP). You can browse the call history of a device, remove call history entries, and monitor changes.
This feature is supported in mobile applications only.
The main features of the Call History API include:
- Call history tracking
You can search and store data about all incoming and outgoing calls using the CallHistory interface. The retrieved data is displayed as a list using the CallHistoryEntry interface. You can also manage the call history by removing unnecessary call history items.
When searching for call history items, you can create attribute filters, attribute range filters, and composite filters based on specific filter attributes. You can also sort the search results.
- Change tracking
You can register event listeners to monitor changes in the call history using the CallHistoryChangeCallback listener interface.