From 240bf9d122a9800ccfcac320776fb89a2c60d544 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 29 Dec 2014 22:56:38 +0100 Subject: [PATCH] pua_dialoginfo: documentation for new parameters - pubruri_caller_dlg_var and pubruri_callee_dlg_var --- .../doc/pua_dialoginfo_admin.xml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml index 6864a0072a9..e08402d0463 100644 --- a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml +++ b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml @@ -413,10 +413,54 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)") ... modparam("pua_dialoginfo", "pubruri_callee_avp", "$avp(s:puburis_callee)") ... + + + + +
+ <varname>pubruri_caller_dlg_var</varname> (str) + + Must be set to the name of dialog variable where to store + the URI for caller, used to send the notifications. This is needed + to restored the value after &kamailio; restart. If not set, loaded + dialogs at restart are no longer sending notifications. New dialogs + are working fine. + + + Default value is NULL. + + + Set <varname>pubruri_caller_avp</varname> parameter + +... +modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller") +...
+
+ <varname>pubruri_callee_dlg_var</varname> (int) + + Must be set to the name of dialog variable where to store + the URI for callee, used to send the notifications. This is needed + to restored the value after &kamailio; restart. If not set, loaded + dialogs at restart are no longer sending notifications. New dialogs + are working fine. + + + Default value is NULL. + + + Set <varname>pubruri_callee_dlg_var</varname> parameter + +... +modparam("pua_dialoginfo", "pubruri_callee_dlg_var", "pubruri_callee") +... + + +
+