Skip to content

Commit

Permalink
ims_dialog: typo this makeS sense
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent fc827e3 commit dd99c7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/ims_dialog/doc/ims_dialog_admin.xml
Expand Up @@ -211,7 +211,7 @@ modparam("ims_dialog", "rr_param", "xyz")
</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>
<emphasis>
Expand Down Expand Up @@ -482,7 +482,7 @@ modparam("dialog", "bridge_controller", "sip:ctd@kamailio.org")
<title>Functions</title>
<section>
<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 @@ -526,7 +526,7 @@ set_dlg_profile("caller","$fu");

<section>
<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 @@ -568,7 +568,7 @@ unset_dlg_profile("caller","$fu");

<section>
<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 @@ -617,7 +617,7 @@ if (is_in_profile("caller","XX")) {

<section>
<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

0 comments on commit dd99c7d

Please sign in to comment.