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

...

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

...