2006-03-19 00:15:33 +02:00
|
|
|
menu "openser........................... Configurable, free SIP server"
|
2006-03-17 12:35:07 +02:00
|
|
|
|
2006-01-31 18:51:23 +02:00
|
|
|
config BR2_PACKAGE_OPENSER
|
2006-03-19 00:15:33 +02:00
|
|
|
prompt "openser........................... Configurable, free SIP server"
|
|
|
|
tristate
|
2006-01-31 18:51:23 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
help
|
|
|
|
Open SIP Express Router (OpenSER) is a high-performance,
|
|
|
|
configurable, free SIP server.
|
2006-03-17 12:35:07 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-auth................ Authentication support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Enable authentication support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-auth-db........... Authentication with database support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER_MOD_AUTH
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Enable authentication with database support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-auth-radius....... Authentication with RADIUS support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER_MOD_AUTH
|
2006-03-17 22:08:06 +02:00
|
|
|
select BR2_PACKAGE_LIBRADIUSCLIENT_NG
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Authentication against RADIUS
|
|
|
|
|
2006-03-19 00:15:33 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-avp-radius.......... AVP with RADIUS support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-19 00:15:33 +02:00
|
|
|
select BR2_PACKAGE_LIBRADIUSCLIENT_NG
|
2006-03-19 06:53:42 +02:00
|
|
|
help
|
|
|
|
Enable AVP with RADIUS support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
2006-03-17 12:35:07 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_AVPOPS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-avpops.............. AVP options support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Enable AVP options support
|
|
|
|
|
2006-03-19 00:15:33 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_DISPATCHER
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-dispatcher.......... dispatcher support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable dispatcher options support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_DIVERSION
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-diversion........... diversion support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable diversion options support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_FLATSTORE
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-flatstore........... flatstore support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable flatstore support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_GFLAGS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-gflags.............. gflags support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable GFlags support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_GROUP
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-group............... group support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable group support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-group-radius........ group with RADIUS support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable group with RADIUS support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_LCR
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-lcr................. Least Cost Routing support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
select BR2_PACKAGE_OPENSER_MOD_MYSQL
|
|
|
|
help
|
|
|
|
Enable Least Cost Routing support
|
2006-03-17 12:35:07 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-mediaproxy.......... Mediaproxy support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Enable mediaproxy support
|
|
|
|
|
2006-03-19 00:15:33 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_MSILO
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-msilo............... MSilo support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable msilo support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_MYSQL
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-mysql............... MySQL support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-04-02 03:24:01 +03:00
|
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
2006-03-19 06:53:42 +02:00
|
|
|
help
|
|
|
|
Enable MySQL support
|
2006-03-17 12:35:07 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_NATHELPER
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-nathelper........... NAT helper support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
NAT helper support
|
|
|
|
|
2006-03-19 00:15:33 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_OPTIONS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-options............. options support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable options support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_PDT
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-pdt................. PDT support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable pdt support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-permissions......... Permissions support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable permissions support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_PIKE
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-pike................ PIKE support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable pike support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
2006-03-17 12:35:07 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_SMS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-sms................. SMS support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
SMS support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-speeddial........... Speed Dial support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Speed Dial support
|
|
|
|
|
2006-03-19 00:15:33 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_UAC
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-uac................. UAC support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable UAC support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-uac................. UAC redirect support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable UAC redirect support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_URI
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-uri................. URI support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable URI support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_URI_DB
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-uri-db.............. URI database support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable URI database support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-uri-radius.......... URI with RADIUS support"
|
2006-03-19 00:15:33 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
|
|
|
help
|
|
|
|
Enable URI with RADIUS support
|
2006-03-19 00:15:33 +02:00
|
|
|
|
2006-03-17 12:35:07 +02:00
|
|
|
config BR2_PACKAGE_OPENSER_MOD_XLOG
|
2006-04-02 03:24:01 +03:00
|
|
|
prompt "openser-mod-xlog................ Logging support"
|
2006-03-17 12:35:07 +02:00
|
|
|
tristate
|
2006-03-19 06:53:42 +02:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_PACKAGE_OPENSER
|
2006-03-17 12:35:07 +02:00
|
|
|
help
|
|
|
|
Logging support
|
|
|
|
|
|
|
|
endmenu
|