Add package name and short description to Config.in prompt, add URL too
[openwrt/svn-archive/archive.git] / openwrt / package / asterisk / Config.in
1 config BR2_PACKAGE_ASTERISK
2 tristate "asterisk - Complete open source PBX"
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 http://www.asterisk.org/
11
12
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
18 help
19 The Speex speech compression codec for Asterisk
20
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
26 help
27 MySQL plugins for Asterisk
28
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
34 help
35 PostgreSQL plugins for Asterisk
36
37 config BR2_PACKAGE_ASTERISK_VOICEMAIL
38 tristate "Voicemail support"
39 default m if CONFIG_DEVEL
40 depends BR2_PACKAGE_ASTERISK
41 help
42 Voicemail related plugins for Asterisk
43
44 config BR2_PACKAGE_ASTERISK_SOUNDS
45 tristate "Sound files"
46 default m if CONFIG_DEVEL
47 depends BR2_PACKAGE_ASTERISK
48 help
49 Sound files for Asterisk
50