Hi Gang
Somehow I don't get my head around NAT Flags and the nathelper module https://www.kamailio.org/docs/modules/5.7.x/modules/nathelper.html
In the examples I found, there is: FLT_NATS and FLB_NATB
If I got it right, FLB_NATB is a branch flag, which shall indicate that the device is 'B'ehind NAT, right?
It is being set, when FLT_NATS is set:
if(isflagset(FLT_NATS)) { setbflag(FLB_NATB); }
But when should FLT_NATS be set and what is it's meaning? The examples I found don't tell me this.
Mit freundlichen Grüssen
-Benoît Panizzon-