summaryrefslogtreecommitdiffstats
path: root/package/asterisk/Config.in
blob: 27a10b89ebc2367906733fd842e2fc5ef26af81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
config BR2_PACKAGE_ASTERISK
	tristate "asterisk - Complete open source PBX"
	default m if CONFIG_DEVEL
	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.
	  
	  http://www.asterisk.org/
	  

config BR2_PACKAGE_ASTERISK_SPEEX
	tristate "Speex codec"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	select BR2_PACKAGE_LIBSPEEX
	help
	  The Speex speech compression codec for Asterisk

config BR2_PACKAGE_ASTERISK_MYSQL
	tristate "MySQL plugins"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	select BR2_PACKAGE_LIBMYSQLCLIENT
	help
	  MySQL plugins for Asterisk

config BR2_PACKAGE_ASTERISK_PGSQL
	tristate "PostgreSQL plugins"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	select BR2_PACKAGE_LIBPQ
	help
	  PostgreSQL plugins for Asterisk
	  
config BR2_PACKAGE_ASTERISK_VOICEMAIL
	tristate "Voicemail support"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  Voicemail related plugins for Asterisk
	  
config BR2_PACKAGE_ASTERISK_SOUNDS
	tristate "Sound files"
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  Sound files for Asterisk