X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2Fpackage%2Fasterisk%2FConfig.in;h=27a10b89ebc2367906733fd842e2fc5ef26af81c;hb=4082f024dc9103f92493e7fa6c2c50599355caad;hp=21a322cdb0d625683b07b96bd7c0c1f55bc6bd67;hpb=8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2;p=oweals%2Fopenwrt.git diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in index 21a322cdb0..27a10b89eb 100644 --- a/openwrt/package/asterisk/Config.in +++ b/openwrt/package/asterisk/Config.in @@ -1,21 +1,23 @@ config BR2_PACKAGE_ASTERISK - tristate "Asterisk" + tristate "asterisk - Complete open source PBX" 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/ + config BR2_PACKAGE_ASTERISK_SPEEX tristate "Speex codec" default m if CONFIG_DEVEL depends BR2_PACKAGE_ASTERISK - select BR2_PACKAGE_SPEEX + select BR2_PACKAGE_LIBSPEEX help The Speex speech compression codec for Asterisk - config BR2_PACKAGE_ASTERISK_MYSQL tristate "MySQL plugins" default m if CONFIG_DEVEL