Iqbal wrote:
Hi
Is there any standard or best user experience for inv_timeouts and fr_timer for IP calls and ip to pstn calls. Also can you have different timers for different types of calls and destinations, maybe even based on prefix/gateway lookup
We use 40 seconds for IP to IP calls and after that Voicemail hits. For IP to PSTN calls we use 90 seconds.
To set the inv_timeout in our PSTN route blocks we do something like:
------- set_sattr("callee_fr_inv_timer", "90"); if (!t_relay()) { sl_reply_error(); }; -------
Cheers...