Module: kamailio Branch: master Commit: ed9078642d4fd6ab279cd5711faca9f4678245de URL: https://github.com/kamailio/kamailio/commit/ed9078642d4fd6ab279cd5711faca9f4678245de
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-05-21T08:08:42+02:00 dialog: small docs updates --- Modified: src/modules/dialog/doc/dialog_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/ed9078642d4fd6ab279cd5711faca9f4678245de.diff Patch: https://github.com/kamailio/kamailio/commit/ed9078642d4fd6ab279cd5711faca9f4678245de.patch --- diff --git a/src/modules/dialog/doc/dialog_admin.xml b/src/modules/dialog/doc/dialog_admin.xml index 045ef947f70..890999726f3 100644 --- a/src/modules/dialog/doc/dialog_admin.xml +++ b/src/modules/dialog/doc/dialog_admin.xml @@ -25,16 +25,17 @@ be made concurrently by an endpoint, account, user group, etc. In order to count the number of calls in progress, it is necessary for the proxy to be aware of whole dialogs, not just transactions, and to provide some - means of programmatically classifying these dialogs. This is just one + means of programmatically classifying these dialogs. This is just one common application discussed for illustrative purposes; there are many others. </para> <para> 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. + 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. </para> <para> This module also provides an API foundation on which to build _______________________________________________ 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!
