Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
545 B

<?php
$apps[$x]['menu'][0]['title']['en-us'] = "WebPhone";
$apps[$x]['menu'][0]['uuid'] = "b08f5f87-8a66-4c29-b1e6-eb0c374d58f2";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['icon'] = "fa-phone";
$apps[$x]['menu'][0]['path'] = "/app/webphone/webphone.php";
$apps[$x]['menu'][0]['order'] = "28";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "agent";
?>