summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-09 22:41:38 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-09 22:41:38 +0000
commit9d2f20ac75dc1ddfd167ef6d53a5e3a93450d02d (patch)
tree527675cbb308bfe1271dc6b44d06392b91859320 /openwrt/package/asterisk/Config.in
parent764347e0dda10f1a9680d5e867d30f30a00a25a1 (diff)
downloadmtk-20170518-9d2f20ac75dc1ddfd167ef6d53a5e3a93450d02d.zip
mtk-20170518-9d2f20ac75dc1ddfd167ef6d53a5e3a93450d02d.tar.gz
mtk-20170518-9d2f20ac75dc1ddfd167ef6d53a5e3a93450d02d.tar.bz2
add asterisk-mini package, put modules.conf under rev; control, add ipkg conffiles.
SVN-Revision: 2610
Diffstat (limited to 'openwrt/package/asterisk/Config.in')
-rw-r--r--openwrt/package/asterisk/Config.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
index 963e372..127bb15 100644
--- a/openwrt/package/asterisk/Config.in
+++ b/openwrt/package/asterisk/Config.in
@@ -112,4 +112,31 @@ config BR2_PACKAGE_ASTERISK_VOICEMAIL
help
Voicemail related modules for Asterisk
+config BR2_PACKAGE_ASTERISK_MINI
+ prompt "asterisk-mini..................... Minimal open source PBX"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ Asterisk is a complete PBX in software. It provides all of the features
+ you would expect from a PBX and more. Asterisk does voice over IP in three
+ protocols, and can interoperate with almost all standards-based telephony
+ equipment using relatively inexpensive hardware.
+
+ http://www.asterisk.org/
+
+ This package contains only the following modules:
+ - chan_iax2
+ - chan_local
+ - chan_sip
+ - codec_gsm
+ - codec_ulaw
+ - format_gsm
+ - format_pcm
+ - format_wav
+ - format_wav_gsm
+ - pbx_config
+ - res_features
+ - res_musiconhold
+
+
endmenu