2
0
Эх сурвалжийг харах

outbound: docs - more tweaks

S-P Chan 4 сар өмнө
parent
commit
1a48c1d18e

+ 6 - 4
src/modules/outbound/doc/outbound_admin.xml

@@ -22,10 +22,11 @@
 
 
 	<section>
 	<section>
 		<title>Conditions</title>
 		<title>Conditions</title>
-		<para>The module analyzes SIP requests so that users (e.g. path, rr)
+		<para>The module analyses SIP requests so that other module (e.g. path, rr)
         can determine whether to apply RFC5626 processing.
         can determine whether to apply RFC5626 processing.
         This section applies if outbound processing
         This section applies if outbound processing
-        is not forced by the <code>force_outbound_flag</code> flag.</para>
+        is not forced by the <code>force_outbound_flag</code> flag, or disabled with
+                <code>force_no_outbound_flag</code>.</para>
     <para><code>REGISTER</code> request:
     <para><code>REGISTER</code> request:
     <itemizedlist>
     <itemizedlist>
       <listitem>
       <listitem>
@@ -33,13 +34,14 @@
       </listitem>
       </listitem>
     </itemizedlist>
     </itemizedlist>
     </para>
     </para>
-    <para>Non-<code>REGISTER</code> requests:
+    <para>Non-<code>REGISTER</code> requests if either of the following conditions is true:
     <itemizedlist>
     <itemizedlist>
       <listitem>
       <listitem>
         <para>top Route header URI is myself and has <code>;ob</code> parameter</para>
         <para>top Route header URI is myself and has <code>;ob</code> parameter</para>
       </listitem>
       </listitem>
       <listitem>
       <listitem>
-        <para>single <code>Via:</code> header and <code>Contact:</code> header has <code>;ob</code> parameter</para>
+          <para><code>Supported: outbound...</code> header, single <code>Via:</code> header,
+          and <code>Contact:</code> header has <code>;ob</code> parameter</para>
       </listitem>
       </listitem>
     </itemizedlist>
     </itemizedlist>
     </para>
     </para>