Module: kamailio Branch: master Commit: 25451ba3ebffd586ee01ae6e284cc96439dcdb87 URL: https://github.com/kamailio/kamailio/commit/25451ba3ebffd586ee01ae6e284cc964...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2016-12-07T15:32:57+01:00
modules: readme files regenerated - modules ...
---
Modified: src/modules/acc/README Modified: src/modules/ims_ocs/README Modified: src/modules/snmpstats/README
---
Diff: https://github.com/kamailio/kamailio/commit/25451ba3ebffd586ee01ae6e284cc964... Patch: https://github.com/kamailio/kamailio/commit/25451ba3ebffd586ee01ae6e284cc964...
---
diff --git a/src/modules/acc/README b/src/modules/acc/README index 975253c..2dc7692 100644 --- a/src/modules/acc/README +++ b/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? diff --git a/src/modules/ims_ocs/README b/src/modules/ims_ocs/README index f6bd564..09c2eab 100644 --- a/src/modules/ims_ocs/README +++ b/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. diff --git a/src/modules/snmpstats/README b/src/modules/snmpstats/README index d63b74d..357a661 100644 --- a/src/modules/snmpstats/README +++ b/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 ...