1 config BR2_PACKAGE_ASTERISK
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 config BR2_PACKAGE_ASTERISK_SPEEX
11 tristate "Speex codec"
12 default m if CONFIG_DEVEL
13 depends BR2_PACKAGE_ASTERISK
14 select BR2_PACKAGE_SPEEX
16 The Speex speech compression codec for Asterisk
19 config BR2_PACKAGE_ASTERISK_MYSQL
20 tristate "MySQL plugins"
21 default m if CONFIG_DEVEL
22 depends BR2_PACKAGE_ASTERISK
23 select BR2_PACKAGE_LIBMYSQLCLIENT
25 MySQL plugins for Asterisk
27 config BR2_PACKAGE_ASTERISK_PGSQL
28 tristate "PostgreSQL plugins"
29 default m if CONFIG_DEVEL
30 depends BR2_PACKAGE_ASTERISK
31 select BR2_PACKAGE_LIBPQ
33 PostgreSQL plugins for Asterisk
35 config BR2_PACKAGE_ASTERISK_VOICEMAIL
36 tristate "Voicemail support"
37 default m if CONFIG_DEVEL
38 depends BR2_PACKAGE_ASTERISK
40 Voicemail related plugins for Asterisk
42 config BR2_PACKAGE_ASTERISK_SOUNDS
43 tristate "Sound files"
44 default m if CONFIG_DEVEL
45 depends BR2_PACKAGE_ASTERISK
47 Sound files for Asterisk