瀏覽代碼

uac: documentation of flags returned via rpc command

Daniel-Constantin Mierla 9 年之前
父節點
當前提交
f1cf7f99ca
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21 0
      modules/uac/doc/uac_admin.xml

+ 21 - 0
modules/uac/doc/uac_admin.xml

@@ -899,6 +899,27 @@ event_route[uac:reply] {
 			The value is what should be matcheg against the value of the attribute
 			The value is what should be matcheg against the value of the attribute
 			in the remote registration record.
 			in the remote registration record.
 		</para>
 		</para>
+		<para>
+			The state of the registration is reflected in the flags field:
+			<itemizedlist>
+			<listitem><para>
+			1 (2^0) - registration profile is disabled
+			</para></listitem>
+			<listitem><para>
+			2 (2^1) - registration in progress
+			</para></listitem>
+			<listitem><para>
+			4 (2^2) - registration succeeded
+			</para></listitem>
+			<listitem><para>
+			8 (2^3) - registration in progres with authentication
+			</para></listitem>
+			<listitem><para>
+			16 (2^4) - registration initialized (after loading from database,
+			the registration process was initialized)
+			</para></listitem>
+		</itemizedlist>
+		</para>
 		<example>
 		<example>
 		<title><function>uac.reg_info</function> usage</title>
 		<title><function>uac.reg_info</function> usage</title>
 			<programlisting format="linespecific">
 			<programlisting format="linespecific">