2011/6/16 Iñaki Baz Castillo ibc@aliax.net:
Now I just need to know if bit number 2 ($var(id_zone)) of $var(allowed_zones) is 0 or 1.
Is there any function like isflagset() but for pseudo-variables?
I've found isavpflagset() right now:
http://sip-router.org/wiki/cookbooks/core-cookbook/devel#isavpflagset
But it has no description. How is it supposed to work?