Hi,

I got some problems with is_gflags:
1. Set the gflag:
# kamcmd cfgutils.set_gflag 1024
2. Check the gflags - fine:
# kamcmd cfgutils.get_gflags
0x400 (1024)
3. Check using is_gflag - problem:
# kamcmd cfgutils.is_gflag 1024
FALSE

Seems is_gflag always returns FALSE somehow. Calling function is_gflag() from the cfg file seems to always return FALSE too.

I tried this on Kamailio 5.3.2 and 5.3.3 and the behaviour is the same.

Best regards,
Yufei