File: cfg_rtpengine.xml

package info (click to toggle)
kamailio 5.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 68,332 kB
  • sloc: ansic: 744,091; xml: 196,848; cpp: 14,471; makefile: 8,859; sh: 8,814; sql: 7,844; yacc: 3,863; perl: 2,955; python: 2,710; java: 449; javascript: 269; php: 258; ruby: 225; cs: 40; awk: 27
file content (58 lines) | stat: -rw-r--r-- 1,665 bytes parent folder | download | duplicates (5)
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
<?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.rtpengine">
	<title> Configuration Variables for rtpengine</title>


<section id="rtpengine.rtpengine_disable_tout">
    <title>rtpengine.rtpengine_disable_tout</title>
    <para>
        The time after which rtpengine will try to communicate to an
        RTP proxy after it has been marked disabled automatically. .
    </para>
    <para>Default value: 60.</para>
    <para>Type: integer.</para>
    <para>
    </para>
</section>

<section id="rtpengine.rtpengine_tout_ms">
    <title>rtpengine.rtpengine_tout_ms</title>
    <para>
        The total number of nodes inside a set to be queried before
        giving up establishing a session.
    </para>
    <para>Default value: 1000.</para>
    <para>Type: integer.</para>
    <para>
    </para>
</section>

<section id="rtpengine.queried_nodes_limit">
    <title>rtpengine.queried_nodes_limit</title>
    <para>
        Timeout value expressed in milliseconds in waiting for reply
        from RTP proxy.
    </para>
    <para>Default value: 30.</para>
    <para>Range: 0 - 30.</para>
    <para>Type: integer.</para>
    <para>
    </para>
</section>

<section id="rtpengine.rtpengine_retr">
    <title>rtpengine.rtpengine_retr</title>
    <para>
        How many times the module should retry to send and receive
        after timeout was generated.
    </para>
    <para>Default value: 5.</para>
    <para>Type: integer.</para>
    <para>
    </para>
</section>

</chapter>