Update app_config.php

This commit is contained in:
FusionPBX 2019-07-01 09:55:12 -06:00 committed by GitHub
parent 0638db88e5
commit 0a58859b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
$apps[$x]['destinations'][$y]['field']['name'] = "ring_group_name";
$apps[$x]['destinations'][$y]['field']['destination'] = "ring_group_extension";
$apps[$x]['destinations'][$y]['field']['description'] = "ring_group_description";
$apps[$x]['destinations'][$y]['field']['context'] = "ring_group_context";
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination} XML \${context}";
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination} XML \${context}";
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${name} \${description}";