Module: kamailio Branch: master Commit: eb956229859d14c689caabd92bb03904d0592c54 URL: https://github.com/kamailio/kamailio/commit/eb956229859d14c689caabd92bb03904d0592c54
Author: Richard Fuchs <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-12T21:06:48+01:00 kex: document UDP proxy RPC calls --- Modified: src/modules/kex/doc/kex_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/eb956229859d14c689caabd92bb03904d0592c54.diff Patch: https://github.com/kamailio/kamailio/commit/eb956229859d14c689caabd92bb03904d0592c54.patch --- diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml index a16056510fa..ae8be377d64 100644 --- a/src/modules/kex/doc/kex_admin.xml +++ b/src/modules/kex/doc/kex_admin.xml @@ -1009,6 +1009,38 @@ kamcli rpc modparam.list tls Returns signature of given method. </para> </section> + <section id="kex.r.udp.proxy.dump"> + <title> + <function moreinfo="none">udp.proxy.dump</function> + </title> + <para> + If support for the UDP proxy protocol is enabled, returns the full contents of the proxy hash table. The returned list can be large. + </para> + </section> + <section id="kex.r.udp.proxy.stats"> + <title> + <function moreinfo="none">udp.proxy.stats</function> + </title> + <para> + Returns a brief overview of the size of the UDP proxy hash table. + </para> + </section> + <section id="kex.r.udp.proxy.clean"> + <title> + <function moreinfo="none">udp.proxy.clean</function> + </title> + <para> + Removes expired (older than 2 hours) entries from the UDP proxy hash table. + </para> + </section> + <section id="kex.r.udp.proxy.flush"> + <title> + <function moreinfo="none">udp.proxy.flush</function> + </title> + <para> + Completely empties out the UDP proxy hash table by removing all entries. + </para> + </section> <section id="kex.r.mod.mem_stats"> <title> _______________________________________________ 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!
