Config.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. #menu "opensips........................... Configurable, free SIP server"
  2. config ADK_PACKAGE_OPENSIPS
  3. prompt "opensips........................... Configurable, free SIP server"
  4. tristate
  5. default n
  6. select ADK_PACKAGE_LIBOPENSSL
  7. help
  8. Open SIP Express Router (OpenSER) is a high-performance,
  9. configurable, free SIP server.
  10. config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING
  11. prompt " opensips-mod-acc............... Accounting support"
  12. tristate
  13. default n
  14. depends on ADK_PACKAGE_OPENSIPS
  15. help
  16. Enable accounting support
  17. config ADK_PACKAGE_OPENSIPS_MOD_AUTH
  18. prompt " opensips-mod-auth.............. Authentication support"
  19. tristate
  20. default n
  21. depends on ADK_PACKAGE_OPENSIPS
  22. help
  23. Enable authentication support
  24. config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB
  25. prompt " opensips-mod-auth-db......... Authentication with database support"
  26. tristate
  27. default n
  28. depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH
  29. help
  30. Enable authentication with database support
  31. config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS
  32. prompt " opensips-mod-avpops............ AVP options support"
  33. tristate
  34. default n
  35. depends on ADK_PACKAGE_OPENSIPS
  36. help
  37. Enable AVP options support
  38. config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER
  39. prompt " opensips-mod-dispatcher........ dispatcher support"
  40. tristate
  41. default n
  42. depends on ADK_PACKAGE_OPENSIPS
  43. help
  44. Enable dispatcher options support
  45. config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION
  46. prompt " opensips-mod-diversion......... diversion support"
  47. tristate
  48. default n
  49. depends on ADK_PACKAGE_OPENSIPS
  50. help
  51. Enable diversion options support
  52. config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE
  53. prompt " opensips-mod-flatstore......... flatstore support"
  54. tristate
  55. default n
  56. depends on ADK_PACKAGE_OPENSIPS
  57. help
  58. Enable flatstore support
  59. config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS
  60. prompt " opensips-mod-gflags............ gflags support"
  61. tristate
  62. default n
  63. depends on ADK_PACKAGE_OPENSIPS
  64. help
  65. Enable GFlags support
  66. config ADK_PACKAGE_OPENSIPS_MOD_GROUP
  67. prompt " opensips-mod-group............. group support"
  68. tristate
  69. default n
  70. depends on ADK_PACKAGE_OPENSIPS
  71. help
  72. Enable group support
  73. config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY
  74. prompt " opensips-mod-mediaproxy........ Mediaproxy support"
  75. tristate
  76. default n
  77. depends on ADK_PACKAGE_OPENSIPS
  78. help
  79. Enable mediaproxy support
  80. config ADK_PACKAGE_OPENSIPS_MOD_MSILO
  81. prompt " opensips-mod-msilo............. MSilo support"
  82. tristate
  83. default n
  84. depends on ADK_PACKAGE_OPENSIPS
  85. help
  86. Enable msilo support
  87. config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER
  88. prompt " opensips-mod-nathelper......... NAT helper support"
  89. tristate
  90. default n
  91. depends on ADK_PACKAGE_OPENSIPS
  92. help
  93. NAT helper support
  94. config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS
  95. prompt " opensips-mod-options........... options support"
  96. tristate
  97. default n
  98. depends on ADK_PACKAGE_OPENSIPS
  99. help
  100. Enable options support
  101. config ADK_PACKAGE_OPENSIPS_MOD_PDT
  102. prompt " opensips-mod-pdt............... PDT support"
  103. tristate
  104. default n
  105. depends on ADK_PACKAGE_OPENSIPS
  106. help
  107. Enable pdt support
  108. config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS
  109. prompt " opensips-mod-permissions....... Permissions support"
  110. tristate
  111. default n
  112. depends on ADK_PACKAGE_OPENSIPS
  113. help
  114. Enable permissions support
  115. config ADK_PACKAGE_OPENSIPS_MOD_PIKE
  116. prompt " opensips-mod-pike.............. PIKE support"
  117. tristate
  118. default n
  119. depends on ADK_PACKAGE_OPENSIPS
  120. help
  121. Enable pike support
  122. config ADK_PACKAGE_OPENSIPS_MOD_SMS
  123. prompt " opensips-mod-sms............... SMS support"
  124. tristate
  125. default n
  126. depends on ADK_PACKAGE_OPENSIPS
  127. help
  128. SMS support
  129. config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL
  130. prompt " opensips-mod-speeddial......... Speed Dial support"
  131. tristate
  132. default n
  133. depends on ADK_PACKAGE_OPENSIPS
  134. help
  135. Speed Dial support
  136. config ADK_PACKAGE_OPENSIPS_MOD_UAC
  137. prompt " opensips-mod-uac............... UAC support"
  138. tristate
  139. default n
  140. depends on ADK_PACKAGE_OPENSIPS
  141. help
  142. Enable UAC support
  143. config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT
  144. prompt " opensips-mod-uac............... UAC redirect support"
  145. tristate
  146. default n
  147. depends on ADK_PACKAGE_OPENSIPS
  148. help
  149. Enable UAC redirect support
  150. config ADK_PACKAGE_OPENSIPS_MOD_URI
  151. prompt " opensips-mod-uri............... URI support"
  152. tristate
  153. default n
  154. depends on ADK_PACKAGE_OPENSIPS
  155. help
  156. Enable URI support
  157. config ADK_PACKAGE_OPENSIPS_MOD_URI_DB
  158. prompt " opensips-mod-uri-db............ URI database support"
  159. tristate
  160. default n
  161. depends on ADK_PACKAGE_OPENSIPS
  162. help
  163. Enable URI database support
  164. config ADK_PACKAGE_OPENSIPS_MOD_XLOG
  165. prompt " opensips-mod-xlog.............. Logging support"
  166. tristate
  167. default n
  168. depends on ADK_PACKAGE_OPENSIPS
  169. help
  170. Logging support
  171. #endmenu