Am 30.1.2006 schrieb "Bogdan-Andrei Iancu"
<bogdan(a)voice-system.ro>ro>:
regarding the pseudo variables: have you tried the
$fn?
in the 1.0.0 cvs tree it is null.
indeed, $fn is not present in 1.0.0 - only on 1.1.0
avp_printf("i:20", "$hdr(from[0])");
if (avp_check("i:20", "re/Anonymous.*/g"))
{
uac_replace_from("Anonymous","sip:Anonymous@Anonymous");
}
is working fine for me. :)