Skip to end of banner
Go to start of banner

Recording multiple answers from a caller and combining them into one file

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »


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

Scenario

An external caller provides different information about himself/ herself, like name, address, etc. These answers are being recorded by the system and then combined into one file.

The questions that the system asks to the caller should not be recorded, only the answers provided by the caller.

The file must be then sent via email and deleted from the system.

Solution

  • 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.

  • No labels