Add. Support sound prompts on call flow. (#1645)

This file uses new way to load recordings from DB.
This commit is contained in:
Alexey Melnichuk
2016-06-11 07:33:16 -06:00
committed by FusionPBX
parent c6b15a6537
commit 6095609c5a
5 changed files with 411 additions and 39 deletions
+8
View File
@@ -132,4 +132,12 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_sound_on";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the sound when on.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_sound_off";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the sound when off.";
$z++;
?>