[sr-dev] git:master:54003021: dispatcher: regenerated the readme file

Daniel-Constantin Mierla miconda at gmail.com
Sun Jan 24 13:38:32 CET 2016


Module: kamailio
Branch: master
Commit: 540030214d51d9e3db1e863a34ed2586bad031de
URL: https://github.com/kamailio/kamailio/commit/540030214d51d9e3db1e863a34ed2586bad031de

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-01-24T13:30:19+01:00

dispatcher: regenerated the readme file

---

Modified: modules/dispatcher/README

---

Diff:  https://github.com/kamailio/kamailio/commit/540030214d51d9e3db1e863a34ed2586bad031de.diff
Patch: https://github.com/kamailio/kamailio/commit/540030214d51d9e3db1e863a34ed2586bad031de.patch

---

diff --git a/modules/dispatcher/README b/modules/dispatcher/README
index 3ef38d1..043de16 100644
--- a/modules/dispatcher/README
+++ b/modules/dispatcher/README
@@ -102,6 +102,7 @@ Alessandro Arrichiello
               6.1. dispatcher.set_state
               6.2. dispatcher.list
               6.3. dispatcher.reload
+              6.4. dispatcher.ping_active
 
         7. Installation and Running
 
@@ -232,6 +233,7 @@ Chapter 1. Admin Guide
         6.1. dispatcher.set_state
         6.2. dispatcher.list
         6.3. dispatcher.reload
+        6.4. dispatcher.ping_active
 
    7. Installation and Running
 
@@ -1135,6 +1137,7 @@ onreply_route {
    6.1. dispatcher.set_state
    6.2. dispatcher.list
    6.3. dispatcher.reload
+   6.4. dispatcher.ping_active
 
 6.1. dispatcher.set_state
 
@@ -1184,6 +1187,27 @@ kamcmd dispatcher.set_state ip 2 sip:127.0.0.1:5080
    Example
                 kamcmd dispatcher.reload
 
+6.4. dispatcher.ping_active
+
+   Sets the global state for sending keepalive requests to destinations.
+
+   Name: dispatcher.ping_active
+
+   Parameters:
+     * _state_ : state of sending keepalives
+          + "0": inactive (don't send)
+          + "1": active (send)
+
+   If the state parameter is missing, the current state is returned. When
+   state is changed, new and old values of the state are returned. Default
+   value for state is 1.
+
+   Example:
+...
+# prototype: kamcmd dispatcher.ping_active _state_
+kamcmd dispatcher.ping_active 0
+...
+
 7. Installation and Running
 
    7.1. Destination List File




More information about the sr-dev mailing list