Module: sip-router
Branch: master
Commit: 81ee937ed9e7db314ad6a2849dd3b17ab5aebae3
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=81ee937…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Tue Jul 22 13:45:13 2014 +0200
uac: documented rpc command uac.reg_reload
---
modules/uac/README | 17 +++++++++++++++--
modules/uac/doc/uac_admin.xml | 17 +++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/modules/uac/README b/modules/uac/README
index 18d725e..a709f8d 100644
--- a/modules/uac/README
+++ b/modules/uac/README
@@ -68,6 +68,7 @@ Ramona-Elena Modroiu
6.2. uac.reg_info
6.3. uac.reg_enable
6.4. uac.reg_disable
+ 6.5. uac.reg_reload
7. Remote Registration
@@ -103,7 +104,8 @@ Ramona-Elena Modroiu
1.28. uac.reg_info usage
1.29. uac.reg_enable usage
1.30. uac.reg_disable usage
- 1.31. lookup remote registrations usage
+ 1.31. uac.reg_reload usage
+ 1.32. lookup remote registrations usage
Chapter 1. Admin Guide
@@ -154,6 +156,7 @@ Chapter 1. Admin Guide
6.2. uac.reg_info
6.3. uac.reg_enable
6.4. uac.reg_disable
+ 6.5. uac.reg_reload
7. Remote Registration
@@ -689,6 +692,7 @@ failure_route[REMOTE_AUTH] {
6.2. uac.reg_info
6.3. uac.reg_enable
6.4. uac.reg_disable
+ 6.5. uac.reg_reload
6.1. uac.reg_dump
@@ -738,6 +742,15 @@ failure_route[REMOTE_AUTH] {
kamcmd uac.reg_disable l_uuid account123
...
+6.5. uac.reg_reload
+
+ Reload the records from database for remote registrations.
+
+ Example 1.31. uac.reg_reload usage
+...
+ kamcmd uac.reg_reload
+...
+
7. Remote Registration
The module can register contact addresses to remote REGISTRAR servers.
@@ -771,7 +784,7 @@ failure_route[REMOTE_AUTH] {
if the call is coming from a remote SIP provider and can change the
R-URI to local username@domain. Afterwards you can run location lookup.
- Example 1.31. lookup remote registrations usage
+ Example 1.32. lookup remote registrations usage
...
if(uac_reg_lookup("$rU", "$ru")) {
xlog("request from a remote SIP provider [$ou => $ru]\n");
diff --git a/modules/uac/doc/uac_admin.xml b/modules/uac/doc/uac_admin.xml
index ebf029f..45cab3c 100644
--- a/modules/uac/doc/uac_admin.xml
+++ b/modules/uac/doc/uac_admin.xml
@@ -878,6 +878,23 @@ failure_route[REMOTE_AUTH] {
</example>
</section>
+ <section id="uac.r.uac.reg_reload">
+ <title>
+ <function moreinfo="none">uac.reg_reload</function>
+ </title>
+ <para>
+ Reload the records from database for remote registrations.
+ </para>
+ <example>
+ <title><function>uac.reg_reload</function> usage</title>
+ <programlisting format="linespecific">
+...
+ kamcmd uac.reg_reload
+...
+ </programlisting>
+ </example>
+ </section>
+
</section>
<section>