[sr-dev] git:master:20b0f29f: modules: readme files regenerated - tm ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Mon Apr 30 18:01:42 CEST 2018


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

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2018-04-30T18:01:35+02:00

modules: readme files regenerated - tm ... [skip ci]

---

Modified: src/modules/tm/README

---

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

---

diff --git a/src/modules/tm/README b/src/modules/tm/README
index 8260fe194a..f1b236e936 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -88,7 +88,7 @@ Daniel-Constantin Mierla
               4.9. t_on_branch(branch_route)
               4.10. t_newtran()
               4.11. t_reply(code, reason_phrase)
-              4.12. t_semd_reply(code, reason)
+              4.12. t_send_reply(code, reason)
               4.13. t_lookup_request()
               4.14. t_retransmit_reply()
               4.15. t_release()
@@ -332,7 +332,7 @@ Chapter 1. Admin Guide
         4.9. t_on_branch(branch_route)
         4.10. t_newtran()
         4.11. t_reply(code, reason_phrase)
-        4.12. t_semd_reply(code, reason)
+        4.12. t_send_reply(code, reason)
         4.13. t_lookup_request()
         4.14. t_retransmit_reply()
         4.15. t_release()
@@ -1639,7 +1639,7 @@ end
    4.9. t_on_branch(branch_route)
    4.10. t_newtran()
    4.11. t_reply(code, reason_phrase)
-   4.12. t_semd_reply(code, reason)
+   4.12. t_send_reply(code, reason)
    4.13. t_lookup_request()
    4.14. t_retransmit_reply()
    4.15. t_release()
@@ -1913,7 +1913,7 @@ if (t_newtran()) {
 t_reply("404", "Not found");
 ...
 
-4.12.  t_semd_reply(code, reason)
+4.12.  t_send_reply(code, reason)
 
    Creates the transaction if it does not exist (executing internally
    t_newtran()) and sends a stateful reply (executing internally




More information about the sr-dev mailing list