[sr-dev] git:master:edfe1406: modules: readme files regenerated - async ...

Kamailio Dev kamailio.dev at kamailio.org
Wed Jun 8 14:44:33 CEST 2016


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

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2016-06-08T14:44:28+02:00

modules: readme files regenerated - async ...

---

Modified: modules/async/README

---

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

---

diff --git a/modules/async/README b/modules/async/README
index eb12ead..26db487 100644
--- a/modules/async/README
+++ b/modules/async/README
@@ -10,7 +10,7 @@ Daniel-Constantin Mierla
 
    <miconda at gmail.com>
 
-   Copyright © 2011 asipto.com
+   Copyright © 2011-2016 asipto.com
      __________________________________________________________________
 
    Table of Contents
@@ -113,7 +113,7 @@ modparam("async", "workers", 2)
    4.2. async_sleep(seconds)
    4.3. async_task_route(routename)
 
-4.1. async_route(routename, seconds)
+4.1.  async_route(routename, seconds)
 
    Simulate a sleep of 'seconds' and then continue the processing of the
    SIP request with the route[routename]. In case of internal errors, the
@@ -144,7 +144,7 @@ route[RESUME] {
 }
 ...
 
-4.2. async_sleep(seconds)
+4.2.  async_sleep(seconds)
 
    Simulate a sleep of 'seconds' and then continue the processing of SIP
    request with the next action. In case of internal errors, the function
@@ -163,7 +163,7 @@ send_reply("404", "Not found");
 exit;
 ...
 
-4.3. async_task_route(routename)
+4.3.  async_task_route(routename)
 
    Continue the processing of the SIP request with the route[routename] in
    one of the processes from core asynchronous framework. The core




More information about the sr-dev mailing list