Add. Support sound prompts on call flow. (#1645)
This file uses new way to load recordings from DB.
This commit is contained in:
committed by
FusionPBX
parent
c6b15a6537
commit
6095609c5a
@@ -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++;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user