2005-04-10 21:19:34 +03:00
|
|
|
config BR2_PACKAGE_ASTERISK
|
2005-05-19 19:23:16 +03:00
|
|
|
tristate "asterisk - Complete open source PBX"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
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.
|
2005-05-19 19:23:16 +03:00
|
|
|
|
|
|
|
http://www.asterisk.org/
|
|
|
|
|
2005-04-10 21:19:34 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_ASTERISK_SPEEX
|
|
|
|
tristate "Speex codec"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
depends BR2_PACKAGE_ASTERISK
|
|
|
|
select BR2_PACKAGE_SPEEX
|
|
|
|
help
|
|
|
|
The Speex speech compression codec for Asterisk
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ASTERISK_MYSQL
|
|
|
|
tristate "MySQL plugins"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
depends BR2_PACKAGE_ASTERISK
|
|
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
help
|
|
|
|
MySQL plugins for Asterisk
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ASTERISK_PGSQL
|
|
|
|
tristate "PostgreSQL plugins"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
depends BR2_PACKAGE_ASTERISK
|
|
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
help
|
|
|
|
PostgreSQL plugins for Asterisk
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ASTERISK_VOICEMAIL
|
|
|
|
tristate "Voicemail support"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
depends BR2_PACKAGE_ASTERISK
|
|
|
|
help
|
|
|
|
Voicemail related plugins for Asterisk
|
|
|
|
|
|
|
|
config BR2_PACKAGE_ASTERISK_SOUNDS
|
|
|
|
tristate "Sound files"
|
2005-04-18 22:45:56 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-04-10 21:19:34 +03:00
|
|
|
depends BR2_PACKAGE_ASTERISK
|
|
|
|
help
|
|
|
|
Sound files for Asterisk
|
|
|
|
|