1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 07:08:03 +03:00
openwrt-xburst/package/asterisk/Config.in
nico 87800feec6 Convert speex to new packaging style
Rename package to libspeex since it's lib only
Update to v1.1.8


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-05-23 23:40:03 +00:00

51 lines
1.3 KiB
Plaintext

config BR2_PACKAGE_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_LIBSPEEX
help
The Speex speech compression codec for Asterisk
config BR2_PACKAGE_ASTERISK_MYSQL
tristate "MySQL plugins"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_LIBMYSQLCLIENT
help
MySQL plugins for Asterisk
config BR2_PACKAGE_ASTERISK_PGSQL
tristate "PostgreSQL plugins"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
select BR2_PACKAGE_LIBPQ
help
PostgreSQL plugins for Asterisk
config BR2_PACKAGE_ASTERISK_VOICEMAIL
tristate "Voicemail support"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
Voicemail related plugins for Asterisk
config BR2_PACKAGE_ASTERISK_SOUNDS
tristate "Sound files"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_ASTERISK
help
Sound files for Asterisk