1 menu "asterisk - Complete open source PBX"
3 config BR2_PACKAGE_ASTERISK
4 prompt "asterisk - Complete open source PBX"
6 default m if CONFIG_DEVEL
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.
13 http://www.asterisk.org/
16 config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
17 prompt "...-chan-bluetooth - Bluetooth HandsFreeProfile support for Asterisk"
19 default m if CONFIG_DEVEL
20 depends BR2_PACKAGE_ASTERISK
21 select BR2_PACKAGE_BLUEZ_LIBS
23 The Bluetooth HandsFreeProfile support for Asterisk
25 config BR2_PACKAGE_ASTERISK_CHAN_MGCP
26 prompt "...-chan-mgcp - Media Gateway Control Protocol implementation"
28 default m if CONFIG_DEVEL
29 depends BR2_PACKAGE_ASTERISK
31 Media Gateway Control Protocol implementation for Asterisk
33 config BR2_PACKAGE_ASTERISK_CHAN_SKINNY
34 prompt "...-chan-skinny - Skinny Client Control Protocol implementation"
36 default m if CONFIG_DEVEL
37 depends BR2_PACKAGE_ASTERISK
39 Skinny Client Control Protocol implementation for Asterisk
41 config BR2_PACKAGE_ASTERISK_CODEC_ILBC
42 prompt "...-codec-ilbc - Internet Low Bitrate Codec (ILBC) Translator"
44 default m if CONFIG_DEVEL
45 depends BR2_PACKAGE_ASTERISK
47 The Internet Low Bitrate Codec (ILBC) Translator for Asterisk
49 config BR2_PACKAGE_ASTERISK_CODEC_LPC10
50 prompt "...-codec-lpc10 - LPC10 (Linear Predictor Code) 2.4kbps Voice Coder"
52 default m if CONFIG_DEVEL
53 depends BR2_PACKAGE_ASTERISK
55 The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk
57 config BR2_PACKAGE_ASTERISK_CODEC_SPEEX
58 prompt "...-codec-speex - Speex/PCM16 Codec Translator"
60 default m if CONFIG_DEVEL
61 depends BR2_PACKAGE_ASTERISK
62 select BR2_PACKAGE_LIBSPEEX
64 The Speex speech compression codec for Asterisk
66 config BR2_PACKAGE_ASTERISK_PBX_DUNDI
67 prompt "...-pbx-dundi - Distributed Universal Number Discovery (DUNDi) support"
69 default m if CONFIG_DEVEL
70 depends BR2_PACKAGE_ASTERISK
72 Distributed Universal Number Discovery (DUNDi) support for Asterisk
74 config BR2_PACKAGE_ASTERISK_RES_AGI
75 prompt "...-res-agi - Asterisk Gateway Interface module"
77 default m if CONFIG_DEVEL
78 depends BR2_PACKAGE_ASTERISK
80 Asterisk Gateway Interface module
82 config BR2_PACKAGE_ASTERISK_MYSQL
83 prompt "...-mysql - MySQL modules"
85 default m if CONFIG_DEVEL
86 depends BR2_PACKAGE_ASTERISK
87 select BR2_PACKAGE_LIBMYSQLCLIENT
89 MySQL modules for Asterisk
91 config BR2_PACKAGE_ASTERISK_PGSQL
92 prompt "...-pgsql - PostgreSQL modules"
94 default m if CONFIG_DEVEL
95 depends BR2_PACKAGE_ASTERISK
96 select BR2_PACKAGE_LIBPQ
98 PostgreSQL modules for Asterisk
100 config BR2_PACKAGE_ASTERISK_SOUNDS
101 prompt "...-sounds - Sound files"
103 default m if CONFIG_DEVEL
104 depends BR2_PACKAGE_ASTERISK
106 Sound files for Asterisk
108 config BR2_PACKAGE_ASTERISK_VOICEMAIL
109 prompt "...-voicemail - Voicemail support"
111 default m if CONFIG_DEVEL
112 depends BR2_PACKAGE_ASTERISK
114 Voicemail related modules for Asterisk