mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_config.php
This commit is contained in:
@@ -1433,6 +1433,11 @@
|
||||
$vendors[$y]['functions'][$z]['value'] = "recorder";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
//poly
|
||||
$y++;
|
||||
$vendors[$y]['uuid'] = "cac9a0e3-a7d4-426a-bd6d-a14f7d6a6350";
|
||||
$vendors[$y]['name'] = "poly";
|
||||
$z=0;
|
||||
//polycom
|
||||
$y++;
|
||||
$vendors[$y]['uuid'] = "6baf1a7e-7a43-4a66-9007-bbb911bf947b";
|
||||
@@ -3029,11 +3034,11 @@
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-call_forward";
|
||||
$vendors[$y]['functions'][$z]['name'] = "call_forward";
|
||||
$vendors[$y]['functions'][$z]['value'] = "a";
|
||||
$vendors[$y]['functions'][$z]['description'] = "When receiving a call, you can press the key to transfer the call to the specified number.";
|
||||
$vendors[$y]['functions'][$z]['description'] = "When receiving a call, you can press the key to transfer the call to the specified number.";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "6f5d1a1d-19f8-48bb-b4e1-f934b710988f";
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "6f5d1a1d-19f8-48bb-b4e1-f934b710988f";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-speed_dial";
|
||||
$vendors[$y]['functions'][$z]['name'] = "speed_dial";
|
||||
$vendors[$y]['functions'][$z]['value'] = "f";
|
||||
@@ -3045,51 +3050,50 @@
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_new";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_new";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bc";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - New Call";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - New Call";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "89664b9e-9366-4c7f-9a92-3ecfdfa7e91b";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_new_video";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_new_video";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bcV";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - New Video Call";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "e80b6d6d-dedc-456d-9118-8d8f010a0697";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_bxfer";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_bxfer";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bb";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Blind Transfer";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "55b0a1df-a9a1-48c7-9665-e84925631a6d";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_axfer";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_axfer";
|
||||
$vendors[$y]['functions'][$z]['value'] = "ba";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Attended Transfer";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "89664b9e-9366-4c7f-9a92-3ecfdfa7e91b";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_new_video";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_new_video";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bcV";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - New Video Call";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "e80b6d6d-dedc-456d-9118-8d8f010a0697";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_bxfer";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_bxfer";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bb";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Blind Transfer";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "55b0a1df-a9a1-48c7-9665-e84925631a6d";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_axfer";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_axfer";
|
||||
$vendors[$y]['functions'][$z]['value'] = "ba";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Attended Transfer";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "9066d58e-7395-4cd0-8a52-e7fa3c24ad54";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_conference";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_conference";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bf";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Conference";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-blf_conference";
|
||||
$vendors[$y]['functions'][$z]['name'] = "blf_conference";
|
||||
$vendors[$y]['functions'][$z]['value'] = "bf";
|
||||
$vendors[$y]['functions'][$z]['description'] = "BLF - Conference";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
$vendors[$y]['functions'][$z]['uuid'] = "ae238960-aa4c-4d92-b560-848814ed8df8";
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-mwi";
|
||||
$vendors[$y]['functions'][$z]['name'] = "mwi";
|
||||
$vendors[$y]['functions'][$z]['value'] = "m";
|
||||
$vendors[$y]['functions'][$z]['description'] = "MWI - *97 Voicemail";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
|
||||
$vendors[$y]['functions'][$z]['label'] = "label-mwi";
|
||||
$vendors[$y]['functions'][$z]['name'] = "mwi";
|
||||
$vendors[$y]['functions'][$z]['value'] = "m";
|
||||
$vendors[$y]['functions'][$z]['description'] = "MWI - *97 Voicemail";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "superadmin";
|
||||
$vendors[$y]['functions'][$z]['groups'][] = "admin";
|
||||
$z++;
|
||||
//algo
|
||||
$y++;
|
||||
$vendors[$y]['uuid'] = "dc5ffcb9-5195-4fb8-8b23-f4216ed7f0f6";
|
||||
|
||||
Reference in New Issue
Block a user