Module: sip-router
Branch: master
Commit: ff159bb1efcb2ff5a95b4dd0c6ddf21f79270e6e
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ff159bb…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Fri Oct 9 22:20:24 2009 +0200
Updating PDB documentation from
http://sip-router.org/2009/09/11/number-portability-functionality/
---
modules/pdb/doc/pdb_admin.xml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/modules/pdb/doc/pdb_admin.xml b/modules/pdb/doc/pdb_admin.xml
index 7076328..dc89e78 100644
--- a/modules/pdb/doc/pdb_admin.xml
+++ b/modules/pdb/doc/pdb_admin.xml
@@ -13,6 +13,13 @@
<section>
<title>Overview</title>
<para>
+ This is a module for fast number portability handling. The client is this module
+ and the server exists in the /utils/pdbt directory.
+ The PDB module and server supports load-balancing and aggressive timeouts.i
+ Normally it does not need more than a few ms to query the remote server and return
+ the reply to the configuration script.
+ </para>
+ <para>
The pdb module allows Kamailio to send queries to a list of servers
and store the answer in an AVP. The idea is to ask all servers in
parallel and use the first answer, that comes back. A timeout for the
@@ -43,7 +50,7 @@
</para>
<itemizedlist>
<listitem>
- <para><emphasis>none</emphasis></para>
+ <para><emphasis>The PDB server</emphasis></para>
</listitem>
</itemizedlist>
</section>