← Volver al índice de módulos

uid_gflags

The module implements global flags. The difference between the global flags and flags that can be used in the configuration file or AVPs is that they the scope of the global flags is not limited to th
🛠️ Utilidades y Varios Kamailio 6.1

Descripción general

The module implements global flags. The difference between the global flags and flags that can be used in the configuration file or AVPs is that they the scope of the global flags is not limited to the SIP message or transaction being processed. Global flags are always available, their contents is not forgotten when a SIP transaction gets destroyed in Kamailio. Global flags can be accessed from the configuration script, for example: if (is_ugflag("1")) { t_relay_to_udp("10.0.0.1", "5060"); } else { t_relay_to_udp("10.0.0.2", "5060"); }; The value of the global flags can be manipulated by external tools such as the web interface of Kamailio or cmd line administration tools. One particular application of global flags could be runtime configuration changes without the need to restart Kamailio.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/uid_gflags.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/uid_gflags

Autores y contribuidores

Jiri Kuthan <jiri@iptel.org>

Copyright © 2004 FhG FOKUS

Módulos relacionados

auth_web3 auth_xkeys avp avpops benchmark blst call_control call_obj