source: freewrt/package/asterisk/Config.in@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was a9b0a36, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

update to latest stable version (security fixes), remove pbx_dundi, i do not use it and it fails to load

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2546 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.8 KB
Line 
1config FWRT_PACKAGE_ASTERISK
2 prompt "asterisk.......................... Complete open source PBX"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBNCURSES
6 select FWRT_PACKAGE_LIBPTHREAD
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
15config FWRT_PACKAGE_ASTERISK_CHAN_MGCP
16 prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
17 tristate
18 default n
19 depends FWRT_PACKAGE_ASTERISK
20 help
21 Media Gateway Control Protocol implementation for Asterisk
22
23config FWRT_PACKAGE_ASTERISK_CHAN_SKINNY
24 prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
25 tristate
26 default n
27 depends FWRT_PACKAGE_ASTERISK
28 help
29 Skinny Client Control Protocol implementation for Asterisk
30
31config FWRT_PACKAGE_ASTERISK_RES_AGI
32 prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
33 tristate
34 default n
35 depends FWRT_PACKAGE_ASTERISK
36 help
37 Asterisk Gateway Interface module
38
39config FWRT_PACKAGE_ASTERISK_SQLITE
40 prompt "asterisk-sqlite................. SQLite modules"
41 tristate
42 default n
43 depends FWRT_PACKAGE_ASTERISK
44 select FWRT_PACKAGE_LIBSQLITE
45 help
46 SQLite modules for Asterisk
47
48config FWRT_PACKAGE_ASTERISK_SOUNDS
49 prompt "asterisk-sounds................. Sound files"
50 tristate
51 default n
52 depends FWRT_PACKAGE_ASTERISK
53 help
54 Sound files for Asterisk
55
56config FWRT_PACKAGE_ASTERISK_VOICEMAIL
57 prompt "asterisk-voicemail.............. Voicemail support"
58 tristate
59 default n
60 depends FWRT_PACKAGE_ASTERISK
61 help
62 Voicemail related modules for Asterisk
63
Note: See TracBrowser for help on using the repository browser.