Module: kamailio Branch: master Commit: 6448d7d043069cb78334547b513bbf03fc842aa8 URL: https://github.com/kamailio/kamailio/commit/6448d7d043069cb78334547b513bbf03fc842aa8
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-05-21T08:16:06+02:00 modules: readme files regenerated - dialog ... [skip ci] --- Modified: src/modules/dialog/README --- Diff: https://github.com/kamailio/kamailio/commit/6448d7d043069cb78334547b513bbf03fc842aa8.diff Patch: https://github.com/kamailio/kamailio/commit/6448d7d043069cb78334547b513bbf03fc842aa8.patch --- diff --git a/src/modules/dialog/README b/src/modules/dialog/README index 8b97c8b986b..9a3ed175288 100644 --- a/src/modules/dialog/README +++ b/src/modules/dialog/README @@ -478,9 +478,10 @@ Chapter 1. Admin Guide The dialog module provides dialog awareness for the Kamailio proxy. Its functionality is to keep track of the current dialogs, to offer information about them (e.g. how many dialogs are active), and to - manage various characteristics of dialogs. The module exports several - functions that can be used directly from the configuration route script - as well as functions for the RPC interface. + manage various characteristics of dialogs. It can also store variables + in dialog context, allowing to track CSeq updates. The module exports + several functions that can be used directly from the configuration + route script as well as functions for the RPC interface. This module also provides an API foundation on which to build more complex dialog-oriented functionality in other Kamailio modules. _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
