Module: kamailio Branch: master Commit: d6ef0bf487e6246092683e0281f5323f056cdaf4 URL: https://github.com/kamailio/kamailio/commit/d6ef0bf487e6246092683e0281f5323f...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-08-10T09:31:18+02:00
modules: readme files regenerated - siptrace ... [skip ci]
---
Modified: src/modules/siptrace/README
---
Diff: https://github.com/kamailio/kamailio/commit/d6ef0bf487e6246092683e0281f5323f... Patch: https://github.com/kamailio/kamailio/commit/d6ef0bf487e6246092683e0281f5323f...
---
diff --git a/src/modules/siptrace/README b/src/modules/siptrace/README index 2ec0fb1de3..ca57cc7a0c 100644 --- a/src/modules/siptrace/README +++ b/src/modules/siptrace/README @@ -575,7 +575,8 @@ modparam("siptrace", "evcb_msg", "ksr_siptrace_msg")
3.25. trace_dialog_ack (str)
- Enable tracing of in-dialog ACK. + Enable tracing of in-dialog ACK. Before this param, one must have set + the onsend() route and captured the outgoing ACK there.
Default value is 1 (enabled).
@@ -586,7 +587,10 @@ modparam("siptrace", "trace_dialog_ack", 1)
3.26. trace_dialog_spiral (str)
- Enable tracing of dialog spirals. + Enable tracing of dialog spirals. A spiraled dialog is a dialog + established by a SIP INVITE that loops back to the same kamailio(as + next hop). Right now, inside the siptrace code, a spiraled dialog is + identified by (*params->param == NULL).
Default value is 1 (enabled).