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

Revision 2994, 3.1 kB (checked in by wbx, 1 year ago)

update misdn package to latest version, provide both, inkernel patched version and external package

Line 
1 config FWRT_PACKAGE_ASTERISK_12
2         tristate
3         default n
4         depends on FWRT_PACKAGE_ASTERISK_VERSION_12
5
6 menu "asterisk-modules.................. Additional modules for Asterisk 1.2"
7 depends on FWRT_PACKAGE_ASTERISK_12
8
9 config FWRT_PACKAGE_ASTERISK_12_CHAN_MGCP
10         prompt   "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
11         tristate
12         default n
13         depends FWRT_PACKAGE_ASTERISK_12
14         help
15           Media Gateway Control Protocol implementation for Asterisk
16
17 config FWRT_PACKAGE_ASTERISK_12_CHAN_SKINNY
18         prompt   "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
19         tristate
20         default n
21         depends FWRT_PACKAGE_ASTERISK_12
22         help
23           Skinny Client Control Protocol implementation for Asterisk
24
25 config FWRT_PACKAGE_ASTERISK_12_CHAN_IAX2
26         prompt   "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
27         tristate
28         default n
29         depends FWRT_PACKAGE_ASTERISK_12
30         help
31           IAX2 allows trunking communication channels together.
32
33 config FWRT_PACKAGE_ASTERISK_12_CODEC_SPEEX
34         prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
35         tristate
36         default n
37         depends FWRT_PACKAGE_ASTERISK_12
38         select FWRT_PACKAGE_LIBSPEEX
39         help
40           The Speex speech compression codec for Asterisk
41
42 config FWRT_PACKAGE_ASTERISK_12_PBX_DUNDI
43         prompt   "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
44         tristate
45         default n
46         depends FWRT_PACKAGE_ASTERISK_12
47         help
48           Distributed Universal Number Discovery (DUNDi) support for Asterisk
49
50 config FWRT_PACKAGE_ASTERISK_12_RES_AGI
51         prompt   "asterisk-res-agi................ Asterisk Gateway Interface module"
52         tristate
53         default n
54         depends FWRT_PACKAGE_ASTERISK_12
55         help
56           Asterisk Gateway Interface module
57
58 config FWRT_PACKAGE_ASTERISK_12_SQLITE
59         prompt   "asterisk-sqlite................. SQLite modules"
60         tristate
61         default n
62         depends FWRT_PACKAGE_ASTERISK_12
63         select FWRT_PACKAGE_LIBSQLITE2
64         help
65           SQLite modules for Asterisk
66
67 config FWRT_PACKAGE_ASTERISK_12_SOUNDS
68         prompt   "asterisk-sounds................. Sound files"
69         tristate
70         default n
71         depends FWRT_PACKAGE_ASTERISK_12
72         help
73           Sound files for Asterisk
74
75 config FWRT_PACKAGE_ASTERISK_12_VOICEMAIL
76         prompt   "asterisk-voicemail.............. Voicemail support"
77         tristate
78         default n
79         depends FWRT_PACKAGE_ASTERISK_12
80         help
81           Voicemail related modules for Asterisk
82
83 config FWRT_PACKAGE_ASTERISK_12_MEETME
84         prompt   "asterisk-meetme................. Support For MeetMe (Conferences)"
85         tristate
86         default n
87         select FWRT_PACKAGE_KMOD_ZTDUMMY_12
88         select FWRT_PACKAGE_ASTERISK_12_ZAPTEL
89         help
90           This package allows creation of conference channels.
91
92 config FWRT_PACKAGE_ASTERISK_12_ZAPTEL
93         prompt   "asterisk-zaptel................. Support For Zaptel"
94         tristate
95         default n
96         depends FWRT_PACKAGE_ASTERISK_12
97         select FWRT_PACKAGE_ZAPTEL_12
98         select FWRT_PACKAGE_KMOD_ZAPTEL_12
99         help
100           This package allows using ISDN zaptel hardware.
101
102 config FWRT_PACKAGE_ASTERISK_12_CHAN_MISDN
103         prompt   "asterisk-chan-misdn............. Support for mISDN"
104         tristate
105         default n
106         depends on FWRT_LINUX_2_6
107         depends FWRT_PACKAGE_ASTERISK_12
108         select FWRT_PACKAGE_MISDNUSER
109         help
110           This package allows using ISDN hardware supported by mISDN.
111 endmenu
Note: See TracBrowser for help on using the browser.