b7580a6ee8d9765d33733b7d1eea5c2950f0c84a
[openwrt/svn-archive/archive.git] / openwrt / package / openser / Config.in
1 menu "openser........................... Configurable, free SIP server"
2
3 config BR2_PACKAGE_OPENSER
4 prompt "openser........................... Configurable, free SIP server"
5 tristate
6 default m if CONFIG_DEVEL
7 help
8 Open SIP Express Router (OpenSER) is a high-performance,
9 configurable, free SIP server.
10
11 config BR2_PACKAGE_OPENSER_MOD_AUTH
12 prompt "openser-mod-auth.................. Authentication support"
13 tristate
14 default m
15 select BR2_PACKAGE_OPENSER
16 help
17 Enable authentication support
18
19 config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
20 prompt "openser-mod-auth-db............... Authentication with database support"
21 tristate
22 default m
23 select BR2_PACKAGE_OPENSER
24 select BR2_PACKAGE_OPENSER_MOD_AUTH
25 help
26 Enable authentication with database support
27
28 config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
29 prompt "openser-mod-auth-radius........... Authentication with RADIUS support"
30 tristate
31 default m
32 select BR2_PACKAGE_OPENSER
33 select BR2_PACKAGE_LIBRADIUSCLIENT_NG
34 help
35 Authentication against RADIUS
36
37 config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS
38 prompt "openser-mod-avp-radius............ AVP with RADIUS support"
39 tristate
40 default m
41 select BR2_PACKAGE_OPENSER
42 select BR2_PACKAGE_LIBRADIUSCLIENT_NG
43 help
44 Enable AVP with RADIUS support
45
46 config BR2_PACKAGE_OPENSER_MOD_AVPOPS
47 prompt "openser-mod-avpops................ AVP options support"
48 tristate
49 default m
50 select BR2_PACKAGE_OPENSER
51 help
52 Enable AVP options support
53
54 config BR2_PACKAGE_OPENSER_MOD_DISPATCHER
55 prompt "openser-mod-dispatcher............ dispatcher support"
56 tristate
57 default m
58 select BR2_PACKAGE_OPENSER
59 help
60 Enable dispatcher options support
61
62 config BR2_PACKAGE_OPENSER_MOD_DIVERSION
63 prompt "openser-mod-diversion............. diversion support"
64 tristate
65 default m
66 select BR2_PACKAGE_OPENSER
67 help
68 Enable diversion options support
69
70 config BR2_PACKAGE_OPENSER_MOD_FLATSTORE
71 prompt "openser-mod-flatstore............. flatstore support"
72 tristate
73 default m
74 select BR2_PACKAGE_OPENSER
75 help
76 Enable flatstore support
77
78 config BR2_PACKAGE_OPENSER_MOD_GFLAGS
79 prompt "openser-mod-gflags................ gflags support"
80 tristate
81 default m
82 select BR2_PACKAGE_OPENSER
83 help
84 Enable GFlags support
85
86 config BR2_PACKAGE_OPENSER_MOD_GROUP
87 prompt "openser-mod-group................. group support"
88 tristate
89 default m
90 select BR2_PACKAGE_OPENSER
91 help
92 Enable group support
93
94 config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS
95 prompt "openser-mod-group-radius.......... group with RADIUS support"
96 tristate
97 default m
98 select BR2_PACKAGE_OPENSER
99 help
100 Enable group with RADIUS support
101
102 config BR2_PACKAGE_OPENSER_MOD_LCR
103 prompt "openser-mod-lcr................... Least Cost Routing support"
104 tristate
105 default m
106 select BR2_PACKAGE_OPENSER
107 select BR2_PACKAGE_OPENSER_MOD_MYSQL
108 help
109 Enable Least Cost Routing support
110
111 config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
112 prompt "openser-mod-mediaproxy............ Mediaproxy support"
113 tristate
114 default m
115 select BR2_PACKAGE_OPENSER
116 help
117 Enable mediaproxy support
118
119 config BR2_PACKAGE_OPENSER_MOD_MSILO
120 prompt "openser-mod-msilo................. MSilo support"
121 tristate
122 default m
123 select BR2_PACKAGE_OPENSER
124 help
125 Enable msilo support
126
127 config BR2_PACKAGE_OPENSER_MOD_MYSQL
128 prompt "openser-mod-mysql................. MySQL support"
129 tristate
130 default m
131 select BR2_PACKAGE_LIBMYSQLCLIENT
132 select BR2_PACKAGE_OPENSER
133 help
134 Enable MySQL support
135
136 config BR2_PACKAGE_OPENSER_MOD_NATHELPER
137 prompt "openser-mod-nathelper............. NAT helper support"
138 tristate
139 default m
140 select BR2_PACKAGE_OPENSER
141 help
142 NAT helper support
143
144 config BR2_PACKAGE_OPENSER_MOD_OPTIONS
145 prompt "openser-mod-options............... options support"
146 tristate
147 default m
148 select BR2_PACKAGE_OPENSER
149 help
150 Enable options support
151
152 config BR2_PACKAGE_OPENSER_MOD_PDT
153 prompt "openser-mod-pdt................... PDT support"
154 tristate
155 default m
156 select BR2_PACKAGE_OPENSER
157 help
158 Enable pdt support
159
160 config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS
161 prompt "openser-mod-permissions........... Permissions support"
162 tristate
163 default m
164 select BR2_PACKAGE_OPENSER
165 help
166 Enable permissions support
167
168 config BR2_PACKAGE_OPENSER_MOD_PIKE
169 prompt "openser-mod-pike.................. PIKE support"
170 tristate
171 default m
172 select BR2_PACKAGE_OPENSER
173 help
174 Enable pike support
175
176 config BR2_PACKAGE_OPENSER_MOD_SMS
177 prompt "openser-mod-sms................... SMS support"
178 tristate
179 default m
180 select BR2_PACKAGE_OPENSER
181 help
182 SMS support
183
184 config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
185 prompt "openser-mod-speeddial............. Speed Dial support"
186 tristate
187 default m
188 select BR2_PACKAGE_OPENSER
189 help
190 Speed Dial support
191
192 config BR2_PACKAGE_OPENSER_MOD_UAC
193 prompt "openser-mod-uac................... UAC support"
194 tristate
195 default m
196 select BR2_PACKAGE_OPENSER
197 help
198 Enable UAC support
199
200 config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
201 prompt "openser-mod-uac................... UAC redirect support"
202 tristate
203 default m
204 select BR2_PACKAGE_OPENSER
205 help
206 Enable UAC redirect support
207
208 config BR2_PACKAGE_OPENSER_MOD_URI
209 prompt "openser-mod-uri................... URI support"
210 tristate
211 default m
212 select BR2_PACKAGE_OPENSER
213 help
214 Enable URI support
215
216 config BR2_PACKAGE_OPENSER_MOD_URI_DB
217 prompt "openser-mod-uri-db................ URI database support"
218 tristate
219 default m
220 select BR2_PACKAGE_OPENSER
221 help
222 Enable URI database support
223
224 config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
225 prompt "openser-mod-uri-radius............ URI with RADIUS support"
226 tristate
227 default m
228 select BR2_PACKAGE_OPENSER
229 help
230 Enable URI with RADIUS support
231
232 config BR2_PACKAGE_OPENSER_MOD_XLOG
233 prompt "openser-mod-xlog.................. Logging support"
234 tristate
235 default m
236 select BR2_PACKAGE_OPENSER
237 help
238 Logging support
239
240 endmenu