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

This document explains how to record multiple answers from a caller and combine them into one file

Created: April 2020

Permalink: https://confluence.wildix.com/x/8IAbB

Table of Contents

Scenario

...

  • Lines 1 and 2: The caller's phone number is written into variable "DD", date and time is written into variable "TT". Later on these variables are used as the file name to make it unique.
  • Line 3 -9: The external caller is asked questions. After that, the recording starts. 
  • Lines 10-13: The email is prepared and sent to a fixed email address and after sending the recording is deleted. 


Download the Dialplan configuration

Download the Dialplan configuration.

...