summaryrefslogtreecommitdiffstats
path: root/package/asterisk/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-09 22:41:38 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-09 22:41:38 +0000
commit969b8cca036c025696396d5b97f44266df1f68e1 (patch)
tree4c384d3f3c6026a082ca67e5826c26ab76743e70 /package/asterisk/Config.in
parent2732c8d75c9680b7f89ebf6f5bed6dcc4dfef868 (diff)
add asterisk-mini package,
put modules.conf under rev; control, add ipkg conffiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/asterisk/Config.in')
-rw-r--r--package/asterisk/Config.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/asterisk/Config.in b/package/asterisk/Config.in
index 963e372e2..127bb15be 100644
--- a/package/asterisk/Config.in
+++ b/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