Module: sip-router
Branch: master
Commit: ef0f8fd65b34ef9d7006be30f7cef0353c1c529f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ef0f8fd…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Sun Oct 14 18:11:29 2012 +0200
uac: README typos
---
modules_k/uac/README | 14 ++++++++------
modules_k/uac/doc/uac_admin.xml | 8 ++++----
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/modules_k/uac/README b/modules_k/uac/README
index f890ac2..699b78b 100644
--- a/modules_k/uac/README
+++ b/modules_k/uac/README
@@ -34,7 +34,7 @@ Ramona-Elena Modroiu
3.1. rr_from_store_param (string)
3.2. rr_to_store_param (string)
3.3. restore_mode (string)
- 3.4. restore_mode (int)
+ 3.4. restore_dlg (int)
3.5. restore_passwd (string)
3.6. restore_from_avp (string)
3.7. restore_to_avp (string)
@@ -105,7 +105,7 @@ Chapter 1. Admin Guide
3.1. rr_from_store_param (string)
3.2. rr_to_store_param (string)
3.3. restore_mode (string)
- 3.4. restore_mode (int)
+ 3.4. restore_dlg (int)
3.5. restore_passwd (string)
3.6. restore_from_avp (string)
3.7. restore_to_avp (string)
@@ -135,8 +135,10 @@ Chapter 1. Admin Guide
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
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.2. rr_to_store_param (string)
3.3. restore_mode (string)
- 3.4. restore_mode (int)
+ 3.4. restore_dlg (int)
3.5. restore_passwd (string)
3.6. restore_from_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")
...
-3.4. restore_mode (int)
+3.4. restore_dlg (int)
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
diff --git a/modules_k/uac/doc/uac_admin.xml b/modules_k/uac/doc/uac_admin.xml
index 514d75d..eed2def 100644
--- a/modules_k/uac/doc/uac_admin.xml
+++ b/modules_k/uac/doc/uac_admin.xml
@@ -17,9 +17,9 @@
<section>
<title>Overview</title>
<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>
From version 1.5.0 it has function to send SIP message from
@@ -181,7 +181,7 @@ modparam("uac","restore_mode","auto")
</example>
</section>
<section>
- <title><varname>restore_mode</varname> (int)</title>
+ <title><varname>restore_dlg</varname> (int)</title>
<para>
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