add extensions to destination class (#5501)

This commit is contained in:
agree
2020-09-29 13:43:48 -04:00
committed by GitHub
parent 0560b57dcc
commit 16b34145d6
11 changed files with 16 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
$apps[$x]['destinations'][$y]['field']['context'] = "context";
$apps[$x]['destinations'][$y]['field']['name'] = "dialplan_name";
$apps[$x]['destinations'][$y]['field']['destination'] = "dialplan_number";
$apps[$x]['destinations'][$y]['field']['extension'] = "dialplan_number";
$apps[$x]['destinations'][$y]['field']['description'] = "dialplan_description";
$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}";