i have twinkle registered from behind nat and when i check in location
table my nat flag
modparam("usrloc", "nat_bflag", 1)
is set, i.e. flag column of twinkle contact in location table has value
2.
but when i check after lookup():
lookup("location");
switch ($rc) {
case 1:
if (isbflagset(1)) {
xlog("L_INFO", "Branch Flag 1 is set\n");
};
nothing gets printed to syslog. i have not changed any of this config
code since k.
is this a compatibility issue or a bug?
-- juha