Module: kamailio Branch: master Commit: 1b38ad5ea0a17ea63d0319919ebeceaa043d8e0f URL: https://github.com/kamailio/kamailio/commit/1b38ad5ea0a17ea63d0319919ebeceaa...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-10-30T15:01:28+01:00
modules: readme files regenerated - auth ... [skip ci]
---
Modified: src/modules/auth/README Modified: src/modules/pua_reginfo/README Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/1b38ad5ea0a17ea63d0319919ebeceaa... Patch: https://github.com/kamailio/kamailio/commit/1b38ad5ea0a17ea63d0319919ebeceaa...
---
diff --git a/src/modules/auth/README b/src/modules/auth/README index a5f879a0a4..5967149855 100644 --- a/src/modules/auth/README +++ b/src/modules/auth/README @@ -381,7 +381,7 @@ route{ 3.6. one_time_nonce (boolean)
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 catch retransmissions before the authentication checks (using t_newtran() before the authentication checks and sending all the diff --git a/src/modules/pua_reginfo/README b/src/modules/pua_reginfo/README index 68c9a85205..3da81d094c 100644 --- a/src/modules/pua_reginfo/README +++ b/src/modules/pua_reginfo/README @@ -170,8 +170,8 @@ modparam("pua_reginfo", "server_address", "sip:reginfo@160.34.23.12") This function processes received "NOTIFY"-requests and updates the 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 to store the record. diff --git a/src/modules/tm/README b/src/modules/tm/README index bd10d0d779..0b484fa6a9 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -141,6 +141,7 @@ Daniel-Constantin Mierla 5.6. tm.reply 5.7. tm.reply_callid 5.8. tm.clean + 5.9. tm.stats
6. Event Routes
@@ -381,6 +382,7 @@ Chapter 1. Admin Guide 5.6. tm.reply 5.7. tm.reply_callid 5.8. tm.clean + 5.9. tm.stats
6. Event Routes
@@ -457,8 +459,7 @@ Chapter 1. Admin Guide Note
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
@@ -1348,7 +1349,7 @@ modparam("tm", "callid_matching", 1)
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.
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)
@@ -1881,7 +1882,7 @@ if (t_newtran()) { } 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)
@@ -2809,6 +2810,7 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "", 5.6. tm.reply 5.7. tm.reply_callid 5.8. tm.clean + 5.9. tm.stats
5.1. tm.list
@@ -2834,7 +2836,7 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "",
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.
5.4. tm.cancel @@ -2888,6 +2890,13 @@ t_uac_send("OPTIONS", "sip:alice@kamailio.org", "", "", Parameters: * none
+5.9. tm.stats + + Gets information about current and past TM transaction handling. + + Parameters: + * none + 6. Event Routes
6.1. event_route[tm:branch-failure]