summaryrefslogtreecommitdiff
path: root/package/asterisk/Config.in
blob: 72f8b6bcae11fc97a7dbfc2202d8e7622e4ce697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
config ADK_PACKAGE_ASTERISK
	bool "asterisk................... Telephony server"
        select ADK_PACKAGE_LIBCURL
	select ADK_PACKAGE_LIBNCURSES
	select ADK_PACKAGE_LIBPTHREAD
	default n

menu "asterisk-modules.................. Additional modules for Asterisk"
depends on ADK_PACKAGE_ASTERISK

config ADK_PACKAGE_ASTERISK_CHAN_MGCP
	prompt   "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Media Gateway Control Protocol implementation for Asterisk

config ADK_PACKAGE_ASTERISK_CHAN_SKINNY
	prompt   "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Skinny Client Control Protocol implementation for Asterisk

config ADK_PACKAGE_ASTERISK_CHAN_IAX2
	prompt   "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  IAX2 allows trunking communication channels together.

	  Contains:
	  * chan_iax2.so

config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
	prompt   "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	select ADK_PACKAGE_LIBSPEEX
	help
	  The Speex speech compression codec for Asterisk

config ADK_PACKAGE_ASTERISK_CODEC_GSM
	prompt   "asterisk-codec-gsm.............. GSM Codec"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  The GSM codec for Asterisk

config ADK_PACKAGE_ASTERISK_PBX_DUNDI
	prompt   "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Distributed Universal Number Discovery (DUNDi) support for Asterisk

config ADK_PACKAGE_ASTERISK_RES_AGI
	prompt   "asterisk-res-agi................ Asterisk Gateway Interface module"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Asterisk Gateway Interface module

config ADK_PACKAGE_ASTERISK_PGSQL
	prompt   "asterisk-pgsql.................. PostgreSQL modules"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	select ADK_PACKAGE_LIBPQ
	help
	  PostgreSQL modules for Asterisk

config ADK_PACKAGE_ASTERISK_SOUNDS
	prompt   "asterisk-sounds................. Sound files"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Sound files for Asterisk

config ADK_PACKAGE_ASTERISK_VOICEMAIL
	prompt   "asterisk-voicemail.............. Voicemail support"
	tristate
	default n
	depends on ADK_PACKAGE_ASTERISK
	help
	  Voicemail related modules for Asterisk

endmenu