浏览代码

modules: readme files regenerated - modules ...

Kamailio Dev 8 年之前
父节点
当前提交
25451ba3eb
共有 3 个文件被更改,包括 16 次插入14 次删除
  1. 3 1
      src/modules/acc/README
  2. 9 9
      src/modules/ims_ocs/README
  3. 4 4
      src/modules/snmpstats/README

+ 3 - 1
src/modules/acc/README

@@ -1528,7 +1528,9 @@ Chapter 2. Frequently Asked Questions
 
    2.1. What happened with old log_fmt parameter
    2.2. What happened with old multi_leg_enabled parameter
-   2.3. What happened with old src_leg_avp_id and dst_leg_avp_id parameters
+   2.3. What happened with old src_leg_avp_id and dst_leg_avp_id
+          parameters
+
    2.4. Where can I find more about Kamailio?
    2.5. Where can I post a question about this module?
    2.6. How can I report a bug?

+ 9 - 9
src/modules/ims_ocs/README

@@ -4,7 +4,7 @@ Carsten Bock
 
    ng-voice GmbH
 
-   Copyright © 2016 ng-voice GmbH
+   Copyright © 2016 ng-voice GmbH
      __________________________________________________________________
 
    Table of Contents
@@ -122,18 +122,18 @@ Chapter 1. Admin Guide
 
    4.1. ccr_result(resultcode, grantedunits, finalunit)
 
-4.1. ccr_result(resultcode, grantedunits, finalunit)
+4.1.  ccr_result(resultcode, grantedunits, finalunit)
 
    This method sets the response code of the Diameter Request.
 
    Meaning of the parameters is as follows:
      * resultcode - the Diameter Response code for the request. Typical
        response codes are:
-          + "2001" - Ok
-          + "5030" - User unknown
-          + "5031" - Rating failed
-          + "4010" - End-User Service denied (e.g. Service blocked)
-          + "5006" - Ressources exceeded (e.g. too many concurrent calls)
+          + “2001� - Ok
+          + “5030� - User unknown
+          + “5031� - Rating failed
+          + “4010� - End-User Service denied (e.g. Service blocked)
+          + “5006� - Ressources exceeded (e.g. too many concurrent calls)
      * grantedunits - the number of granted units for this particular user
      * finalunit - indication, that all following requests will be denied
        (this is the final unit for the session)
@@ -157,7 +157,7 @@ ccr_result("2001", "$hdr(P-Requested-Units)", "0");
    5.1. ocs:ccr-orig
    5.2. ocs:ccr-term
 
-5.1. ocs:ccr-orig
+5.1.  ocs:ccr-orig
 
    This route is called for Charging Requests with the session-case
    "originating" - a call from a user to another destination.
@@ -185,7 +185,7 @@ event_route[ocs:ccr-orig] {
 }
 ...
 
-5.2. ocs:ccr-term
+5.2.  ocs:ccr-term
 
    This route is called for Charging Requests with the session-case
    "terminating" - a call to a user from another destination.

+ 4 - 4
src/modules/snmpstats/README

@@ -340,8 +340,8 @@ modparam("snmpstats", "sipEntityType", "proxyServer")
    consumed by Kamailio. If the number of bytes waiting to be consumed
    exceeds a minor threshold, the SNMPStats module will send out an
    kamailioMsgQueueDepthMinorEvent trap to signal that an alarm condition
-   has occurred. The minor threshold is set with the MsgQueueMinorThreshold
-   parameter.
+   has occurred. The minor threshold is set with the
+   MsgQueueMinorThreshold parameter.
 
    Example 1.2. Setting the MsgQueueMinorThreshold parameter
 ...
@@ -357,8 +357,8 @@ modparam("snmpstats", "MsgQueueMinorThreshold", 2000)
    consumed by Kamailio. If the number of bytes waiting to be consumed
    exceeds a major threshold, the SNMPStats module will send out an
    kamailioMsgQueueDepthMajorEvent trap to signal that an alarm condition
-   has occurred. The major threshold is set with the MsgQueueMajorThreshold
-   parameter.
+   has occurred. The major threshold is set with the
+   MsgQueueMajorThreshold parameter.
 
    Example 1.3. Setting the MsgQueueMajorThreshold parameter
 ...