Updated to latest upstream version: 1.0.1
[openwrt-10.03/.git] / package / openser / Config.in
1 menu "openser............................ Configurable, free SIP server"
2
3 config BR2_PACKAGE_OPENSER
4         tristate 
5         prompt "openser.......................... Configurable, free SIP server"
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_MYSQL
12         prompt "openser-mod-mysql................ MySQL support"
13         tristate        
14         default m
15         select BR2_COMPILE_MYSQL
16         select BR2_PACKAGE_OPENSER
17         help
18           Enable MySQL support
19
20 config BR2_PACKAGE_OPENSER_MOD_AUTH
21         prompt "openser-mod-auth................. Authentication support"
22         tristate
23         default m
24         select BR2_PACKAGE_OPENSER
25         help
26           Enable authentication support
27
28 config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
29         prompt "openser-mod-auth-db.............. Authentication with database support"
30         tristate
31         default m
32         select BR2_PACKAGE_OPENSER
33         select BR2_PACKAGE_OPENSER_MOD_AUTH
34         help
35           Enable authentication with database support
36
37 config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
38         prompt "openser-mod-auth-radius.......... Authentication with RADIUS support"
39         tristate
40         default m
41         select BR2_PACKAGE_OPENSER
42         select BR2_PACAKGE_LIBRADIUSCLIENT_NG
43         help
44           Authentication against RADIUS
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
55 config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
56         prompt "openser-mod-mediaproxy........... Mediaproxy support"
57         tristate
58         default m
59         select BR2_PACKAGE_OPENSER
60         help
61           Enable mediaproxy support
62
63 config BR2_PACKAGE_OPENSER_MOD_LCR
64         prompt "openser-mod-lcr.................. Least Cost Routing support"
65         tristate
66         default m
67         select BR2_PACKAGE_OPENSER
68         select BR2_PACKAGE_OPENSER_MOD_MYSQL
69         help
70           Enable Least Cost Routing support
71
72 config BR2_PACKAGE_OPENSER_MOD_NATHELPER
73         prompt "openser-mod-nathelper............ NAT helper support"
74         tristate
75         default m
76         select BR2_PACKAGE_OPENSER
77         help
78           NAT helper support
79
80 config BR2_PACKAGE_OPENSER_MOD_SMS
81         prompt "openser-mod-sms.................. SMS support"
82         tristate
83         default m
84         select BR2_PACKAGE_OPENSER
85         help
86           SMS support
87
88 config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
89         prompt "openser-mod-speeddial............ Speed dial support"
90         tristate
91         default m
92         select BR2_PACKAGE_OPENSER
93         help
94           Speed Dial support
95
96 config BR2_PACKAGE_OPENSER_MOD_XLOG
97         prompt "openser-mod-xlog................. Logging support"
98         tristate
99         default m
100         select BR2_PACKAGE_OPENSER
101         help
102           Logging support
103
104 endmenu