Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Info

The feature is used to notify callers that call recording is activated and provide them with an audio file ID when call recording is deactivated. Notifications are added via Dialplan.

Created: November 2018

Permalink: https://confluence.wildix.com/x/6ILIAQ

Table of Contents

Dialplan configuration

Step 1. Create a separate Dialplan procedure

To add custom audio notifications informing on call recording, create a new Dialplan procedure procedure “record_notify”.

Step 2. Add called numbers

Add called numbers "start" and "stop",

Where

  • "start" is used to notify callers when call recording is activated
  • "stop" is used to notify callers the file ID when call recording is deactivated

Step 3. Add strings via Custom applications

Apply the following strings via Custom applications:

...