Parcourir la source

Updating PDB documentation from http://sip-router.org/2009/09/11/number-portability-functionality/

oej il y a 16 ans
Parent
commit
ff159bb1ef
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      modules/pdb/doc/pdb_admin.xml

+ 8 - 1
modules/pdb/doc/pdb_admin.xml

@@ -13,6 +13,13 @@
 	<section>
 	<section>
 	<title>Overview</title>
 	<title>Overview</title>
 	<para>
 	<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
 	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
   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
   parallel and use the first answer, that comes back. A timeout for the
@@ -43,7 +50,7 @@
 			</para>
 			</para>
 			<itemizedlist>
 			<itemizedlist>
 				<listitem>
 				<listitem>
-				<para><emphasis>none</emphasis></para>
+				<para><emphasis>The PDB server</emphasis></para>
 				</listitem>
 				</listitem>
 			</itemizedlist>
 			</itemizedlist>
 		</section>
 		</section>