Jelajahi Sumber

modules/ims_charging: updated documentation for new parameter: single_ro_session_per_dialog

Richard Good 11 tahun lalu
induk
melakukan
eb8551205f
1 mengubah file dengan 27 tambahan dan 1 penghapusan
  1. 27 1
      modules/ims_charging/doc/ims_charging_admin.xml

+ 27 - 1
modules/ims_charging/doc/ims_charging_admin.xml

@@ -332,6 +332,28 @@ modparam("ims_charging", "cdp_event_threshold", 500)
         <programlisting format="linespecific">
         <programlisting format="linespecific">
 ...
 ...
 modparam("ims_charging", "cdp_event_latency_log", 1)
 modparam("ims_charging", "cdp_event_latency_log", 1)
+...
+        </programlisting>
+      </example>
+    </section>
+    <section>
+      <title>
+      <varname>single_ro_session_per_dialog</varname>(integer)</title>
+      <para>This tells the module whether it should do a single ro session per dialog no matter 
+	  how many times Ro_send_CCR is called from the config file or initiate an ro session 
+	  each time Ro_send_CCR is called.  It is useful for IMS charging where you might want 
+	  to  charge for on-net originating and off-net originating calls but always have only 
+	  a single ro session.
+      </para>
+      <para>
+        <emphasis>Default value is 0.</emphasis>
+      </para>
+      <example>
+        <title>
+        <varname>single_ro_session_per_dialog</varname>parameter usage</title>
+        <programlisting format="linespecific">
+...
+modparam("ims_charging", "single_ro_session_per_dialog", 1)
 ...
 ...
         </programlisting>
         </programlisting>
       </example>
       </example>
@@ -519,7 +541,7 @@ modparam("ims_charging", "service_context_id_release", "262")
     <section>
     <section>
       <title>
       <title>
         <function moreinfo="none">Ro_CCR(route_name, direction, charge_type, unit_type,
         <function moreinfo="none">Ro_CCR(route_name, direction, charge_type, unit_type,
-        reservation_units)</function>
+        reservation_units, domain</function>
       </title>
       </title>
       <para>Perform a CCR on Diameter Ro interface for Charging</para>
       <para>Perform a CCR on Diameter Ro interface for Charging</para>
       <para>Meaning of the parameters is as follows:</para>
       <para>Meaning of the parameters is as follows:</para>
@@ -549,6 +571,10 @@ modparam("ims_charging", "service_context_id_release", "262")
           <emphasis>reservation_units</emphasis>how many units (at the moment seconds) should be
           <emphasis>reservation_units</emphasis>how many units (at the moment seconds) should be
           reservated at the moment.</para>
           reservated at the moment.</para>
         </listitem>
         </listitem>
+	<listitem>
+          <para><emphasis>domain</emphasis>- Logical domain within
+          registrar.</para>
+        </listitem>
       </itemizedlist>
       </itemizedlist>
       <para>This function can be used from REQUEST_ROUTE.</para>
       <para>This function can be used from REQUEST_ROUTE.</para>
       <para>This method is executed asynchronously. See example on how to retrieve return
       <para>This method is executed asynchronously. See example on how to retrieve return