summaryrefslogtreecommitdiffstats
path: root/package/asterisk/Config.in
blob: a8c5d311c85026587aae8accb9e6483fa0fe9a30 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
menu "asterisk - Complete open source PBX"

config BR2_PACKAGE_ASTERISK
	prompt "asterisk - Complete open source PBX"
	tristate
	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_CODEC_ILBC
	prompt "...-codec-ilbc - Internet Low Bitrate Codec (ILBC) Translator"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  The Internet Low Bitrate Codec (ILBC) Translator for Asterisk

config BR2_PACKAGE_ASTERISK_CODEC_LPC10
	prompt "...-codec-lpc10 - LPC10 (Linear Predictor Code) 2.4kbps Voice Coder"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk

config BR2_PACKAGE_ASTERISK_CODEC_SPEEX
	prompt "...-codec-speex - Speex/PCM16 Codec Translator"
	tristate
	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_PBX_DUNDI
	prompt "...-pbx-dundi - Distributed Universal Number Discovery (DUNDi) support"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  Distributed Universal Number Discovery (DUNDi) support for Asterisk

config BR2_PACKAGE_ASTERISK_MYSQL
	prompt "...-mysql - MySQL modules"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	select BR2_PACKAGE_LIBMYSQLCLIENT
	help
	  MySQL modules for Asterisk

config BR2_PACKAGE_ASTERISK_PGSQL
	prompt "...-pgsql - PostgreSQL modules"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	select BR2_PACKAGE_LIBPQ
	help
	  PostgreSQL modules for Asterisk
	  
config BR2_PACKAGE_ASTERISK_SOUNDS
	prompt "...-sounds - Sound files"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  Sound files for Asterisk

config BR2_PACKAGE_ASTERISK_VOICEMAIL
	prompt "...-voicemail - Voicemail support"
	tristate
	default m if CONFIG_DEVEL
	depends BR2_PACKAGE_ASTERISK
	help
	  Voicemail related modules for Asterisk
	  
endmenu