2
0
Olle E. Johansson 13 жил өмнө
parent
commit
ef0f8fd65b

+ 8 - 6
modules_k/uac/README

@@ -34,7 +34,7 @@ Ramona-Elena Modroiu
               3.1. rr_from_store_param (string)
               3.1. rr_from_store_param (string)
               3.2. rr_to_store_param (string)
               3.2. rr_to_store_param (string)
               3.3. restore_mode (string)
               3.3. restore_mode (string)
-              3.4. restore_mode (int)
+              3.4. restore_dlg (int)
               3.5. restore_passwd (string)
               3.5. restore_passwd (string)
               3.6. restore_from_avp (string)
               3.6. restore_from_avp (string)
               3.7. restore_to_avp (string)
               3.7. restore_to_avp (string)
@@ -105,7 +105,7 @@ Chapter 1. Admin Guide
         3.1. rr_from_store_param (string)
         3.1. rr_from_store_param (string)
         3.2. rr_to_store_param (string)
         3.2. rr_to_store_param (string)
         3.3. restore_mode (string)
         3.3. restore_mode (string)
-        3.4. restore_mode (int)
+        3.4. restore_dlg (int)
         3.5. restore_passwd (string)
         3.5. restore_passwd (string)
         3.6. restore_from_avp (string)
         3.6. restore_from_avp (string)
         3.7. restore_to_avp (string)
         3.7. restore_to_avp (string)
@@ -135,8 +135,10 @@ Chapter 1. Admin Guide
 
 
 1. Overview
 1. Overview
 
 
-   UAC (User Agent Client) module provides some basic UAC functionalities
-   like FROM header manipulation (anonymization) or client authentication.
+   The UAC (User Agent Client) module provides some basic UAC
+   functionalities like sending SIP requests, registering with a remote
+   service and FROM header manipulation (anonymization) or client
+   authentication.
 
 
    From version 1.5.0 it has function to send SIP message from
    From version 1.5.0 it has function to send SIP message from
    configuration file. See variable $uac_req(name) and the function
    configuration file. See variable $uac_req(name) and the function
@@ -177,7 +179,7 @@ Chapter 1. Admin Guide
    3.1. rr_from_store_param (string)
    3.1. rr_from_store_param (string)
    3.2. rr_to_store_param (string)
    3.2. rr_to_store_param (string)
    3.3. restore_mode (string)
    3.3. restore_mode (string)
-   3.4. restore_mode (int)
+   3.4. restore_dlg (int)
    3.5. restore_passwd (string)
    3.5. restore_passwd (string)
    3.6. restore_from_avp (string)
    3.6. restore_from_avp (string)
    3.7. restore_to_avp (string)
    3.7. restore_to_avp (string)
@@ -231,7 +233,7 @@ modparam("uac","rr_to_store_param","my_param")
 modparam("uac","restore_mode","auto")
 modparam("uac","restore_mode","auto")
 ...
 ...
 
 
-3.4. restore_mode (int)
+3.4. restore_dlg (int)
 
 
    If set to 1, the module uses dialog variables to store initial and new
    If set to 1, the module uses dialog variables to store initial and new
    values for From/To headers. Dialog module has to be loaded and all
    values for From/To headers. Dialog module has to be loaded and all

+ 4 - 4
modules_k/uac/doc/uac_admin.xml

@@ -17,9 +17,9 @@
 	<section>
 	<section>
 		<title>Overview</title>
 		<title>Overview</title>
 		<para>
 		<para>
-		UAC (User Agent Client) module provides some basic UAC
-		functionalities like FROM header manipulation (anonymization)
-		or client authentication.
+		The <acronym>UAC</acronym> (User Agent Client) module provides some basic UAC
+		functionalities like sending SIP requests, registering with a remote service
+		and FROM header manipulation (anonymization) or client authentication.
 		</para>
 		</para>
 		<para>
 		<para>
 		From version 1.5.0 it has function to send SIP message from
 		From version 1.5.0 it has function to send SIP message from
@@ -181,7 +181,7 @@ modparam("uac","restore_mode","auto")
 			</example>
 			</example>
 		</section>
 		</section>
 		<section>
 		<section>
-			<title><varname>restore_mode</varname> (int)</title>
+			<title><varname>restore_dlg</varname> (int)</title>
 			<para>
 			<para>
 			If set to 1, the module uses dialog variables to store initial and
 			If set to 1, the module uses dialog variables to store initial and
 			new values for From/To headers. Dialog module has to be loaded and
 			new values for From/To headers. Dialog module has to be loaded and