Hi!
Does somebody know why 'fr_inv_timer_avp' does nothing when I use it as follow: ... modparam("tm", "fr_inv_timer_avp", "inv_timeout") ... modparam("avpops","avp_table","avptimer") # 'avptimer' is like 'usr_preferences' ... avp_db_load("$ruri/username","i:inv_timeout/avptimer"); avp_write("i:inv_timeout","inv_timeout");
# In avptimer there is an attribute 'inv_timeout'
Actually I try to set a fr_inv_timer different from an user to another. 'avptimer' timer defines, for each users, their proper fr_inv_timer.
If somebody can help... Thanks in advance, Michel
Have you tried setting it manually, without DB? Maybe you have to use s:inv_timer in modparam.
modparam("tm", "fr_inv_timer_avp", "s:inv_timeout")
avp_write("i:50","$avp(s:inv_timeout)");
regards klaus
Michel Zenone wrote:
Hi!
Does somebody know why 'fr_inv_timer_avp' does nothing when I use it as follow: ... modparam("tm", "fr_inv_timer_avp", "inv_timeout") ... modparam("avpops","avp_table","avptimer") # 'avptimer' is like 'usr_preferences' ... avp_db_load("$ruri/username","i:inv_timeout/avptimer"); avp_write("i:inv_timeout","inv_timeout");
# In avptimer there is an attribute 'inv_timeout'
Actually I try to set a fr_inv_timer different from an user to another. 'avptimer' timer defines, for each users, their proper fr_inv_timer.
If somebody can help... Thanks in advance, Michel
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users