[sr-dev] git:master: htable: added 'dbmode' attribute to module documentation

Elena-Ramona Modroiu ramona at rosdev.ro
Tue Feb 8 12:24:58 CET 2011


Module: sip-router
Branch: master
Commit: 15c87249242b602f268ea7e86713d1cbcc0c34dd
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=15c87249242b602f268ea7e86713d1cbcc0c34dd

Author: Elena-Ramona Modroiu <ramona at asipto.com>
Committer: Elena-Ramona Modroiu <ramona at asipto.com>
Date:   Tue Feb  8 12:22:13 2011 +0100

htable: added 'dbmode' attribute to module documentation

---

 modules_k/htable/README               |    4 ++++
 modules_k/htable/doc/htable_admin.xml |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/modules_k/htable/README b/modules_k/htable/README
index facb147..cd43570 100644
--- a/modules_k/htable/README
+++ b/modules_k/htable/README
@@ -264,6 +264,10 @@ if(is_present_hf("Authorization"))
        expire.
      * dbtable - name of database to be loaded at startup in hash table.
        If empty or missing, no data will be loaded.
+     * dbmode - if set to 1, the content of hash table is written to
+       database table when the SIP server is stopped (i.e., ensure
+       persistency over restarts). Default value is 0 (no write back to db
+       table).
 
    Default value is NULL.
 
diff --git a/modules_k/htable/doc/htable_admin.xml b/modules_k/htable/doc/htable_admin.xml
index e2c2be6..85c9871 100644
--- a/modules_k/htable/doc/htable_admin.xml
+++ b/modules_k/htable/doc/htable_admin.xml
@@ -253,6 +253,14 @@ if(is_present_hf("Authorization"))
 			startup in hash table. If empty or missing, no data will be loaded.
 		</para>
 		</listitem>
+		<listitem>
+		<para>
+			<emphasis>dbmode</emphasis> - if set to 1, the content of hash
+			table is written to database table when the SIP server is stopped
+			(i.e., ensure persistency over restarts). Default value is 0 (no
+			write back to db table).
+		</para>
+		</listitem>
 		</itemizedlist>
 		<para>
 		<emphasis>




More information about the sr-dev mailing list