如何修改FreePBX界面菜单顺序,关闭菜单
FreePBX 菜单设置
The "freepbx_menu.conf" file that is usually placed in /etc/asterisk gives you the ability to customize your FreePBX modules to an extra degree. It is an optional configuration file used to rearrange your menu navigation in the FreePBX GUI. To enable it, create a new file in /etc/asterisk and name it as freepbx_menu.conf then add the desired configuration. You must also enable the Advanced Setting "Use freepbx_menu.conf Configuration"
This file provides the following options:
- Move menu items to different categories
- Create new Categories
- Rename the item/module
- Remove menu items that you don't want displayed
- Change the sort order of items
If you create a new category called "Favorites" it will be the first tab, all others are alphabetical.
The following examples provide you with a demonstration of how you might go about changing a setup:
- Change the category for a module
- [extensions]
category=Favorites
- Change the category and name for a module
- [findmefollow]
- category=Favorites
name=Find-Me Follow
- Change the sort order and category of a module
- [music]
- category=Media
- sort=-9
- Remove a module from showing up in the menu even though it is installed
- [wiki]
remove=Yes