1 menu "openser........................... Configurable, free SIP server"
3 config BR2_PACKAGE_OPENSER
4 prompt "openser........................... Configurable, free SIP server"
6 default m if CONFIG_DEVEL
8 Open SIP Express Router (OpenSER) is a high-performance,
9 configurable, free SIP server.
11 config BR2_PACKAGE_OPENSER_MOD_AUTH
12 prompt "openser-mod-auth................ Authentication support"
14 default m if CONFIG_DEVEL
15 depends BR2_PACKAGE_OPENSER
17 Enable authentication support
19 config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
20 prompt "openser-mod-auth-db........... Authentication with database support"
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_OPENSER_MOD_AUTH
25 Enable authentication with database support
27 config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
28 prompt "openser-mod-auth-radius....... Authentication with RADIUS support"
30 default m if CONFIG_DEVEL
31 depends BR2_PACKAGE_OPENSER_MOD_AUTH
32 select BR2_PACKAGE_LIBRADIUSCLIENT_NG
34 Authentication against RADIUS
36 config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS
37 prompt "openser-mod-avp-radius.......... AVP with RADIUS support"
39 default m if CONFIG_DEVEL
40 depends BR2_PACKAGE_OPENSER
41 select BR2_PACKAGE_LIBRADIUSCLIENT_NG
43 Enable AVP with RADIUS support
45 config BR2_PACKAGE_OPENSER_MOD_AVPOPS
46 prompt "openser-mod-avpops.............. AVP options support"
48 default m if CONFIG_DEVEL
49 depends BR2_PACKAGE_OPENSER
51 Enable AVP options support
53 config BR2_PACKAGE_OPENSER_MOD_DISPATCHER
54 prompt "openser-mod-dispatcher.......... dispatcher support"
56 default m if CONFIG_DEVEL
57 depends BR2_PACKAGE_OPENSER
59 Enable dispatcher options support
61 config BR2_PACKAGE_OPENSER_MOD_DIVERSION
62 prompt "openser-mod-diversion........... diversion support"
64 default m if CONFIG_DEVEL
65 depends BR2_PACKAGE_OPENSER
67 Enable diversion options support
69 config BR2_PACKAGE_OPENSER_MOD_FLATSTORE
70 prompt "openser-mod-flatstore........... flatstore support"
72 default m if CONFIG_DEVEL
73 depends BR2_PACKAGE_OPENSER
75 Enable flatstore support
77 config BR2_PACKAGE_OPENSER_MOD_GFLAGS
78 prompt "openser-mod-gflags.............. gflags support"
80 default m if CONFIG_DEVEL
81 depends BR2_PACKAGE_OPENSER
85 config BR2_PACKAGE_OPENSER_MOD_GROUP
86 prompt "openser-mod-group............... group support"
88 default m if CONFIG_DEVEL
89 depends BR2_PACKAGE_OPENSER
93 config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS
94 prompt "openser-mod-group-radius........ group with RADIUS support"
96 default m if CONFIG_DEVEL
97 depends BR2_PACKAGE_OPENSER
99 Enable group with RADIUS support
101 config BR2_PACKAGE_OPENSER_MOD_LCR
102 prompt "openser-mod-lcr................. Least Cost Routing support"
104 default m if CONFIG_DEVEL
105 depends BR2_PACKAGE_OPENSER
106 select BR2_PACKAGE_OPENSER_MOD_MYSQL
108 Enable Least Cost Routing support
110 config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
111 prompt "openser-mod-mediaproxy.......... Mediaproxy support"
113 default m if CONFIG_DEVEL
114 depends BR2_PACKAGE_OPENSER
116 Enable mediaproxy support
118 config BR2_PACKAGE_OPENSER_MOD_MSILO
119 prompt "openser-mod-msilo............... MSilo support"
121 default m if CONFIG_DEVEL
122 depends BR2_PACKAGE_OPENSER
126 config BR2_PACKAGE_OPENSER_MOD_MYSQL
127 prompt "openser-mod-mysql............... MySQL support"
129 default m if CONFIG_DEVEL
130 depends BR2_PACKAGE_OPENSER
131 select BR2_PACKAGE_LIBMYSQLCLIENT
135 config BR2_PACKAGE_OPENSER_MOD_NATHELPER
136 prompt "openser-mod-nathelper........... NAT helper support"
138 default m if CONFIG_DEVEL
139 depends BR2_PACKAGE_OPENSER
143 config BR2_PACKAGE_OPENSER_MOD_OPTIONS
144 prompt "openser-mod-options............. options support"
146 default m if CONFIG_DEVEL
147 depends BR2_PACKAGE_OPENSER
149 Enable options support
151 config BR2_PACKAGE_OPENSER_MOD_PDT
152 prompt "openser-mod-pdt................. PDT support"
154 default m if CONFIG_DEVEL
155 depends BR2_PACKAGE_OPENSER
159 config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS
160 prompt "openser-mod-permissions......... Permissions support"
162 default m if CONFIG_DEVEL
163 depends BR2_PACKAGE_OPENSER
165 Enable permissions support
167 config BR2_PACKAGE_OPENSER_MOD_PIKE
168 prompt "openser-mod-pike................ PIKE support"
170 default m if CONFIG_DEVEL
171 depends BR2_PACKAGE_OPENSER
175 config BR2_PACKAGE_OPENSER_MOD_SMS
176 prompt "openser-mod-sms................. SMS support"
178 default m if CONFIG_DEVEL
179 depends BR2_PACKAGE_OPENSER
183 config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
184 prompt "openser-mod-speeddial........... Speed Dial support"
186 default m if CONFIG_DEVEL
187 depends BR2_PACKAGE_OPENSER
191 config BR2_PACKAGE_OPENSER_MOD_UAC
192 prompt "openser-mod-uac................. UAC support"
194 default m if CONFIG_DEVEL
195 depends BR2_PACKAGE_OPENSER
199 config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
200 prompt "openser-mod-uac................. UAC redirect support"
202 default m if CONFIG_DEVEL
203 depends BR2_PACKAGE_OPENSER
205 Enable UAC redirect support
207 config BR2_PACKAGE_OPENSER_MOD_URI
208 prompt "openser-mod-uri................. URI support"
210 default m if CONFIG_DEVEL
211 depends BR2_PACKAGE_OPENSER
215 config BR2_PACKAGE_OPENSER_MOD_URI_DB
216 prompt "openser-mod-uri-db.............. URI database support"
218 default m if CONFIG_DEVEL
219 depends BR2_PACKAGE_OPENSER
221 Enable URI database support
223 config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
224 prompt "openser-mod-uri-radius.......... URI with RADIUS support"
226 default m if CONFIG_DEVEL
227 depends BR2_PACKAGE_OPENSER
229 Enable URI with RADIUS support
231 config BR2_PACKAGE_OPENSER_MOD_XLOG
232 prompt "openser-mod-xlog................ Logging support"
234 default m if CONFIG_DEVEL
235 depends BR2_PACKAGE_OPENSER