1 config BR2_PACKAGE_ASTERISK
2 tristate "asterisk - Complete open source PBX"
3 default m if CONFIG_DEVEL
5 Asterisk is a complete PBX in software. It provides all of the features
6 you would expect from a PBX and more. Asterisk does voice over IP in three
7 protocols, and can interoperate with almost all standards-based telephony
8 equipment using relatively inexpensive hardware.
10 http://www.asterisk.org/
13 config BR2_PACKAGE_ASTERISK_SPEEX
14 tristate "Speex codec"
15 default m if CONFIG_DEVEL
16 depends BR2_PACKAGE_ASTERISK
17 select BR2_PACKAGE_SPEEX
19 The Speex speech compression codec for Asterisk
21 config BR2_PACKAGE_ASTERISK_MYSQL
22 tristate "MySQL plugins"
23 default m if CONFIG_DEVEL
24 depends BR2_PACKAGE_ASTERISK
25 select BR2_PACKAGE_LIBMYSQLCLIENT
27 MySQL plugins for Asterisk
29 config BR2_PACKAGE_ASTERISK_PGSQL
30 tristate "PostgreSQL plugins"
31 default m if CONFIG_DEVEL
32 depends BR2_PACKAGE_ASTERISK
33 select BR2_PACKAGE_LIBPQ
35 PostgreSQL plugins for Asterisk
37 config BR2_PACKAGE_ASTERISK_VOICEMAIL
38 tristate "Voicemail support"
39 default m if CONFIG_DEVEL
40 depends BR2_PACKAGE_ASTERISK
42 Voicemail related plugins for Asterisk
44 config BR2_PACKAGE_ASTERISK_SOUNDS
45 tristate "Sound files"
46 default m if CONFIG_DEVEL
47 depends BR2_PACKAGE_ASTERISK
49 Sound files for Asterisk