Skip to content

Commit

Permalink
dispatcher: docbook - space formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-safarov committed Jun 25, 2020
1 parent 397ad54 commit cb232a7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/modules/dispatcher/doc/dispatcher_admin.xml
Expand Up @@ -625,7 +625,7 @@ modparam("dispatcher", "ds_inactive_threshold", 10)
...
</programlisting>
</example>
</section>
</section>
<section id="dispatcher.p.ds_ping_reply_codes">
<title><varname>ds_ping_reply_codes</varname> (string)</title>
<para>
Expand Down Expand Up @@ -668,7 +668,7 @@ modparam("dispatcher", "ds_ping_reply_codes", "class=2;code=403;code=488;class=3
<itemizedlist>
<listitem>
<para>Value 0: If set to 0, only the gateways with state PROBING are tested.
After a gateway is probed, the PROBING state is cleared in this mode.
After a gateway is probed, the PROBING state is cleared in this mode.
This means that no probing will be executed at all only if flag in config file is set to 8/PROBING
(please check destination list file syntaxis for more details), it will probe only one time at startup or
after dispatcher reload.</para>
Expand Down Expand Up @@ -1847,7 +1847,7 @@ onreply_route {
<para>
Example:
</para>
<programlisting format="linespecific">
<programlisting format="linespecific">
&sercmd; dispatcher.list
...
DEST: {
Expand Down Expand Up @@ -1883,10 +1883,10 @@ DEST: {
<para>
Example
</para>
<programlisting format="linespecific">
<programlisting format="linespecific">
&sercmd; dispatcher.reload
</programlisting>
</section>
</programlisting>
</section>

<section id="dispatcher.r.ping_active">
<title>
Expand Down Expand Up @@ -1921,7 +1921,7 @@ DEST: {
&kamcmd; dispatcher.ping_active 0
...
</programlisting>
</section>
</section>
<section id="dispatcher.r.add">
<title>
<function moreinfo="none">dispatcher.add</function>
Expand Down Expand Up @@ -1957,7 +1957,7 @@ DEST: {
&sercmd; dispatcher.add 3 sip:127.0.0.1:5075 0 duid=abc;socket=udp:127.0.0.1:5060
...
</programlisting>
</section>
</section>
<section id="dispatcher.r.remove">
<title>
<function moreinfo="none">dispatcher.remove</function>
Expand Down Expand Up @@ -1990,7 +1990,7 @@ DEST: {
&sercmd; dispatcher.remove 3 sip:127.0.0.1:5075;transport=udp
...
</programlisting>
</section>
</section>
<section id="dispatcher.r.hash">
<title>
<function moreinfo="none">dispatcher.hash</function>
Expand Down Expand Up @@ -2220,4 +2220,3 @@ event_route[dispatcher:dst-up] {
</section>

</chapter>

0 comments on commit cb232a7

Please sign in to comment.