[sr-dev] git:master:cd94a88d: pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
Victor Seva
linuxmaniac at torreviejawireless.org
Mon Mar 2 09:25:40 CET 2020
Module: kamailio
Branch: master
Commit: cd94a88d21c6d649d63791ba509845a38a6eb76b
URL: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a38a6eb76b
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2020-03-02T09:24:29+01:00
pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type
---
Modified: src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a38a6eb76b.diff
Patch: https://github.com/kamailio/kamailio/commit/cd94a88d21c6d649d63791ba509845a38a6eb76b.patch
---
diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index 2d154c1d27..c869344c17 100644
--- a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -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.
@@ -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.
More information about the sr-dev
mailing list