is there any way of getting the received ip/port/proto from nathelper?

modparam("nathelper|registrar", "received_avp", "$avp(RECEIVED)")

set_contact_alias();
xlog("$avp(RECEIVED)");

this gives me <null>

Kelvin Chua