123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- #menu "opensips........................... Configurable, free SIP server"
- config ADK_PACKAGE_OPENSIPS
- prompt "opensips........................... Configurable, free SIP server"
- tristate
- default n
- select ADK_PACKAGE_LIBOPENSSL
- help
- Open SIP Express Router (OpenSER) is a high-performance,
- configurable, free SIP server.
- config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING
- prompt " opensips-mod-acc............... Accounting support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable accounting support
- config ADK_PACKAGE_OPENSIPS_MOD_AUTH
- prompt " opensips-mod-auth.............. Authentication support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable authentication support
- config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB
- prompt " opensips-mod-auth-db......... Authentication with database support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH
- help
- Enable authentication with database support
- config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS
- prompt " opensips-mod-avpops............ AVP options support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable AVP options support
- config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER
- prompt " opensips-mod-dispatcher........ dispatcher support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable dispatcher options support
- config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION
- prompt " opensips-mod-diversion......... diversion support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable diversion options support
- config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE
- prompt " opensips-mod-flatstore......... flatstore support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable flatstore support
- config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS
- prompt " opensips-mod-gflags............ gflags support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable GFlags support
- config ADK_PACKAGE_OPENSIPS_MOD_GROUP
- prompt " opensips-mod-group............. group support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable group support
- config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY
- prompt " opensips-mod-mediaproxy........ Mediaproxy support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable mediaproxy support
- config ADK_PACKAGE_OPENSIPS_MOD_MSILO
- prompt " opensips-mod-msilo............. MSilo support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable msilo support
- config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER
- prompt " opensips-mod-nathelper......... NAT helper support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- NAT helper support
- config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS
- prompt " opensips-mod-options........... options support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable options support
- config ADK_PACKAGE_OPENSIPS_MOD_PDT
- prompt " opensips-mod-pdt............... PDT support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable pdt support
- config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS
- prompt " opensips-mod-permissions....... Permissions support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable permissions support
- config ADK_PACKAGE_OPENSIPS_MOD_PIKE
- prompt " opensips-mod-pike.............. PIKE support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable pike support
- config ADK_PACKAGE_OPENSIPS_MOD_SMS
- prompt " opensips-mod-sms............... SMS support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- SMS support
- config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL
- prompt " opensips-mod-speeddial......... Speed Dial support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Speed Dial support
- config ADK_PACKAGE_OPENSIPS_MOD_UAC
- prompt " opensips-mod-uac............... UAC support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable UAC support
- config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT
- prompt " opensips-mod-uac............... UAC redirect support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable UAC redirect support
- config ADK_PACKAGE_OPENSIPS_MOD_URI
- prompt " opensips-mod-uri............... URI support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable URI support
- config ADK_PACKAGE_OPENSIPS_MOD_URI_DB
- prompt " opensips-mod-uri-db............ URI database support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Enable URI database support
- config ADK_PACKAGE_OPENSIPS_MOD_XLOG
- prompt " opensips-mod-xlog.............. Logging support"
- tristate
- default n
- depends on ADK_PACKAGE_OPENSIPS
- help
- Logging support
- #endmenu
|