What is the correct way to write flags in Kamailio 3.0.3? I've tried both enum-like way: "flags a, b;" and the macro way: "#!define a 1",
but neither has worked. I'm getting a syntax error trying to used defined flag, e.g.: modparam("usrloc", "nat_bflag", FLB_NATB)
In 3.1 though the macro works fine.