- Joined
- Dec 18, 2019
- Messages
- 2
- Reaction score
- 2
So my client wanted to view all call activity in and out of the system. I utilized the CDR and built a custom call log that runs on their web server.
PHP opens a socket and listens to 3CX and saves the CDR info to a MySQL database. PHP listener runs as a service on linux. Front end is built using bootstrap data tables to display the data.
Searchable, sortable, and auto refreshes to display the new data. Filters out paging, voicemail checks, or any other custom value via a configurable file. Phone numbers are hyperlinked to search Google.
PHP opens a socket and listens to 3CX and saves the CDR info to a MySQL database. PHP listener runs as a service on linux. Front end is built using bootstrap data tables to display the data.
Searchable, sortable, and auto refreshes to display the new data. Filters out paging, voicemail checks, or any other custom value via a configurable file. Phone numbers are hyperlinked to search Google.