root/trunk/freewrt/package/asterisk/Config.in

Revision 3280, 3.2 kB (checked in by wbx, 1 year ago)

fix some issues of the asterisk 1.4 package, update speex, sync with upstream, remove unused codecs, activate speex and misdn, package misdn support is broken, will be fixed soon... clubmate is empty.

Line 
1 config FWRT_PACKAGE_ASTERISK
2         tristate
3         default n
4         depends on FWRT_PACKAGE_ASTERISK_VERSION_14
5
6 menu "asterisk-modules.................. Additional modules for Asterisk 1.4"
7 depends on FWRT_PACKAGE_ASTERISK
8
9 config FWRT_PACKAGE_ASTERISK_CHAN_MGCP
10         prompt   "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
11         tristate
12         default n
13         depends FWRT_PACKAGE_ASTERISK
14         help
15           Media Gateway Control Protocol implementation for Asterisk
16
17 config FWRT_PACKAGE_ASTERISK_CHAN_SKINNY
18         prompt   "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
19         tristate
20         default n
21         depends FWRT_PACKAGE_ASTERISK
22         help
23           Skinny Client Control Protocol implementation for Asterisk
24
25 config FWRT_PACKAGE_ASTERISK_CHAN_IAX2
26         prompt   "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
27         tristate
28         default n
29         depends FWRT_PACKAGE_ASTERISK
30         help
31           IAX2 allows trunking communication channels together.
32
33           Contains:
34           * chan_iax2.so
35
36 config FWRT_PACKAGE_ASTERISK_CODEC_SPEEX
37         prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
38         tristate
39         default n
40         depends FWRT_PACKAGE_ASTERISK
41         select FWRT_PACKAGE_LIBSPEEX
42         help
43           The Speex speech compression codec for Asterisk
44
45 config FWRT_PACKAGE_ASTERISK_CODEC_GSM
46         prompt   "asterisk-codec-gsm.............. GSM Codec"
47         tristate
48         default n
49         depends FWRT_PACKAGE_ASTERISK
50         help
51           The GSM codec for Asterisk
52
53 config FWRT_PACKAGE_ASTERISK_PBX_DUNDI
54         prompt   "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
55         tristate
56         default n
57         depends FWRT_PACKAGE_ASTERISK
58         help
59           Distributed Universal Number Discovery (DUNDi) support for Asterisk
60
61 config FWRT_PACKAGE_ASTERISK_RES_AGI
62         prompt   "asterisk-res-agi................ Asterisk Gateway Interface module"
63         tristate
64         default n
65         depends FWRT_PACKAGE_ASTERISK
66         help
67           Asterisk Gateway Interface module
68
69 config FWRT_PACKAGE_ASTERISK_PGSQL
70         prompt   "asterisk-pgsql.................. PostgreSQL modules"
71         tristate
72         default n
73         depends FWRT_PACKAGE_ASTERISK
74         select FWRT_PACKAGE_LIBPQ
75         help
76           PostgreSQL modules for Asterisk
77
78 config FWRT_PACKAGE_ASTERISK_SQLITE
79         prompt   "asterisk-sqlite................. SQLite modules"
80         tristate
81         default n
82         depends FWRT_PACKAGE_ASTERISK
83         select FWRT_PACKAGE_LIBSQLITE2
84         help
85           SQLite modules for Asterisk
86
87 config FWRT_PACKAGE_ASTERISK_SOUNDS
88         prompt   "asterisk-sounds................. Sound files"
89         tristate
90         default n
91         depends FWRT_PACKAGE_ASTERISK
92         help
93           Sound files for Asterisk
94
95 config FWRT_PACKAGE_ASTERISK_VOICEMAIL
96         prompt   "asterisk-voicemail.............. Voicemail support"
97         tristate
98         default n
99         depends FWRT_PACKAGE_ASTERISK
100         help
101           Voicemail related modules for Asterisk
102
103 config FWRT_PACKAGE_ASTERISK_MEETME
104         prompt   "asterisk-meetme................. Support For MeetMe (Conferences)"
105         tristate
106         default n
107         depends FWRT_PACKAGE_ASTERISK
108         select FWRT_PACKAGE_ZAPTEL
109         depends on FWRT_LINUX_2_6
110         help
111           This package allows creation of conference channels.
112
113 config FWRT_PACKAGE_ASTERISK_CHAN_MISDN
114         prompt   "asterisk-misdn.................. Support for mISDN"
115         tristate
116         default n
117         depends FWRT_PACKAGE_ASTERISK
118         select FWRT_PACKAGE_MISDNUSER
119         depends on FWRT_LINUX_2_6
120 endmenu
Note: See TracBrowser for help on using the browser.