1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 01:26:48 +03:00
openwrt-xburst/package/asterisk/Config.in
nico 188ab5ff62 add chan_bluetooth
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-08-22 19:56:19 +00:00

93 lines
2.5 KiB
Plaintext

menu "asterisk - Complete open source PBX"
config BR2_PACKAGE_ASTERISK
prompt "asterisk - Complete 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/
config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
prompt "...-chan-bluetooth - Bluetooth HandsFreeProfile support for Asterisk"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_BLUEZ_LIBS
help
The Bluetooth HandsFreeProfile support for Asterisk
config BR2_PACKAGE_ASTERISK_CODEC_ILBC
prompt "...-codec-ilbc - Internet Low Bitrate Codec (ILBC) Translator"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
The Internet Low Bitrate Codec (ILBC) Translator for Asterisk
config BR2_PACKAGE_ASTERISK_CODEC_LPC10
prompt "...-codec-lpc10 - LPC10 (Linear Predictor Code) 2.4kbps Voice Coder"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk
config BR2_PACKAGE_ASTERISK_CODEC_SPEEX
prompt "...-codec-speex - Speex/PCM16 Codec Translator"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_LIBSPEEX
help
The Speex speech compression codec for Asterisk
config BR2_PACKAGE_ASTERISK_PBX_DUNDI
prompt "...-pbx-dundi - Distributed Universal Number Discovery (DUNDi) support"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
Distributed Universal Number Discovery (DUNDi) support for Asterisk
config BR2_PACKAGE_ASTERISK_MYSQL
prompt "...-mysql - MySQL modules"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_LIBMYSQLCLIENT
help
MySQL modules for Asterisk
config BR2_PACKAGE_ASTERISK_PGSQL
prompt "...-pgsql - PostgreSQL modules"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_LIBPQ
help
PostgreSQL modules for Asterisk
config BR2_PACKAGE_ASTERISK_SOUNDS
prompt "...-sounds - Sound files"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
Sound files for Asterisk
config BR2_PACKAGE_ASTERISK_VOICEMAIL
prompt "...-voicemail - Voicemail support"
tristate
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
Voicemail related modules for Asterisk
endmenu