浏览代码

uac: docs for reg_gc_interval param

Daniel-Constantin Mierla 6 年之前
父节点
当前提交
bf0bafd1e6
共有 1 个文件被更改,包括 25 次插入0 次删除
  1. 25 0
      src/modules/uac/doc/uac_admin.xml

+ 25 - 0
src/modules/uac/doc/uac_admin.xml

@@ -537,6 +537,31 @@ modparam("uac", "reg_active", 0)
 			</example>
 		</section>
 
+		<section id="uac.p.reg_gc_interval">
+			<title><varname>reg_gc_interval</varname> (int)</title>
+			<para>
+			Timer interval (in seconds) at which remote registrations are cleaned
+			up in case of failure or removed. When setting it take in consideration
+			the maximum value for retransmission timeout, this param should be greater
+			than it. This value also impacts how ofter the reload for remote
+			registrations table can be executed -- the RPC command will fail if
+			executed in less than reg_gc_interval value since the last reload.
+			</para>
+			<para>
+				<emphasis>
+				The default value is 150 seconds.
+				</emphasis>
+			</para>
+
+			<example>
+				<title>Set <varname>reg_gc_interval</varname> parameter</title>
+				<programlisting format="linespecific">
+...
+modparam("uac", "reg_gc_interval", 60)
+...
+				</programlisting>
+			</example>
+		</section>
 
 	</section>