Skip to content

Commit

Permalink
ims_icscf: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 7ebb5db commit 64c8375
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules/ims_icscf/doc/ims_icscf_admin.xml
Expand Up @@ -149,7 +149,7 @@ modparam("ims_icscf", "cxdx_dest_realm", "ims.smilecoms.com")
</programlisting>
</example>
</section>

<section>
<title><varname>use_preferred_scscf_uri</varname> (int)</title>

Expand All @@ -169,7 +169,7 @@ modparam("ims_icscf", "use_preferred_scscf_uri", 1)
</programlisting>
</example>
</section>

<section>
<title><varname>preferred_scscf_uri</varname> (string)</title>

Expand All @@ -188,8 +188,8 @@ modparam("ims_icscf", "preferred_scscf_uri", "sip:scscf.ims.smilecoms.com:6060")
</programlisting>
</example>
</section>


</section>

<section>
Expand Down Expand Up @@ -302,8 +302,8 @@ route[REG_UAR_REPLY]
} else {#select failed
I_scscf_drop();
t_reply("500", "Server error on SCSCF Select (UAR)");
}
break;
}
break;
case -1: #failure
xlog("L_ERR", "UAR failure - error response sent from module\n");
break;
Expand All @@ -317,7 +317,7 @@ route[REG_UAR_REPLY]
break;
}
}
...
...
</programlisting>
</example>
</section>
Expand Down Expand Up @@ -371,7 +371,7 @@ route[SESSION_LIR_REPLY]
}
break;
}
...
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 64c8375

Please sign in to comment.