disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / asterisk / Config.in
1 config BR2_PACKAGE_ASTERISK
2 tristate "Asterisk"
3 default m if CONFIG_DEVEL
4 help
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.
9
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
15 help
16 The Speex speech compression codec for Asterisk
17
18
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
24 help
25 MySQL plugins for Asterisk
26
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
32 help
33 PostgreSQL plugins for Asterisk
34
35 config BR2_PACKAGE_ASTERISK_VOICEMAIL
36 tristate "Voicemail support"
37 default m if CONFIG_DEVEL
38 depends BR2_PACKAGE_ASTERISK
39 help
40 Voicemail related plugins for Asterisk
41
42 config BR2_PACKAGE_ASTERISK_SOUNDS
43 tristate "Sound files"
44 default m if CONFIG_DEVEL
45 depends BR2_PACKAGE_ASTERISK
46 help
47 Sound files for Asterisk
48
This page took 0.04742 seconds and 5 git commands to generate.