Andreas Granig writes:
Anyhow, it seems to be deprecated anyways, so I'm looking to get t_set_fr() working. I'm just curious how I can use a var or AVP loaded from DB to set the value on-the-fly? t_set_fr(...) seems to allow only constants to be set. Couldn't find anything in the docs regarding that one.
for example, this kind of call works for me:
t_set_fr("$avp(i:722)", "@cfg_get.local.phone_timeout");
-- juha