Hi, in devel version (kamailio flavour) I try to print some selects to the log (using xlog):
xlog("L_INFO", "request transport = $sel(@v.transport), branch = $sel(@v.branch)\n");
@v.transport is indeed printed (tcp/udp...) but @v.branch is not, neither other selects as @v, @v.host and so.
Do I miss something?