Update app_config.php

Aastra function change name and label for callforward to call_forward and correct the spelling for redial.
This commit is contained in:
FusionPBX 2016-09-10 16:52:28 -06:00 committed by GitHub
parent 94649ca5cc
commit 6b999b247d
1 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Devices for provisioning.";
$apps[$x]['description']['es-cl'] = "Provicionamiento de dispositivos.";
@ -1225,8 +1225,8 @@
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['label'] = "label-callforward";
$vendors[$y]['functions'][$z]['name'] = "callforward";
$vendors[$y]['functions'][$z]['label'] = "label-call_forward";
$vendors[$y]['functions'][$z]['name'] = "call_forward";
$vendors[$y]['functions'][$z]['value'] = "callforward";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
@ -1303,9 +1303,9 @@
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;
$vendors[$y]['functions'][$z]['label'] = "label-redail";
$vendors[$y]['functions'][$z]['name'] = "redail";
$vendors[$y]['functions'][$z]['value'] = "redail";
$vendors[$y]['functions'][$z]['label'] = "label-redial";
$vendors[$y]['functions'][$z]['name'] = "redial";
$vendors[$y]['functions'][$z]['value'] = "redial";
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
$vendors[$y]['functions'][$z]['groups'][] = "admin";
$z++;