Update app_config.php

This commit is contained in:
FusionPBX
2020-04-23 15:36:54 -06:00
committed by GitHub
parent 47de6eee03
commit 685ca1ffa4

View File

@@ -48,6 +48,7 @@
$apps[$x]['destinations'][$y]['field']['name'] = "bridge_name";
$apps[$x]['destinations'][$y]['field']['destination'] = "bridge_destination";
$apps[$x]['destinations'][$y]['field']['description'] = "bridge_description";
$apps[$x]['destinations'][$y]['select_value']['user_contact'] = "\${destination}";
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "bridge:\${destination}";
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:bridge \${destination}";
$apps[$x]['destinations'][$y]['select_label'] = "\${name} \${description} ";