Module: kamailio Branch: master Commit: 9e405e1fa00231f995d6702d61335248b77d6e99 URL: https://github.com/kamailio/kamailio/commit/9e405e1fa00231f995d6702d61335248b77d6e99
Author: Xenofon Karamanos <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-02-12T19:30:53+01:00 dlgs: docs: Add rpc dlgs_count docs --- Modified: src/modules/dlgs/doc/dlgs_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/9e405e1fa00231f995d6702d61335248b77d6e99.diff Patch: https://github.com/kamailio/kamailio/commit/9e405e1fa00231f995d6702d61335248b77d6e99.patch --- diff --git a/src/modules/dlgs/doc/dlgs_admin.xml b/src/modules/dlgs/doc/dlgs_admin.xml index f943caabd24..cd45feffb2c 100644 --- a/src/modules/dlgs/doc/dlgs_admin.xml +++ b/src/modules/dlgs/doc/dlgs_admin.xml @@ -438,5 +438,26 @@ request_route { </programlisting> </example> </section> + <section id="dlgs.rpc.count"> + <title> + <function moreinfo="none">dlgs.count</function> + </title> + <para> + Prototype: dlgs.count field op data + </para> + <para> + Return the number of ongoing dialogs. The parameters have + the same meaning like those for <xref linkend="dlgs.f.dlgs_count"/> function. + </para> + <example> + <title> + <function>dlgs.count</function> usage</title> + <programlisting format="linespecific"> +... +&kamctl; rpc dlgs.count src sw "sip:alice" +... + </programlisting> + </example> + </section> </section> </chapter> _______________________________________________ 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!
