Hi,
I've configured both fr_timer and fr_inv_timer, like as followings.
loadmodule "/usr/local/lib/ser/modules/tm.so"
modparam("tm", "fr_inv_timer", 30)
modparam("tm", "fr_timer", 20)
If in the case of an endpoint is dead, INVITE request retransmission
must be end after 20seconds with above configuration?
Best Regards,
At 06:29 PM 12/9/2003, Alan Crosswell wrote:
I've had this same problem, trying to do
forwarding to voicemail. If the voicemail does not answer (using a separate vm server --
asterisk) then the invite keeps going forever. In fact, the sip phone rings forever even
after the original inviter has canceled.
Sounds like a possible misconfiguration to me.
If the destination is dead, SER gives up on retransmission (fr_timer).
If the destination does not send a final reply, SER cancels at fr_inv_timer.
-jiri
I didn't add the
append_branch("sip:parallel@localhost:9"). Is that necessary for some reason?
It is necessary if you wish to forward to this address. I suppose you don't want
to forward to a sink destination and this is just a value taken from an example.