--------- Message d'origine -------- De: Klaus Darilion klaus.mailinglists@pernau.at A: Zenone zenone@telip.com Copies: users@openser.org Objet: Re: [Users] Ringing timeout?? Date: 26/07/06 14:52
Zenone wrote: > Hi! > Is it possible to limit the ringing duration? For example to give up
before
> going to the called number voicemail...
fr_timer and fr_inv_timer parameter of tm module (refer to the tm module docs)
regards klaus
> Thanks in advance, > Michel > > ________________________________________________ > Message sent using UebiMiau 2.7.8 > > > > _______________________________________________ > Users mailing list > Users@openser.org > http://openser.org/cgi-bin/mailman/listinfo/users
Thanks! But is there a way to set a particular fr_inv_timer for a call? Michel
________________________________________________ Message sent using UebiMiau 2.7.8
To use AVP's you a modparam, for example:
modparam("tm", "fr_inv_timer_avp", "s:invite_timeout")
Then, you would load a timeout value into the invite_timeout AVP, for example:
avp_db_load("$rU", "$avp(s:invite_timeout)");
In addition to reading the tm docs as Klaus suggested, you should also check out the mailing list archives at both openser.org and iptel.org
Try a google search string of: fr_inv_timer_avp site:mail.iptel.org
Regards, Norm
Klaus Darilion wrote:
Thanks! But is there a way to set a particular fr_inv_timer for a call? Michel
Yes, via AVP. Read the tm docs :-)
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users