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/
15 config BR2_PACKAGE_ASTERISK_CHAN_BLUETOOTH
16 prompt "asterisk-chan-bluetooth......... Bluetooth HandsFreeProfile support for Asterisk"
18 default m if CONFIG_DEVEL
19 depends BR2_PACKAGE_ASTERISK
20 select BR2_PACKAGE_BLUEZ_LIBS
22 The Bluetooth HandsFreeProfile support for Asterisk
24 config BR2_PACKAGE_ASTERISK_CHAN_MGCP
25 prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
27 default m if CONFIG_DEVEL
28 depends BR2_PACKAGE_ASTERISK
30 Media Gateway Control Protocol implementation for Asterisk
32 config BR2_PACKAGE_ASTERISK_CHAN_SKINNY
33 prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
35 default m if CONFIG_DEVEL
36 depends BR2_PACKAGE_ASTERISK
38 Skinny Client Control Protocol implementation for Asterisk
40 config BR2_PACKAGE_ASTERISK_CODEC_ILBC
41 prompt "asterisk-codec-ilbc............. Internet Low Bitrate Codec (ILBC) Translator"
43 default m if CONFIG_DEVEL
44 depends BR2_PACKAGE_ASTERISK
46 The Internet Low Bitrate Codec (ILBC) Translator for Asterisk
48 config BR2_PACKAGE_ASTERISK_CODEC_LPC10
49 prompt "asterisk-codec-lpc10............ LPC10 (Linear Predictor Code) 2.4kbps Voice Coder"
51 default m if CONFIG_DEVEL
52 depends BR2_PACKAGE_ASTERISK
54 The LPC10 (Linear Predictor Code) 2.4kbps Voice Coder for Asterisk
56 config BR2_PACKAGE_ASTERISK_CODEC_SPEEX
57 prompt "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
59 default m if CONFIG_DEVEL
60 depends BR2_PACKAGE_ASTERISK
61 select BR2_PACKAGE_LIBSPEEX
63 The Speex speech compression codec for Asterisk
65 config BR2_PACKAGE_ASTERISK_PBX_DUNDI
66 prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
68 default m if CONFIG_DEVEL
69 depends BR2_PACKAGE_ASTERISK
71 Distributed Universal Number Discovery (DUNDi) support for Asterisk
73 config BR2_PACKAGE_ASTERISK_RES_AGI
74 prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
76 default m if CONFIG_DEVEL
77 depends BR2_PACKAGE_ASTERISK
79 Asterisk Gateway Interface module
81 config BR2_PACKAGE_ASTERISK_MYSQL
82 prompt "asterisk-mysql.................. MySQL modules"
84 default m if CONFIG_DEVEL
85 depends BR2_PACKAGE_ASTERISK
86 select BR2_PACKAGE_LIBMYSQLCLIENT
88 MySQL modules for Asterisk
90 config BR2_PACKAGE_ASTERISK_PGSQL
91 prompt "asterisk-pgsql.................. PostgreSQL modules"
93 default m if CONFIG_DEVEL
94 depends BR2_PACKAGE_ASTERISK
95 select BR2_PACKAGE_LIBPQ
97 PostgreSQL modules for Asterisk
99 config BR2_PACKAGE_ASTERISK_SOUNDS
100 prompt "asterisk-sounds................. Sound files"
102 default m if CONFIG_DEVEL
103 depends BR2_PACKAGE_ASTERISK
105 Sound files for Asterisk
107 config BR2_PACKAGE_ASTERISK_VOICEMAIL
108 prompt "asterisk-voicemail.............. Voicemail support"
110 default m if CONFIG_DEVEL
111 depends BR2_PACKAGE_ASTERISK
113 Voicemail related modules for Asterisk