From 3dee7c6488eb143141becf47e0edd2f3e6ce3cef Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 2 Mar 2020 09:24:29 +0100 Subject: [PATCH] pua_dialoginfo: fix doc for puburi_calle[e|r]_avp type (cherry picked from commit cd94a88d21c6d649d63791ba509845a38a6eb76b) --- src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/src/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml index 2d154c1d27d..c869344c17c 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)
- <varname>pubruri_caller_avp</varname> (int) + <varname>pubruri_caller_avp</varname> (str) 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)")
- <varname>pubruri_callee_avp</varname> (int) + <varname>pubruri_callee_avp</varname> (str) 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.