Skip to content

Commit

Permalink
dialog: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 1159186 commit b39af6a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/modules/dialog/doc/dialog_admin.xml
Expand Up @@ -182,7 +182,7 @@
<title><varname>enable_stats</varname> (integer)</title>
<para>
If statistics support should be enabled or not. Via statistics
variables, the module provide information about the dialog processing.
variables, the module provides information about the dialog processing.
Set it to zero to disable or to non-zero to enable it.
</para>
<para>
Expand Down Expand Up @@ -254,7 +254,7 @@ modparam("dialog", "rr_param", "xyz")
<title><varname>dlg_flag</varname> (integer)</title>
<para>
Flag to be used for marking if a dialog should be constructed for the
current request (this make sense only for initial requests).
current request (this makes sense only for initial requests).
</para>
<para>
Note: it is not needed to set this parameter and its corresponding flag
Expand Down Expand Up @@ -345,7 +345,7 @@ modparam("dialog", "early_timeout", 180)
<title><varname>noack_timeout</varname> (integer)</title>
<para>
The timeout (in seconds) after which the dialogs which were answered
with 200ok but didn't receive the ACK are marked for termination (the
with 200 OK but didn't receive the ACK are marked for termination (the
lifetime is set to 10 more seconds).
</para>
<para>
Expand Down Expand Up @@ -1761,7 +1761,7 @@ modparam("dialog", "debug_variables", 1)
<title>Functions</title>
<section id="dialog.f.set_dlg_profile">
<title>
<function moreinfo="none">set_dlg_profile(profile,[value])</function>
<function moreinfo="none">set_dlg_profile(profile[, value])</function>
</title>
<para>
Inserts the current dialog into a profile. Note that if the profile does
Expand Down Expand Up @@ -1800,7 +1800,7 @@ set_dlg_profile("caller","$fu");

<section id="dialog.f.unset_dlg_profile">
<title>
<function moreinfo="none">unset_dlg_profile(profile,[value])</function>
<function moreinfo="none">unset_dlg_profile(profile[, value])</function>
</title>
<para>
Removes the current dialog from a profile.
Expand Down Expand Up @@ -1838,7 +1838,7 @@ unset_dlg_profile("caller","$fu");

<section id="dialog.f.is_in_profile">
<title>
<function moreinfo="none">is_in_profile(profile,[value])</function>
<function moreinfo="none">is_in_profile(profile[, value])</function>
</title>
<para>
Checks if the current dialog belongs to a profile. If the profile
Expand Down Expand Up @@ -1884,7 +1884,7 @@ if (is_in_profile("caller","XX")) {

<section id="dialog.f.get_profile_size">
<title>
<function moreinfo="none">get_profile_size(profile,[value],size)</function>
<function moreinfo="none">get_profile_size(profile[, value], size)</function>
</title>
<para>
Returns the number of dialogs belonging to a profile. If the profile
Expand Down Expand Up @@ -3106,7 +3106,7 @@ dlg_reset_property("timeout-noreset");
and rining or 1xx has been received.
</para></listitem>
<listitem><para>
<emphasis>answering</emphasis> - initial INVITE received 200ok,
<emphasis>answering</emphasis> - initial INVITE received 200 OK,
but ACK was not handled yet.
</para></listitem>
<listitem><para>
Expand Down

0 comments on commit b39af6a

Please sign in to comment.