Call Reporting help

 

Translate this page

 

Call Reporting

Please note that Call Reporting is and advanced feature and only activated when you set it up and enable it under Call Reporting settings.
ACR Phone does not report or transfer any data to us or any third party.

If you have your own web server and some development knowledge you can enable ACR Phone to send a request to your server after each call. It can be used to keep track of your calls.

To enable Call Reporting, create a web page or service that accepts form data and enter its URL to Server setting under Call Recording settings.

ACR Phone will send a post request after each call according the configuration you choose in Call Reporting settings.

ACR Phone expects response with HTTP status code 200 for successful upload/post. If status code returned is either 401 (unauthorized) or 404 (not found) it would automatically turn off Call Reporting and show a notification.

Currently we do not have any sample server-side code for Call Reporting feature. However, Call Reporting is very similar to WebHook client we provide with Cloud Service feature. It should be fairly easy to alter and convert our WebHook server-side samples (.Net Core and PHP).

You can download our WebHook server-side samples (.Net Core) from https://github.com/NLLAPPS/ACRPhoneWebHook


Copyright © NLL APPS