| 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 supportconfig ADK_PACKAGE_OPENSIPS_MOD_AUTH	prompt   "opensips-mod-auth.............. Authentication support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable authentication supportconfig 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 supportconfig ADK_PACKAGE_OPENSIPS_MOD_AVPOPS	prompt   "opensips-mod-avpops............ AVP options support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable AVP options supportconfig ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER	prompt   "opensips-mod-dispatcher........ dispatcher support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable dispatcher options supportconfig ADK_PACKAGE_OPENSIPS_MOD_DIVERSION	prompt   "opensips-mod-diversion......... diversion support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable diversion options supportconfig ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE	prompt   "opensips-mod-flatstore......... flatstore support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable flatstore supportconfig ADK_PACKAGE_OPENSIPS_MOD_GFLAGS	prompt   "opensips-mod-gflags............ gflags support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable GFlags supportconfig ADK_PACKAGE_OPENSIPS_MOD_GROUP	prompt   "opensips-mod-group............. group support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable group supportconfig ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY	prompt   "opensips-mod-mediaproxy........ Mediaproxy support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable mediaproxy supportconfig ADK_PACKAGE_OPENSIPS_MOD_MSILO	prompt   "opensips-mod-msilo............. MSilo support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable msilo supportconfig ADK_PACKAGE_OPENSIPS_MOD_NATHELPER	prompt   "opensips-mod-nathelper......... NAT helper support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  NAT helper supportconfig ADK_PACKAGE_OPENSIPS_MOD_OPTIONS	prompt   "opensips-mod-options........... options support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable options supportconfig ADK_PACKAGE_OPENSIPS_MOD_PDT	prompt   "opensips-mod-pdt............... PDT support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable pdt supportconfig ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS	prompt   "opensips-mod-permissions....... Permissions support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable permissions supportconfig ADK_PACKAGE_OPENSIPS_MOD_PIKE	prompt   "opensips-mod-pike.............. PIKE support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable pike supportconfig ADK_PACKAGE_OPENSIPS_MOD_SMS	prompt   "opensips-mod-sms............... SMS support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  SMS supportconfig ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL	prompt   "opensips-mod-speeddial......... Speed Dial support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Speed Dial supportconfig ADK_PACKAGE_OPENSIPS_MOD_UAC	prompt   "opensips-mod-uac............... UAC support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable UAC supportconfig 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 supportconfig ADK_PACKAGE_OPENSIPS_MOD_URI	prompt   "opensips-mod-uri............... URI support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Enable URI supportconfig 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 supportconfig ADK_PACKAGE_OPENSIPS_MOD_XLOG	prompt   "opensips-mod-xlog.............. Logging support"	tristate	default n	depends on ADK_PACKAGE_OPENSIPS	help	  Logging support#endmenu
 |