mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
add extensions to destination class (#5501)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user