From 22bc428a36d37cbd1e8598f59079a9f23a441f72 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:05 +0100 Subject: [PATCH] diversion: docs - removed trailing spaces --- src/modules/diversion/doc/diversion.xml | 6 ++--- src/modules/diversion/doc/diversion_admin.xml | 24 +++++++++---------- src/modules/diversion/doc/diversion_devel.xml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/modules/diversion/doc/diversion.xml b/src/modules/diversion/doc/diversion.xml index c4d24186523..3a51039b073 100644 --- a/src/modules/diversion/doc/diversion.xml +++ b/src/modules/diversion/doc/diversion.xml @@ -35,9 +35,9 @@ - + - - + + diff --git a/src/modules/diversion/doc/diversion_admin.xml b/src/modules/diversion/doc/diversion_admin.xml index c18045f330f..60ad8f177d2 100644 --- a/src/modules/diversion/doc/diversion_admin.xml +++ b/src/modules/diversion/doc/diversion_admin.xml @@ -10,13 +10,13 @@ - + &adminguide; - +
Overview - The module implements the Diversion extensions as per + The module implements the Diversion extensions as per RFC 5806. The diversion extensions are useful in various scenarios involving call forwarding. Typically one needs to communicate the original recipient of the call to the PSTN gateway and this is what @@ -53,8 +53,8 @@
<varname>suffix</varname> (string) - The suffix to be appended to the end of the header field. You can use - the parameter to specify additional parameters to be added to the + The suffix to be appended to the end of the header field. You can use + the parameter to specify additional parameters to be added to the header field, see the example. @@ -73,8 +73,8 @@ modparam("diversion", "suffix", ";privacy=full")
<function moreinfo="none">add_diversion(reason [, uri])</function> - The function adds a new diversion header field before any other - existing Diversion header field in the message (the newly added + The function adds a new diversion header field before any other + existing Diversion header field in the message (the newly added Diversion header field will become the topmost Diversion header field). If 'uri' parameter is missing, the inbound (without any modifications done by the proxy server) Request-URI will be used as the Diversion URI. @@ -82,7 +82,7 @@ modparam("diversion", "suffix", ";privacy=full") Meaning of the parameters is as follows: - reason - The reason string to be added + reason - The reason string to be added as the reason parameter @@ -112,8 +112,8 @@ add_diversion("user-busy", "$ru");
Diversion Example - The following example shows a Diversion header field added to - INVITE message. The original INVITE received by the user agent + The following example shows a Diversion header field added to + INVITE message. The original INVITE received by the user agent of sip:bob@sip.org is: @@ -127,8 +127,8 @@ Contact: <sip:mark@1.2.3.4> Content-Length: 0 - The INVITE message is diverted by the user agent - of sip:bob@sip.org because the user was talking to someone else + The INVITE message is diverted by the user agent + of sip:bob@sip.org because the user was talking to someone else and the new destination is sip:alice@sip.org : diff --git a/src/modules/diversion/doc/diversion_devel.xml b/src/modules/diversion/doc/diversion_devel.xml index b0e08b3859a..a833938e967 100644 --- a/src/modules/diversion/doc/diversion_devel.xml +++ b/src/modules/diversion/doc/diversion_devel.xml @@ -10,7 +10,7 @@ - + &develguide; According to the specification a new Diversion header field should be inserted