~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/tm/doc/params.xml

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1357
1357
                </example>
1358
1358
        </section>
1359
1359
 
 
1360
        <section id="tm.p.failure_exec_mode">
 
1361
                <title><varname>failure_exec_mode</varname> (boolean)</title>
 
1362
                <para>
 
1363
                        Add local failed branches in timer to be cosidered for failure
 
1364
                        routing blocks. If disabled, relay functions will return false
 
1365
                        in case the branch could not be forwarded (default behaviour
 
1366
                        before v4.1.0).
 
1367
                </para>
 
1368
                <para>
 
1369
                        Default value is 0 (disabled).
 
1370
                </para>
 
1371
                <example>
 
1372
                        <title>Set <varname>failure_exec_mode</varname> parameter</title>
 
1373
                        <programlisting>
 
1374
...
 
1375
modparam("tm", "failure_exec_mode", 1)
 
1376
...
 
1377
                        </programlisting>
 
1378
                </example>
 
1379
        </section>
 
1380
 
 
1381
 
 
1382
        <section id="tm.p.dns_reuse_rcv_socket">
 
1383
                <title><varname>dns_reuse_rcv_socket</varname> (boolean)</title>
 
1384
                <para>
 
1385
                        Control reuse of the receive socket for additional branches added
 
1386
                        by dns failover. If set to 1, the receive socket is used for
 
1387
                        sending out the new branches, unless the socket is forced
 
1388
                        explicitely in configuration file. If set to 0, selected socket
 
1389
                        is done depending on value of global parameter mhomed (if mhomed=0,
 
1390
                        then the first listen socket is used, otherwise the socket is
 
1391
                        selected based on routing rules).
 
1392
                </para>
 
1393
                <para>
 
1394
                        Do enable it with caution, it might create troubles on dns results
 
1395
                        with different transport layer. Better let it disabled and enable
 
1396
                        mhomed.
 
1397
                </para>
 
1398
                <para>
 
1399
                        Default value is 0 (disabled).
 
1400
                </para>
 
1401
                <example>
 
1402
                        <title>Set <varname>dns_reuse_rcv_socket</varname> parameter</title>
 
1403
                        <programlisting>
 
1404
...
 
1405
modparam("tm", "dns_reuse_rcv_socket", 1)
 
1406
...
 
1407
                        </programlisting>
 
1408
                </example>
 
1409
        </section>
 
1410
 
1360
1411
</section>