Raphael Coeffic writes:

 > Any thoughts/proposals on that?

like stefan suggested:

   There are two timers in OpenSER :
     * fr_timer - this timer is used when no response was received
       yet. If there is no response after fr_timer seconds the
       timer triggers (and failure route will be executed if
       t_on_failure() was called). If a provisional response was
       received, the timer is set to fr_inv_timer for INVITE
       transactions, and RT_T2 for all other transactions. If a
       final reponse is received, the transaction has finished.
     * fr_inv_timer - this timer is used when a provisional
       reponse was received for an INVITE transaction.

this is not a problem, however, if outbound proxy is in use, because it
immediately responds with 100 trying and then either with negative or
positive final reply (assuming the proxy stays alive).

-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to