[sr-dev] looks like usrloc flags don't work either

Juha Heinanen jh at tutpro.com
Fri Oct 30 10:22:09 CET 2009


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



More information about the sr-dev mailing list