Module: sip-router Branch: master Commit: 588a1a4280840e40beaae77345533b40ef1c710d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=588a1a42...
Author: Ovidiu Sas osas@voipembedded.com Committer: Ovidiu Sas osas@voipembedded.com Date: Wed Jan 16 11:38:18 2013 -0500
xhttp_pi: adding note about using the provisioning interface with db_text
---
modules/xhttp_pi/README | 5 +++++ modules/xhttp_pi/doc/xhttp_pi_admin.xml | 7 +++++++ 2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/modules/xhttp_pi/README b/modules/xhttp_pi/README index c1bdafe..ed4a451 100644 --- a/modules/xhttp_pi/README +++ b/modules/xhttp_pi/README @@ -97,6 +97,11 @@ Chapter 1. Admin Guide * ability to reconfigure the interface layout on the fly by reloading the config from the xml framework via the rpc command interface.
+ Note: when provisioning tables using db_text, any change made to a + db_text table will not be reflected on the actual text file. In order + to force a write out to the disk of the cached tables, the db_text rpc + command db_text.dump must be used. + 2. Usage
The layout of the provisionning interface is controlled via an external diff --git a/modules/xhttp_pi/doc/xhttp_pi_admin.xml b/modules/xhttp_pi/doc/xhttp_pi_admin.xml index c6aad7f..45b03ed 100644 --- a/modules/xhttp_pi/doc/xhttp_pi_admin.xml +++ b/modules/xhttp_pi/doc/xhttp_pi_admin.xml @@ -39,6 +39,13 @@ </para></listitem> </itemizedlist> </para> + <para> + Note: when provisioning tables using <emphasis>db_text</emphasis>, + any change made to a <emphasis>db_text</emphasis> table will not + be reflected on the actual text file. In order to force a write + out to the disk of the cached tables, the db_text rpc command + <emphasis>db_text.dump</emphasis> must be used. + </para> </section>
<section>