diff --git a/src/modules/peering/doc/peering_admin.xml b/src/modules/peering/doc/peering_admin.xml index 90c57824c91..55b9ee8483c 100644 --- a/src/modules/peering/doc/peering_admin.xml +++ b/src/modules/peering/doc/peering_admin.xml @@ -11,12 +11,12 @@ - + &adminguide;
Overview - The peering module allows SIP providers (operators or organizations) + The peering module allows SIP providers (operators or organizations) to verify from a broker if source or destination of a SIP request is a trusted peer. @@ -24,7 +24,7 @@ In order to participate in the trust community provided by a - broker, each SIP provider registers the domains (host parts of SIP URIs) + broker, each SIP provider registers the domains (host parts of SIP URIs) that they serve with the broker. When a SIP proxy of a provider needs to send a SIP request to a non-local domain, it can find out from the broker using verify_destination() function @@ -53,7 +53,7 @@ &kamailio; Modules The module depends on the following modules - (in other words + (in other words the listed modules must be loaded before this module): @@ -65,15 +65,15 @@
External Libraries or Applications - The following libraries or applications must be installed + The following libraries or applications must be installed before compiling &kamailio; with this module loaded: radiusclient-ng - 0.5.0 or higher -- - library and development files. See http://developer.berlios.de/projects/radiusclient-ng/. @@ -87,11 +87,11 @@
<varname>radius_config</varname> (string) - This is the location of the configuration file of Radius client + This is the location of the configuration file of Radius client libraries. - Default value is + Default value is /usr/local/etc/radiusclient-ng/radiusclient.conf. @@ -182,7 +182,7 @@ modparam("peering", "verify_source_service_type", 22) One of the SIP-AVP reply attributes contains a string - that the source peer must include "as is" in a + that the source peer must include "as is" in a P-Request-Hash: header when it sends the SIP request to the destination peer. The string value may, for example, be of form hash@timestamp, where hash contains @@ -200,7 +200,7 @@ modparam("peering", "verify_source_service_type", 22) <function - moreinfo="none">verify_destination()</function> usage + moreinfo="none">verify_destination() usage ... if (verify_destination()) { @@ -249,7 +249,7 @@ if (verify_destination()) { Value of each SIP-AVP reply attribute is mapped to a - &kamailio; + &kamailio; AVP. Prefix # in front of name or value indicates a string name or string value, respectively. @@ -263,7 +263,7 @@ if (verify_destination()) { <function - moreinfo="none">verify_source()</function> usage + moreinfo="none">verify_source() usage ... if (is_present_hf("P-Request-Hash")) {