Section | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Category | Description | |||||
---|---|---|---|---|---|---|
Add-ons | Modules that link with libraries that have licensing restrictions beyond what is allowed via the GPLv2 and Asterisk's dual licensing model. See README-addons.txt, delivered with Asterisk, for more information. | |||||
Applications | Modules that provide call functionality to the system. An application might answer a call, play a sound prompt, hang up a call, and so forth. | |||||
Bridging Modules | Modules that provide various bridge mixing technologies and other bridge related functionality. | |||||
Call Detail Recording | Modules that provide Call Detail Record (CDR) drivers for various permanent storage backends. | |||||
Channel Event Logging | Modules that provide Channel Event Logging (CEL) drivers for various permanent storage backends. | |||||
Channel Drivers | Modules that provide communications with devices outside of Asterisk, and translate that particular signalling or protocol to the core. | |||||
Codec Translators | Modules that provide encoding/decoding for audio or video. Typically codecs are used to encode media so that it takes less bandwidth. | |||||
Format Interpreters | Modules used to save media to disk in a particular file format, and to convert those files back to media streams on the network. | |||||
Dialplan Functions | Modules that are used to retrieve or set various settings on a call. A function might be used to set the Caller ID on an outbound call, for example. | |||||
PBX Modules | Modules that implement dialplan functionality or enhancements. | |||||
Resource Modules | Modules that provide additional resources to Asterisk. This can includes music on hold, calendar integration, database integration, various protocol stacks, etc. | |||||
Test Modules | Unit test modules. These are typically only available when Asterisk has:
| |||||
Compiler Flags - Development | Various compilation flags that alter Asterisk's behaviour. These flags are often useful in debugging Asterisk, or obtaining information for Asterisk developers.
| |||||
Voicemail Build Options | Compilation flags that enable different Voicemail (via app_voicemail ) storage backends. | |||||
Utilities | Various utilities for Asterisk. These include Asterisk Database upgrade utilities, Asterisk monitoring utilities, and other potentially useful tools. | |||||
AGI Samples | Sample AGI applications. | |||||
Module Embedding | Compilation flags to enable embedding of Asterisk dynamic modules into the Asterisk binary. | |||||
Core Sound Packages | Core sounds used by Asterisk. Different sound formats can be selected in this menu; when Asterisk is installed, these sounds will be downloaded and installed. | |||||
Music On Hold File Packages | Sample Music on Hold media used by Asterisk. Different formats can be selected in this menu; when Asterisk is installed, the various media samples will be downloaded and installed. | |||||
Extras Sound Packages | Extra sounds that can be used by Asterisk integrators. Different sound formats can be selected in this menu; when Asterisk is installed, these sounds will be downloaded and installed. |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# make menuselect.makeopts |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --help |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --list-options |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --category-list MENUSELECT_ADDONS MENUSELECT_APPS MENUSELECT_BRIDGES MENUSELECT_CDR MENUSELECT_CEL MENUSELECT_CHANNELS MENUSELECT_CODECS MENUSELECT_FORMATS MENUSELECT_FUNCS MENUSELECT_PBX MENUSELECT_RES MENUSELECT_TESTS MENUSELECT_CFLAGS MENUSELECT_OPTS_app_voicemail MENUSELECT_UTILS MENUSELECT_AGIS MENUSELECT_EMBED MENUSELECT_CORE_SOUNDS MENUSELECT_MOH MENUSELECT_EXTRA_SOUNDS |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --list-category MENUSELECT_OPTS_app_voicemail + FILE_STORAGE - ODBC_STORAGE - IMAP_STORAGE |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --enable IMAP_STORAGE menuselect.makeopts |
Tip | ||
---|---|---|
| ||
Multiple options can be chained together:
|
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --disable app_voicemail menuselect.makeopts |
...
No Format |
---|
[[email protected] asterisk-1114.X.Y]# menuselect/menuselect --enable-category MENUSELECT_ADDONS menuselect.makeopts |