Update app_config.php
This commit is contained in:
parent
738bcb0ba2
commit
fa8fd98fc9
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Reference in New Issue