2006-03-17 10:35:07 +00:00
|
|
|
menu "openser............................ Configurable, free SIP server"
|
|
|
|
|
2006-01-31 16:51:23 +00:00
|
|
|
config BR2_PACKAGE_OPENSER
|
|
|
|
tristate
|
2006-03-17 10:35:07 +00:00
|
|
|
prompt "openser.......................... Configurable, free SIP server"
|
2006-01-31 16:51:23 +00:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
|
|
|
Open SIP Express Router (OpenSER) is a high-performance,
|
|
|
|
configurable, free SIP server.
|
2006-03-17 10:35:07 +00:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_MYSQL
|
|
|
|
prompt "openser-mod-mysql................ MySQL support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_COMPILE_MYSQL
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable MySQL support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH
|
|
|
|
prompt "openser-mod-auth................. Authentication support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable authentication support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
|
|
|
|
prompt "openser-mod-auth-db.............. Authentication with database support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
select BR2_PACKAGE_OPENSER_MOD_AUTH
|
|
|
|
help
|
|
|
|
Enable authentication with database support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
|
|
|
|
prompt "openser-mod-auth-radius.......... Authentication with RADIUS support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
2006-03-17 20:08:06 +00:00
|
|
|
select BR2_PACKAGE_LIBRADIUSCLIENT_NG
|
2006-03-17 10:35:07 +00:00
|
|
|
help
|
|
|
|
Authentication against RADIUS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AVPOPS
|
|
|
|
prompt "openser-mod-avpops............... AVP options support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable AVP options support
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
|
|
|
|
prompt "openser-mod-mediaproxy........... Mediaproxy support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable mediaproxy support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_LCR
|
|
|
|
prompt "openser-mod-lcr.................. Least Cost Routing support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
select BR2_PACKAGE_OPENSER_MOD_MYSQL
|
|
|
|
help
|
|
|
|
Enable Least Cost Routing support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_NATHELPER
|
|
|
|
prompt "openser-mod-nathelper............ NAT helper support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
NAT helper support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_SMS
|
|
|
|
prompt "openser-mod-sms.................. SMS support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
SMS support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
|
|
|
|
prompt "openser-mod-speeddial............ Speed dial support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Speed Dial support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_XLOG
|
|
|
|
prompt "openser-mod-xlog................. Logging support"
|
|
|
|
tristate
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Logging support
|
|
|
|
|
|
|
|
endmenu
|