add extensions to destination class (#5501)

This commit is contained in:
agree
2020-09-29 11:43:48 -06:00
committed by GitHub
parent 0560b57dcc
commit 16b34145d6
11 changed files with 16 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
$apps[$x]['destinations'][$y]['order_by'] = "fax_extension asc";
$apps[$x]['destinations'][$y]['field']['name'] = "fax_name";
$apps[$x]['destinations'][$y]['field']['destination'] = "fax_extension";
$apps[$x]['destinations'][$y]['field']['extension'] = "fax_extension";
$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}";