Browse Source

pua_dialoginfo: documentation for new parameters

- pubruri_caller_dlg_var and pubruri_callee_dlg_var
Daniel-Constantin Mierla 10 years ago
parent
commit
240bf9d122
1 changed files with 44 additions and 0 deletions
  1. 44 0
      modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml

+ 44 - 0
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)")
 ...
+</programlisting>
+		</example>
+		</section>
+
+		<section id="pua_dialoginfo.p.pubruri_caller_dlg_var">
+		<title><varname>pubruri_caller_dlg_var</varname> (str)</title>
+		<para>
+			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.
+		</para>
+		<para>
+			<emphasis>Default value is <quote>NULL</quote>.</emphasis>
+		</para>
+		<example>
+			<title>Set <varname>pubruri_caller_avp</varname> parameter</title>
+			<programlisting format="linespecific">
+...
+modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
+...
 </programlisting>
 		</example>
 		</section>
 		
+		<section id="pua_dialoginfo.p.pubruri_callee_dlg_var">
+		<title><varname>pubruri_callee_dlg_var</varname> (int)</title>
+		<para>
+			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.
+		</para>
+		<para>
+			<emphasis>Default value is <quote>NULL</quote>.</emphasis>
+		</para>
+		<example>
+			<title>Set <varname>pubruri_callee_dlg_var</varname> parameter</title>
+			<programlisting format="linespecific">
+...
+modparam("pua_dialoginfo", "pubruri_callee_dlg_var", "pubruri_callee")
+...
+</programlisting>
+		</example>
+		</section>
+
 	</section>
 
 	<section>