/* init timers hack, new_cell->fr_timer and new_cell->fr_inv_timer* must be set, or else the fr will happen immediately* we can't call init_new_t() because we don't have a sip msg* => we'll ignore t_set_fr() or avp timer value and will use directly the* module params fr_inv_timer and fr_timer -- andrei */new_cell->fr_timeout=cfg_get(tm, tm_cfg, fr_timeout);new_cell->fr_inv_timeout=cfg_get(tm, tm_cfg, fr_inv_timeout);new_cell->end_of_life=get_ticks_raw()+lifetime;