X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Fpackage%2Fasterisk%2FConfig.in;h=127bb15bea5a340c8447d7122f7b8a15d98bc6ac;hp=963e372e2ed5a803621ab99a4dfdb70b83f27ed1;hb=c79dac69e2a26a5a5d1c0b46be04262c0b8ce878;hpb=153ff4c5b7b4d96dc00d235185e64a84c3e58229;ds=sidebyside diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index 963e372e2e..127bb15bea 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