1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- this file is autogenerated, do not edit! -->
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="config_vars.tm">
<title> Configuration Variables for tm</title>
<section id="tm.auto_inv_100_reason">
<title>tm.auto_inv_100_reason</title>
<para>
reason text of the automatically send 100 to an INVITE.
</para>
<para>Default value: trying -- your call is important to us.</para>
<para>Type: string.</para>
<para>
</para>
</section>
<section id="tm.default_reason">
<title>tm.default_reason</title>
<para>
default SIP reason phrase sent by t_reply(), if the function
cannot retrieve its parameters.
</para>
<para>Default value: Server Internal Error.</para>
<para>Type: string.</para>
<para>
</para>
</section>
<section id="tm.ac_extra_hdrs">
<title>tm.ac_extra_hdrs</title>
<para>
header fields prefixed by this parameter value are included in
the CANCEL and negative ACK messages if they were present in
the outgoing INVITE (depends on reparse_invite).
</para>
<para>Default value: <unknown:str>.</para>
<para>Type: string.</para>
<para>
</para>
</section>
<section id="tm.ruri_matching">
<title>tm.ruri_matching</title>
<para>
perform Request URI check in transaction matching.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.via1_matching">
<title>tm.via1_matching</title>
<para>
perform first Via header check in transaction matching.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.callid_matching">
<title>tm.callid_matching</title>
<para>
perform callid check in transaction matching.
</para>
<para>Default value: 0.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.fr_timer">
<title>tm.fr_timer</title>
<para>
timer which hits if no final reply for a request or ACK for a
negative INVITE reply arrives (in milliseconds).
</para>
<para>Default value: 30000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.fr_inv_timer">
<title>tm.fr_inv_timer</title>
<para>
timer which hits if no final reply for an INVITE arrives after
a provisional message was received (in milliseconds).
</para>
<para>Default value: 120000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.fr_inv_timer_next">
<title>tm.fr_inv_timer_next</title>
<para>
The value [ms] of fr_inv_timer for subsequent branches during
serial forking..
</para>
<para>Default value: 30000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.wt_timer">
<title>tm.wt_timer</title>
<para>
time for which a transaction stays in memory to absorb delayed
messages after it completed.
</para>
<para>Default value: 5000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.delete_timer">
<title>tm.delete_timer</title>
<para>
time after which a to-be-deleted transaction currently ref-ed
by a process will be tried to be deleted again..
</para>
<para>Default value: 200.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.retr_timer1">
<title>tm.retr_timer1</title>
<para>
initial retransmission period (in milliseconds).
</para>
<para>Default value: 500.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.retr_timer2">
<title>tm.retr_timer2</title>
<para>
maximum retransmission period (in milliseconds).
</para>
<para>Default value: 4000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.max_inv_lifetime">
<title>tm.max_inv_lifetime</title>
<para>
maximum time an invite transaction can live from the moment of
creation.
</para>
<para>Default value: 180000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.max_noninv_lifetime">
<title>tm.max_noninv_lifetime</title>
<para>
maximum time a non-invite transaction can live from the moment
of creation.
</para>
<para>Default value: 32000.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.noisy_ctimer">
<title>tm.noisy_ctimer</title>
<para>
if set, INVITE transactions that time-out (FR INV timer) will
be always replied.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.auto_inv_100">
<title>tm.auto_inv_100</title>
<para>
automatically send 100 to an INVITE.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.unix_tx_timeout">
<title>tm.unix_tx_timeout</title>
<para>
Unix socket transmission timeout, in milliseconds.
</para>
<para>Default value: 500.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.restart_fr_on_each_reply">
<title>tm.restart_fr_on_each_reply</title>
<para>
restart final response timer on each provisional reply.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.pass_provisional_replies">
<title>tm.pass_provisional_replies</title>
<para>
enable/disable passing of provisional replies to
TMCB_LOCAL_RESPONSE_OUT callbacks.
</para>
<para>Default value: 0.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.aggregate_challenges">
<title>tm.aggregate_challenges</title>
<para>
if the final response is a 401 or a 407, aggregate all the
authorization headers (challenges) (rfc3261 requires this to be
on).
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.unmatched_cancel">
<title>tm.unmatched_cancel</title>
<para>
determines how CANCELs with no matching transaction are handled
(0: statefull forwarding, 1: stateless forwarding, 2: drop).
</para>
<para>Default value: 0.</para>
<para>Range: 0 - 2.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.default_code">
<title>tm.default_code</title>
<para>
default SIP response code sent by t_reply(), if the function
cannot retrieve its parameters.
</para>
<para>Default value: 500.</para>
<para>Range: 400 - 699.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.reparse_invite">
<title>tm.reparse_invite</title>
<para>
if set to 1, the CANCEL and negative ACK requests are
constructed from the INVITE message which was sent out instead
of building them from the received request.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_503">
<title>tm.blst_503</title>
<para>
if set to 1, blocklist 503 SIP response sources.
</para>
<para>Default value: 0.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_503_def_timeout">
<title>tm.blst_503_def_timeout</title>
<para>
default 503 blocklist time (in s), when no Retry-After header
is present.
</para>
<para>Default value: 0.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_503_min_timeout">
<title>tm.blst_503_min_timeout</title>
<para>
minimum 503 blocklist time (in s).
</para>
<para>Default value: 0.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_503_max_timeout">
<title>tm.blst_503_max_timeout</title>
<para>
maximum 503 blocklist time (in s).
</para>
<para>Default value: 3600.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_methods_add">
<title>tm.blst_methods_add</title>
<para>
bitmap of method types that trigger blocklisting on transaction
timeouts.
</para>
<para>Default value: 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.blst_methods_lookup">
<title>tm.blst_methods_lookup</title>
<para>
Bitmap of method types that are looked-up in the blocklist
before statefull forwarding.
</para>
<para>Default value: -9.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.cancel_b_method">
<title>tm.cancel_b_method</title>
<para>
How to cancel branches on which no replies were received: 0 -
fake reply, 1 - retransmitting the request, 2 - send cancel.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 2.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.reparse_on_dns_failover">
<title>tm.reparse_on_dns_failover</title>
<para>
if set to 1, the SIP message after a DNS failover is
constructed from the outgoing message buffer of the failed
branch instead of from the received request.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.disable_6xx_block">
<title>tm.disable_6xx_block</title>
<para>
if set to 1, 6xx is treated like a normal reply (breaks rfc).
</para>
<para>Default value: 0.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.local_ack_mode">
<title>tm.local_ack_mode</title>
<para>
if set to 1 or 2, local 200 ACKs are sent to the same address
as the corresponding INVITE (1) or the source of the 200 reply
(2) instead of using the contact and the route set (it breaks
the rfc, if it is not set to 0 but allows dealing with NATed
contacts in some simple cases).
</para>
<para>Default value: 0.</para>
<para>Range: 0 - 2.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.local_cancel_reason">
<title>tm.local_cancel_reason</title>
<para>
if set to 1, a Reason header is added to locally generated
CANCELs (see RFC3326).
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
<section id="tm.e2e_cancel_reason">
<title>tm.e2e_cancel_reason</title>
<para>
if set to 1, Reason headers from received CANCELs are copied
into the corresponding generated hop-by-hop CANCELs.
</para>
<para>Default value: 1.</para>
<para>Range: 0 - 1.</para>
<para>Type: integer.</para>
<para>
</para>
</section>
</chapter>
|