Skip to content

Commit

Permalink
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
Browse files Browse the repository at this point in the history
(cherry picked from commit cd94a88)
  • Loading branch information
linuxmaniac committed Mar 2, 2020
1 parent e2d4024 commit 34dffb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
Expand Up @@ -435,7 +435,7 @@ modparam("pua_dialoginfo", "use_pubruri_avps", 1)
</section>

<section>
<title><varname>pubruri_caller_avp</varname> (int)</title>
<title><varname>pubruri_caller_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the caller (entity=caller) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
Expand All @@ -455,7 +455,7 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)")
</section>

<section>
<title><varname>pubruri_callee_avp</varname> (int)</title>
<title><varname>pubruri_callee_avp</varname> (str)</title>
<para>
If use_pubruri_avps is enabled, PUBLISH-requests reporting dialog-information about the callee (entity=callee) are sent using the value of the specified avp as R-Uri.
If multiple AVPs with the same name (but different indexes) are present, for each value a corresponding PUBLISH-request is generated.
Expand Down

0 comments on commit 34dffb1

Please sign in to comment.