[OpenSIPS-Users] CANCEL and 408 Request Timeout when fr_inv_timer expires
Iñaki Baz Castillo
ibc at aliax.net
Wed Dec 31 12:26:04 CET 2008
El Miércoles, 31 de Diciembre de 2008, Ricardo Lopez Camino escribió:
> Great!!. Finally I´ve set the fr_inv_timer like this
>
> modparam("tm", "fr_inv_timer", 40)
> modparam("tm", "fr_inv_timer_avp", "$avp(s:callee_fr_inv_timer)")
> And when an initial INVITE comes from Asterisk (Called LEG) the following
> avp function is invoked
> avp_printf("$avp(s:callee_fr_inv_timer)", "30");
You can do the same in a simpler way by just doing:
$avp(s:callee_fr_inv_timer) = 30;
> That way the timer hits first in that LEG and the Voicemail App works
> perfectly in the other (caller) LEG.
>
> Thanks!!!
:)
--
Iñaki Baz Castillo
More information about the Users
mailing list