| 1 | menu "openser........................... Configurable, free SIP server"
|
|---|
| 2 |
|
|---|
| 3 | config BR2_PACKAGE_OPENSER
|
|---|
| 4 | prompt "openser........................... Configurable, free SIP server"
|
|---|
| 5 | tristate
|
|---|
| 6 | default m if CONFIG_DEVEL
|
|---|
| 7 | help
|
|---|
| 8 | Open SIP Express Router (OpenSER) is a high-performance,
|
|---|
| 9 | configurable, free SIP server.
|
|---|
| 10 |
|
|---|
| 11 | config BR2_PACKAGE_OPENSER_MOD_AUTH
|
|---|
| 12 | prompt "openser-mod-auth................ Authentication support"
|
|---|
| 13 | tristate
|
|---|
| 14 | default m if CONFIG_DEVEL
|
|---|
| 15 | depends BR2_PACKAGE_OPENSER
|
|---|
| 16 | help
|
|---|
| 17 | Enable authentication support
|
|---|
| 18 |
|
|---|
| 19 | config BR2_PACKAGE_OPENSER_MOD_AUTH_DB
|
|---|
| 20 | prompt "openser-mod-auth-db........... Authentication with database support"
|
|---|
| 21 | tristate
|
|---|
| 22 | default m if CONFIG_DEVEL
|
|---|
| 23 | depends BR2_PACKAGE_OPENSER_MOD_AUTH
|
|---|
| 24 | help
|
|---|
| 25 | Enable authentication with database support
|
|---|
| 26 |
|
|---|
| 27 | config BR2_PACKAGE_OPENSER_MOD_AUTH_RADIUS
|
|---|
| 28 | prompt "openser-mod-auth-radius....... Authentication with RADIUS support"
|
|---|
| 29 | tristate
|
|---|
| 30 | default m if CONFIG_DEVEL
|
|---|
| 31 | depends BR2_PACKAGE_OPENSER_MOD_AUTH
|
|---|
| 32 | select BR2_PACKAGE_LIBRADIUSCLIENT_NG
|
|---|
| 33 | help
|
|---|
| 34 | Authentication against RADIUS
|
|---|
| 35 |
|
|---|
| 36 | config BR2_PACKAGE_OPENSER_MOD_AVP_RADIUS
|
|---|
| 37 | prompt "openser-mod-avp-radius.......... AVP with RADIUS support"
|
|---|
| 38 | tristate
|
|---|
| 39 | default m if CONFIG_DEVEL
|
|---|
| 40 | depends BR2_PACKAGE_OPENSER
|
|---|
| 41 | select BR2_PACKAGE_LIBRADIUSCLIENT_NG
|
|---|
| 42 | help
|
|---|
| 43 | Enable AVP with RADIUS support
|
|---|
| 44 |
|
|---|
| 45 | config BR2_PACKAGE_OPENSER_MOD_AVPOPS
|
|---|
| 46 | prompt "openser-mod-avpops.............. AVP options support"
|
|---|
| 47 | tristate
|
|---|
| 48 | default m if CONFIG_DEVEL
|
|---|
| 49 | depends BR2_PACKAGE_OPENSER
|
|---|
| 50 | help
|
|---|
| 51 | Enable AVP options support
|
|---|
| 52 |
|
|---|
| 53 | config BR2_PACKAGE_OPENSER_MOD_DISPATCHER
|
|---|
| 54 | prompt "openser-mod-dispatcher.......... dispatcher support"
|
|---|
| 55 | tristate
|
|---|
| 56 | default m if CONFIG_DEVEL
|
|---|
| 57 | depends BR2_PACKAGE_OPENSER
|
|---|
| 58 | help
|
|---|
| 59 | Enable dispatcher options support
|
|---|
| 60 |
|
|---|
| 61 | config BR2_PACKAGE_OPENSER_MOD_DIVERSION
|
|---|
| 62 | prompt "openser-mod-diversion........... diversion support"
|
|---|
| 63 | tristate
|
|---|
| 64 | default m if CONFIG_DEVEL
|
|---|
| 65 | depends BR2_PACKAGE_OPENSER
|
|---|
| 66 | help
|
|---|
| 67 | Enable diversion options support
|
|---|
| 68 |
|
|---|
| 69 | config BR2_PACKAGE_OPENSER_MOD_FLATSTORE
|
|---|
| 70 | prompt "openser-mod-flatstore........... flatstore support"
|
|---|
| 71 | tristate
|
|---|
| 72 | default m if CONFIG_DEVEL
|
|---|
| 73 | depends BR2_PACKAGE_OPENSER
|
|---|
| 74 | help
|
|---|
| 75 | Enable flatstore support
|
|---|
| 76 |
|
|---|
| 77 | config BR2_PACKAGE_OPENSER_MOD_GFLAGS
|
|---|
| 78 | prompt "openser-mod-gflags.............. gflags support"
|
|---|
| 79 | tristate
|
|---|
| 80 | default m if CONFIG_DEVEL
|
|---|
| 81 | depends BR2_PACKAGE_OPENSER
|
|---|
| 82 | help
|
|---|
| 83 | Enable GFlags support
|
|---|
| 84 |
|
|---|
| 85 | config BR2_PACKAGE_OPENSER_MOD_GROUP
|
|---|
| 86 | prompt "openser-mod-group............... group support"
|
|---|
| 87 | tristate
|
|---|
| 88 | default m if CONFIG_DEVEL
|
|---|
| 89 | depends BR2_PACKAGE_OPENSER
|
|---|
| 90 | help
|
|---|
| 91 | Enable group support
|
|---|
| 92 |
|
|---|
| 93 | config BR2_PACKAGE_OPENSER_MOD_GROUP_RADIUS
|
|---|
| 94 | prompt "openser-mod-group-radius........ group with RADIUS support"
|
|---|
| 95 | tristate
|
|---|
| 96 | default m if CONFIG_DEVEL
|
|---|
| 97 | depends BR2_PACKAGE_OPENSER
|
|---|
| 98 | help
|
|---|
| 99 | Enable group with RADIUS support
|
|---|
| 100 |
|
|---|
| 101 | config BR2_PACKAGE_OPENSER_MOD_LCR
|
|---|
| 102 | prompt "openser-mod-lcr................. Least Cost Routing support"
|
|---|
| 103 | tristate
|
|---|
| 104 | default m if CONFIG_DEVEL
|
|---|
| 105 | depends BR2_PACKAGE_OPENSER
|
|---|
| 106 | select BR2_PACKAGE_OPENSER_MOD_MYSQL
|
|---|
| 107 | help
|
|---|
| 108 | Enable Least Cost Routing support
|
|---|
| 109 |
|
|---|
| 110 | config BR2_PACKAGE_OPENSER_MOD_MEDIAPROXY
|
|---|
| 111 | prompt "openser-mod-mediaproxy.......... Mediaproxy support"
|
|---|
| 112 | tristate
|
|---|
| 113 | default m if CONFIG_DEVEL
|
|---|
| 114 | depends BR2_PACKAGE_OPENSER
|
|---|
| 115 | help
|
|---|
| 116 | Enable mediaproxy support
|
|---|
| 117 |
|
|---|
| 118 | config BR2_PACKAGE_OPENSER_MOD_MSILO
|
|---|
| 119 | prompt "openser-mod-msilo............... MSilo support"
|
|---|
| 120 | tristate
|
|---|
| 121 | default m if CONFIG_DEVEL
|
|---|
| 122 | depends BR2_PACKAGE_OPENSER
|
|---|
| 123 | help
|
|---|
| 124 | Enable msilo support
|
|---|
| 125 |
|
|---|
| 126 | config BR2_PACKAGE_OPENSER_MOD_MYSQL
|
|---|
| 127 | prompt "openser-mod-mysql............... MySQL support"
|
|---|
| 128 | tristate
|
|---|
| 129 | default m if CONFIG_DEVEL
|
|---|
| 130 | depends BR2_PACKAGE_OPENSER
|
|---|
| 131 | select BR2_PACKAGE_LIBMYSQLCLIENT
|
|---|
| 132 | help
|
|---|
| 133 | Enable MySQL support
|
|---|
| 134 |
|
|---|
| 135 | config BR2_PACKAGE_OPENSER_MOD_NATHELPER
|
|---|
| 136 | prompt "openser-mod-nathelper........... NAT helper support"
|
|---|
| 137 | tristate
|
|---|
| 138 | default m if CONFIG_DEVEL
|
|---|
| 139 | depends BR2_PACKAGE_OPENSER
|
|---|
| 140 | help
|
|---|
| 141 | NAT helper support
|
|---|
| 142 |
|
|---|
| 143 | config BR2_PACKAGE_OPENSER_MOD_OPTIONS
|
|---|
| 144 | prompt "openser-mod-options............. options support"
|
|---|
| 145 | tristate
|
|---|
| 146 | default m if CONFIG_DEVEL
|
|---|
| 147 | depends BR2_PACKAGE_OPENSER
|
|---|
| 148 | help
|
|---|
| 149 | Enable options support
|
|---|
| 150 |
|
|---|
| 151 | config BR2_PACKAGE_OPENSER_MOD_PDT
|
|---|
| 152 | prompt "openser-mod-pdt................. PDT support"
|
|---|
| 153 | tristate
|
|---|
| 154 | default m if CONFIG_DEVEL
|
|---|
| 155 | depends BR2_PACKAGE_OPENSER
|
|---|
| 156 | help
|
|---|
| 157 | Enable pdt support
|
|---|
| 158 |
|
|---|
| 159 | config BR2_PACKAGE_OPENSER_MOD_PERMISSIONS
|
|---|
| 160 | prompt "openser-mod-permissions......... Permissions support"
|
|---|
| 161 | tristate
|
|---|
| 162 | default m if CONFIG_DEVEL
|
|---|
| 163 | depends BR2_PACKAGE_OPENSER
|
|---|
| 164 | help
|
|---|
| 165 | Enable permissions support
|
|---|
| 166 |
|
|---|
| 167 | config BR2_PACKAGE_OPENSER_MOD_PIKE
|
|---|
| 168 | prompt "openser-mod-pike................ PIKE support"
|
|---|
| 169 | tristate
|
|---|
| 170 | default m if CONFIG_DEVEL
|
|---|
| 171 | depends BR2_PACKAGE_OPENSER
|
|---|
| 172 | help
|
|---|
| 173 | Enable pike support
|
|---|
| 174 |
|
|---|
| 175 | config BR2_PACKAGE_OPENSER_MOD_SMS
|
|---|
| 176 | prompt "openser-mod-sms................. SMS support"
|
|---|
| 177 | tristate
|
|---|
| 178 | default m if CONFIG_DEVEL
|
|---|
| 179 | depends BR2_PACKAGE_OPENSER
|
|---|
| 180 | help
|
|---|
| 181 | SMS support
|
|---|
| 182 |
|
|---|
| 183 | config BR2_PACKAGE_OPENSER_MOD_SPEEDDIAL
|
|---|
| 184 | prompt "openser-mod-speeddial........... Speed Dial support"
|
|---|
| 185 | tristate
|
|---|
| 186 | default m if CONFIG_DEVEL
|
|---|
| 187 | depends BR2_PACKAGE_OPENSER
|
|---|
| 188 | help
|
|---|
| 189 | Speed Dial support
|
|---|
| 190 |
|
|---|
| 191 | config BR2_PACKAGE_OPENSER_MOD_UAC
|
|---|
| 192 | prompt "openser-mod-uac................. UAC support"
|
|---|
| 193 | tristate
|
|---|
| 194 | default m if CONFIG_DEVEL
|
|---|
| 195 | depends BR2_PACKAGE_OPENSER
|
|---|
| 196 | help
|
|---|
| 197 | Enable UAC support
|
|---|
| 198 |
|
|---|
| 199 | config BR2_PACKAGE_OPENSER_MOD_UAC_REDIRECT
|
|---|
| 200 | prompt "openser-mod-uac................. UAC redirect support"
|
|---|
| 201 | tristate
|
|---|
| 202 | default m if CONFIG_DEVEL
|
|---|
| 203 | depends BR2_PACKAGE_OPENSER
|
|---|
| 204 | help
|
|---|
| 205 | Enable UAC redirect support
|
|---|
| 206 |
|
|---|
| 207 | config BR2_PACKAGE_OPENSER_MOD_URI
|
|---|
| 208 | prompt "openser-mod-uri................. URI support"
|
|---|
| 209 | tristate
|
|---|
| 210 | default m if CONFIG_DEVEL
|
|---|
| 211 | depends BR2_PACKAGE_OPENSER
|
|---|
| 212 | help
|
|---|
| 213 | Enable URI support
|
|---|
| 214 |
|
|---|
| 215 | config BR2_PACKAGE_OPENSER_MOD_URI_DB
|
|---|
| 216 | prompt "openser-mod-uri-db.............. URI database support"
|
|---|
| 217 | tristate
|
|---|
| 218 | default m if CONFIG_DEVEL
|
|---|
| 219 | depends BR2_PACKAGE_OPENSER
|
|---|
| 220 | help
|
|---|
| 221 | Enable URI database support
|
|---|
| 222 |
|
|---|
| 223 | config BR2_PACKAGE_OPENSER_MOD_URI_RADIUS
|
|---|
| 224 | prompt "openser-mod-uri-radius.......... URI with RADIUS support"
|
|---|
| 225 | tristate
|
|---|
| 226 | default m if CONFIG_DEVEL
|
|---|
| 227 | depends BR2_PACKAGE_OPENSER
|
|---|
| 228 | help
|
|---|
| 229 | Enable URI with RADIUS support
|
|---|
| 230 |
|
|---|
| 231 | config BR2_PACKAGE_OPENSER_MOD_XLOG
|
|---|
| 232 | prompt "openser-mod-xlog................ Logging support"
|
|---|
| 233 | tristate
|
|---|
| 234 | default m if CONFIG_DEVEL
|
|---|
| 235 | depends BR2_PACKAGE_OPENSER
|
|---|
| 236 | help
|
|---|
| 237 | Logging support
|
|---|
| 238 |
|
|---|
| 239 | endmenu
|
|---|