let ipkg fail when a package file to be installed is not found
[openwrt/openwrt.git] / openwrt / package / asterisk / Config.in
1 menu "asterisk.......................... Complete open source PBX"
2
3 config BR2_PACKAGE_ASTERISK
4 prompt "asterisk.......................... Complete open source PBX"
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 Asterisk is a complete PBX in software. It provides all of the features
9 you would expect from a PBX and more. Asterisk does voice over IP in three
10 protocols, and can interoperate with almost all standards-based telephony
11 equipment using relatively inexpensive hardware.
12
13 http://www.asterisk.org/
14
15 config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
16 prompt "asterisk-chan-bluetooth......... Bluetooth HandsFreeProfile support for Asterisk"
17 tristate
18 default m if CONFIG_DEVEL
19 depends BR2_PACKAGE_ASTERISK
20 select BR2_PACKAGE_BLUEZ_LIBS
21 help
22 The Bluetooth HandsFreeProfile support for Asterisk
23
24 config BR2_PACKAGE_ASTERISK_CHAN_H323
25 prompt "asterisk-chan-h323.............. H.323 support for Asterisk"
26 tristate
27 default m if CONFIG_DEVEL
28 depends BR2_PACKAGE_ASTERISK
29 select BR2_COMPILE_OPENH323
30 select BR2_PACKAGE_LIBPTHREAD
31 select BR2_PACKAGE_UCLIBCXX
32 help
33 H.323 support for Asterisk
34
35 config BR2_PACKAGE_ASTERISK_CHAN_MGCP
36 prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
37 tristate
38 default m if CONFIG_DEVEL
39 depends BR2_PACKAGE_ASTERISK
40 help
41 Media Gateway Control Protocol implementation for Asterisk
42
43 config BR2_PACKAGE_ASTERISK_CHAN_SKINNY
44 prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
45 tristate
46 default m if CONFIG_DEVEL
47 depends BR2_PACKAGE_ASTERISK
48 help
49 Skinny Client Control Protocol implementation for Asterisk
50
51 config BR2_PACKAGE_ASTERISK_CODEC_ILBC
52 prompt "asterisk-codec-ilbc............. Internet Low Bitrate Codec (ILBC) Translator"
53 tristate
54 default m if CONFIG_DEVEL
55 depends BR2_PACKAGE_ASTERISK
56 help
57 The Internet Low Bitrate Codec (ILBC) Translator for Asterisk
58
59 config BR2_PACKAGE_ASTERISK_CODEC_LPC10
60 prompt "asterisk-codec-lpc10............ LPC10 (Linear Predictor Code) 2.4kbps Voice Coder"
61 tristate
62 default m if CONFIG_DEVEL
63 depends BR2_PACKAGE_ASTERISK
64 help
65 The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk
66
67 config BR2_PACKAGE_ASTERISK_CODEC_SPEEX
68 prompt "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
69 tristate
70 default m if CONFIG_DEVEL
71 depends BR2_PACKAGE_ASTERISK
72 select BR2_PACKAGE_LIBSPEEX
73 help
74 The Speex speech compression codec for Asterisk
75
76 config BR2_PACKAGE_ASTERISK_PBX_DUNDI
77 prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
78 tristate
79 default m if CONFIG_DEVEL
80 depends BR2_PACKAGE_ASTERISK
81 help
82 Distributed Universal Number Discovery (DUNDi) support for Asterisk
83
84 config BR2_PACKAGE_ASTERISK_RES_AGI
85 prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
86 tristate
87 default m if CONFIG_DEVEL
88 depends BR2_PACKAGE_ASTERISK
89 help
90 Asterisk Gateway Interface module
91
92 config BR2_PACKAGE_ASTERISK_MYSQL
93 prompt "asterisk-mysql.................. MySQL modules"
94 tristate
95 default m if CONFIG_DEVEL
96 depends BR2_PACKAGE_ASTERISK
97 select BR2_PACKAGE_LIBMYSQLCLIENT
98 help
99 MySQL modules for Asterisk
100
101 config BR2_PACKAGE_ASTERISK_PGSQL
102 prompt "asterisk-pgsql.................. PostgreSQL modules"
103 tristate
104 default m if CONFIG_DEVEL
105 depends BR2_PACKAGE_ASTERISK
106 select BR2_PACKAGE_LIBPQ
107 help
108 PostgreSQL modules for Asterisk
109
110 config BR2_PACKAGE_ASTERISK_SQLITE
111 prompt "asterisk-sqlite................. SQLite modules"
112 tristate
113 default m if CONFIG_DEVEL
114 depends BR2_PACKAGE_ASTERISK
115 select BR2_PACKAGE_LIBSQLITE
116 help
117 SQLite modules for Asterisk
118
119 config BR2_PACKAGE_ASTERISK_SOUNDS
120 prompt "asterisk-sounds................. Sound files"
121 tristate
122 default m if CONFIG_DEVEL
123 depends BR2_PACKAGE_ASTERISK
124 help
125 Sound files for Asterisk
126
127 config BR2_PACKAGE_ASTERISK_VOICEMAIL
128 prompt "asterisk-voicemail.............. Voicemail support"
129 tristate
130 default m if CONFIG_DEVEL
131 depends BR2_PACKAGE_ASTERISK
132 help
133 Voicemail related modules for Asterisk
134
135 config BR2_PACKAGE_ASTERISK_MINI
136 prompt "asterisk-mini..................... Minimal open source PBX"
137 tristate
138 default m if CONFIG_DEVEL
139 help
140 Asterisk is a complete PBX in software. It provides all of the features
141 you would expect from a PBX and more. Asterisk does voice over IP in three
142 protocols, and can interoperate with almost all standards-based telephony
143 equipment using relatively inexpensive hardware.
144
145 http://www.asterisk.org/
146
147 This package contains only the following modules:
148 - chan_iax2
149 - chan_local
150 - chan_sip
151 - codec_gsm
152 - codec_ulaw
153 - format_gsm
154 - format_pcm
155 - format_wav
156 - format_wav_gsm
157 - pbx_config
158 - res_features
159 - res_musiconhold
160
161 endmenu