Browse Source

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

Kamailio Dev 7 years ago
parent
commit
1b38ad5ea0
3 changed files with 19 additions and 10 deletions
  1. 1 1
      src/modules/auth/README
  2. 2 2
      src/modules/pua_reginfo/README
  3. 16 7
      src/modules/tm/README

+ 1 - 1
src/modules/auth/README

@@ -381,7 +381,7 @@ route{
 3.6. one_time_nonce (boolean)
 3.6. one_time_nonce (boolean)
 
 
    If set to 1 nonce reuse is disabled: each nonce is allowed only once,
    If set to 1 nonce reuse is disabled: each nonce is allowed only once,
-   in the first reponse to a challenge. All the messages will be
+   in the first response to a challenge. All the messages will be
    challenged, even retransmissions. Stateful mode should be used, to
    challenged, even retransmissions. Stateful mode should be used, to
    catch retransmissions before the authentication checks (using
    catch retransmissions before the authentication checks (using
    t_newtran() before the authentication checks and sending all the
    t_newtran() before the authentication checks and sending all the

+ 2 - 2
src/modules/pua_reginfo/README

@@ -170,8 +170,8 @@ modparam("pua_reginfo", "server_address", "sip:[email protected]")
    This function processes received "NOTIFY"-requests and updates the
    This function processes received "NOTIFY"-requests and updates the
    local registry accordingly.
    local registry accordingly.
 
 
-   This method does not create any SIP-Reponse, this has to be done the
-   script-writer.
+   This method does not create any SIP-Response, this has to be done by
+   the script-writer.
 
 
    The parameter has to correspond to user location table (domain) where
    The parameter has to correspond to user location table (domain) where
    to store the record.
    to store the record.

+ 16 - 7
src/modules/tm/README

@@ -141,6 +141,7 @@ Daniel-Constantin Mierla
               5.6. tm.reply
               5.6. tm.reply
               5.7. tm.reply_callid
               5.7. tm.reply_callid
               5.8. tm.clean
               5.8. tm.clean
+              5.9. tm.stats
 
 
         6. Event Routes
         6. Event Routes
 
 
@@ -381,6 +382,7 @@ Chapter 1. Admin Guide
         5.6. tm.reply
         5.6. tm.reply
         5.7. tm.reply_callid
         5.7. tm.reply_callid
         5.8. tm.clean
         5.8. tm.clean
+        5.9. tm.stats
 
 
    6. Event Routes
    6. Event Routes
 
 
@@ -457,8 +459,7 @@ Chapter 1. Admin Guide
 Note
 Note
 
 
    Several Kamailio TM module functions are now implemented in the TMX
    Several Kamailio TM module functions are now implemented in the TMX
-   module: “modules_k/tmx”. Check it to see if what you are looking for is
-   there.
+   module. Check it to see if what you are looking for is there.
 
 
 2. Serial Forking Based on Q Value
 2. Serial Forking Based on Q Value
 
 
@@ -1348,7 +1349,7 @@ modparam("tm", "callid_matching", 1)
 
 
 3.34. pass_provisional_replies (integer)
 3.34. pass_provisional_replies (integer)
 
 
-   If set, TMCB_LOCAL_REPONSE_OUT tm registered callbacks will be called
+   If set, TMCB_LOCAL_RESPONSE_OUT tm registered callbacks will be called
    also for provisional replies.
    also for provisional replies.
 
 
    Default value is 0 (off).
    Default value is 0 (off).
@@ -1777,8 +1778,8 @@ failure_route[1] {
 }
 }
 ...
 ...
 
 
-   See test/onr.cfg for a more complex example of combination of serial
-   with parallel forking.
+   See misc/examples/mixed/onr.cfg for a more complex example of
+   combination of serial with parallel forking.
 
 
 4.7.  t_on_branch_failure(branch_failure_route)
 4.7.  t_on_branch_failure(branch_failure_route)
 
 
@@ -1881,7 +1882,7 @@ if (t_newtran()) {
 } else sl_reply_error();
 } else sl_reply_error();
 ...
 ...
 
 
-   See test/uas.cfg for more examples.
+   See misc/examples/mixed/uas.cfg for more examples.
 
 
 4.11.  t_reply(code, reason_phrase)
 4.11.  t_reply(code, reason_phrase)
 
 
@@ -2809,6 +2810,7 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
    5.6. tm.reply
    5.6. tm.reply
    5.7. tm.reply_callid
    5.7. tm.reply_callid
    5.8. tm.clean
    5.8. tm.clean
+   5.9. tm.stats
 
 
 5.1.  tm.list
 5.1.  tm.list
 
 
@@ -2834,7 +2836,7 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
 
 
 5.3.  tm.t_uac_wait
 5.3.  tm.t_uac_wait
 
 
-   Similar to rm.t_uac_start, but waits for the SIP reponse and tries to
+   Similar to tm.t_uac_start, but waits for the SIP response and tries to
    provide its details via RPC response.
    provide its details via RPC response.
 
 
 5.4.  tm.cancel
 5.4.  tm.cancel
@@ -2888,6 +2890,13 @@ t_uac_send("OPTIONS", "sip:[email protected]", "", "",
    Parameters:
    Parameters:
      * none
      * none
 
 
+5.9.  tm.stats
+
+   Gets information about current and past TM transaction handling.
+
+   Parameters:
+     * none
+
 6. Event Routes
 6. Event Routes
 
 
    6.1. event_route[tm:branch-failure]
    6.1. event_route[tm:branch-failure]