source: freewrt/package/openser/Config.in@ 94f84de9

Last change on this file since 94f84de9 was 33ee1a0, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

activate openser accounting

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[e3ea651]1#menu "openser........................... Configurable, free SIP server"
[475ad56]2
[c04ece1]3config FWRT_PACKAGE_OPENSER
[475ad56]4 prompt "openser........................... Configurable, free SIP server"
5 tristate
[418e6805]6 default n
[475ad56]7 help
8 Open SIP Express Router (OpenSER) is a high-performance,
9 configurable, free SIP server.
10
[33ee1a0]11config FWRT_PACKAGE_OPENSER_MOD_ACCOUNTING
12 prompt " openser-mod-acc............... Accounting support"
13 tristate
14 default n
15 depends FWRT_PACKAGE_OPENSER
16 help
17 Enable accounting support
18
[c04ece1]19config FWRT_PACKAGE_OPENSER_MOD_AUTH
[e3ea651]20 prompt " openser-mod-auth.............. Authentication support"
[475ad56]21 tristate
[418e6805]22 default n
[c04ece1]23 depends FWRT_PACKAGE_OPENSER
[475ad56]24 help
25 Enable authentication support
26
[c04ece1]27config FWRT_PACKAGE_OPENSER_MOD_AUTH_DB
[e3ea651]28 prompt " openser-mod-auth-db......... Authentication with database support"
[475ad56]29 tristate
[418e6805]30 default n
[c04ece1]31 depends FWRT_PACKAGE_OPENSER_MOD_AUTH
[475ad56]32 help
33 Enable authentication with database support
34
[c04ece1]35config FWRT_PACKAGE_OPENSER_MOD_AUTH_RADIUS
[e3ea651]36 prompt " openser-mod-auth-radius..... Authentication with RADIUS support"
[475ad56]37 tristate
[418e6805]38 default n
[c04ece1]39 depends FWRT_PACKAGE_OPENSER_MOD_AUTH
40 select FWRT_PACKAGE_LIBRADIUSCLIENT_NG
[475ad56]41 help
42 Authentication against RADIUS
43
[c04ece1]44config FWRT_PACKAGE_OPENSER_MOD_AVP_RADIUS
[e3ea651]45 prompt " openser-mod-avp-radius........ AVP with RADIUS support"
[475ad56]46 tristate
[418e6805]47 default n
[c04ece1]48 depends FWRT_PACKAGE_OPENSER
49 select FWRT_PACKAGE_LIBRADIUSCLIENT_NG
[475ad56]50 help
51 Enable AVP with RADIUS support
52
[c04ece1]53config FWRT_PACKAGE_OPENSER_MOD_AVPOPS
[e3ea651]54 prompt " openser-mod-avpops............ AVP options support"
[475ad56]55 tristate
[418e6805]56 default n
[c04ece1]57 depends FWRT_PACKAGE_OPENSER
[475ad56]58 help
59 Enable AVP options support
60
[c04ece1]61config FWRT_PACKAGE_OPENSER_MOD_DISPATCHER
[e3ea651]62 prompt " openser-mod-dispatcher........ dispatcher support"
[475ad56]63 tristate
[418e6805]64 default n
[c04ece1]65 depends FWRT_PACKAGE_OPENSER
[475ad56]66 help
67 Enable dispatcher options support
68
[c04ece1]69config FWRT_PACKAGE_OPENSER_MOD_DIVERSION
[e3ea651]70 prompt " openser-mod-diversion......... diversion support"
[475ad56]71 tristate
[418e6805]72 default n
[c04ece1]73 depends FWRT_PACKAGE_OPENSER
[475ad56]74 help
75 Enable diversion options support
76
[c04ece1]77config FWRT_PACKAGE_OPENSER_MOD_FLATSTORE
[e3ea651]78 prompt " openser-mod-flatstore......... flatstore support"
[475ad56]79 tristate
[418e6805]80 default n
[c04ece1]81 depends FWRT_PACKAGE_OPENSER
[475ad56]82 help
83 Enable flatstore support
84
[c04ece1]85config FWRT_PACKAGE_OPENSER_MOD_GFLAGS
[e3ea651]86 prompt " openser-mod-gflags............ gflags support"
[475ad56]87 tristate
[418e6805]88 default n
[c04ece1]89 depends FWRT_PACKAGE_OPENSER
[475ad56]90 help
91 Enable GFlags support
92
[c04ece1]93config FWRT_PACKAGE_OPENSER_MOD_GROUP
[e3ea651]94 prompt " openser-mod-group............. group support"
[475ad56]95 tristate
[418e6805]96 default n
[c04ece1]97 depends FWRT_PACKAGE_OPENSER
[475ad56]98 help
99 Enable group support
100
[c04ece1]101config FWRT_PACKAGE_OPENSER_MOD_GROUP_RADIUS
[e3ea651]102 prompt " openser-mod-group-radius...... group with RADIUS support"
[475ad56]103 tristate
[418e6805]104 default n
[c04ece1]105 depends FWRT_PACKAGE_OPENSER
[475ad56]106 help
107 Enable group with RADIUS support
108
[c04ece1]109config FWRT_PACKAGE_OPENSER_MOD_LCR
[e3ea651]110 prompt " openser-mod-lcr............... Least Cost Routing support"
[475ad56]111 tristate
[418e6805]112 default n
[c04ece1]113 depends FWRT_PACKAGE_OPENSER
114 select FWRT_PACKAGE_OPENSER_MOD_MYSQL
[475ad56]115 help
116 Enable Least Cost Routing support
117
[c04ece1]118config FWRT_PACKAGE_OPENSER_MOD_MEDIAPROXY
[e3ea651]119 prompt " openser-mod-mediaproxy........ Mediaproxy support"
[475ad56]120 tristate
[418e6805]121 default n
[c04ece1]122 depends FWRT_PACKAGE_OPENSER
[475ad56]123 help
124 Enable mediaproxy support
125
[c04ece1]126config FWRT_PACKAGE_OPENSER_MOD_MSILO
[e3ea651]127 prompt " openser-mod-msilo............. MSilo support"
[475ad56]128 tristate
[418e6805]129 default n
[c04ece1]130 depends FWRT_PACKAGE_OPENSER
[475ad56]131 help
132 Enable msilo support
133
[c04ece1]134config FWRT_PACKAGE_OPENSER_MOD_MYSQL
[e3ea651]135 prompt " openser-mod-mysql............. MySQL support"
[475ad56]136 tristate
[418e6805]137 default n
[c04ece1]138 depends FWRT_PACKAGE_OPENSER
139 select FWRT_PACKAGE_LIBMYSQLCLIENT
[475ad56]140 help
141 Enable MySQL support
142
[c04ece1]143config FWRT_PACKAGE_OPENSER_MOD_NATHELPER
[e3ea651]144 prompt " openser-mod-nathelper......... NAT helper support"
[475ad56]145 tristate
[418e6805]146 default n
[c04ece1]147 depends FWRT_PACKAGE_OPENSER
[475ad56]148 help
149 NAT helper support
150
[c04ece1]151config FWRT_PACKAGE_OPENSER_MOD_OPTIONS
[e3ea651]152 prompt " openser-mod-options........... options support"
[475ad56]153 tristate
[418e6805]154 default n
[c04ece1]155 depends FWRT_PACKAGE_OPENSER
[475ad56]156 help
157 Enable options support
158
[c04ece1]159config FWRT_PACKAGE_OPENSER_MOD_PDT
[e3ea651]160 prompt " openser-mod-pdt............... PDT support"
[475ad56]161 tristate
[418e6805]162 default n
[c04ece1]163 depends FWRT_PACKAGE_OPENSER
[475ad56]164 help
165 Enable pdt support
166
[c04ece1]167config FWRT_PACKAGE_OPENSER_MOD_PERMISSIONS
[e3ea651]168 prompt " openser-mod-permissions....... Permissions support"
[475ad56]169 tristate
[418e6805]170 default n
[c04ece1]171 depends FWRT_PACKAGE_OPENSER
[475ad56]172 help
173 Enable permissions support
174
[c04ece1]175config FWRT_PACKAGE_OPENSER_MOD_PIKE
[e3ea651]176 prompt " openser-mod-pike.............. PIKE support"
[475ad56]177 tristate
[418e6805]178 default n
[c04ece1]179 depends FWRT_PACKAGE_OPENSER
[475ad56]180 help
181 Enable pike support
182
[c04ece1]183config FWRT_PACKAGE_OPENSER_MOD_SMS
[e3ea651]184 prompt " openser-mod-sms............... SMS support"
[475ad56]185 tristate
[418e6805]186 default n
[c04ece1]187 depends FWRT_PACKAGE_OPENSER
[475ad56]188 help
189 SMS support
190
[c04ece1]191config FWRT_PACKAGE_OPENSER_MOD_SPEEDDIAL
[e3ea651]192 prompt " openser-mod-speeddial......... Speed Dial support"
[475ad56]193 tristate
[418e6805]194 default n
[c04ece1]195 depends FWRT_PACKAGE_OPENSER
[475ad56]196 help
197 Speed Dial support
198
[c04ece1]199config FWRT_PACKAGE_OPENSER_MOD_UAC
[e3ea651]200 prompt " openser-mod-uac............... UAC support"
[475ad56]201 tristate
[418e6805]202 default n
[c04ece1]203 depends FWRT_PACKAGE_OPENSER
[475ad56]204 help
205 Enable UAC support
206
[c04ece1]207config FWRT_PACKAGE_OPENSER_MOD_UAC_REDIRECT
[e3ea651]208 prompt " openser-mod-uac............... UAC redirect support"
[475ad56]209 tristate
[418e6805]210 default n
[c04ece1]211 depends FWRT_PACKAGE_OPENSER
[475ad56]212 help
213 Enable UAC redirect support
214
[c04ece1]215config FWRT_PACKAGE_OPENSER_MOD_URI
[e3ea651]216 prompt " openser-mod-uri............... URI support"
[475ad56]217 tristate
[418e6805]218 default n
[c04ece1]219 depends FWRT_PACKAGE_OPENSER
[475ad56]220 help
221 Enable URI support
222
[c04ece1]223config FWRT_PACKAGE_OPENSER_MOD_URI_DB
[e3ea651]224 prompt " openser-mod-uri-db............ URI database support"
[475ad56]225 tristate
[418e6805]226 default n
[c04ece1]227 depends FWRT_PACKAGE_OPENSER
[475ad56]228 help
229 Enable URI database support
230
[c04ece1]231config FWRT_PACKAGE_OPENSER_MOD_URI_RADIUS
[e3ea651]232 prompt " openser-mod-uri-radius........ URI with RADIUS support"
[475ad56]233 tristate
[418e6805]234 default n
[c04ece1]235 depends FWRT_PACKAGE_OPENSER
[475ad56]236 help
237 Enable URI with RADIUS support
238
[c04ece1]239config FWRT_PACKAGE_OPENSER_MOD_XLOG
[e3ea651]240 prompt " openser-mod-xlog.............. Logging support"
[475ad56]241 tristate
[418e6805]242 default n
[c04ece1]243 depends FWRT_PACKAGE_OPENSER
[475ad56]244 help
245 Logging support
246
[e3ea651]247#endmenu
Note: See TracBrowser for help on using the repository browser.