Hi,
I would like to know how to log the value of "from_uri" and "myself" attributes on kamailio 3.3.7 ?
None of the following works:
xlog("L_INFO","from_uri: $dlg(from_uri)");
$var(x) = from_uri;
xlog("L_INFO","$var(x)");
Thanks,
Al