Hello All,<br>I&#39;m sending calls to a redirect server and I have a specific need. There are multiple redirect servers I can pick from so what I need is to ensure I get a FAST reply from the redirect server or I want to give up on it. <br>

<br>When the redirect server is slow, I don&#39;t get a 100 Trying until I get the reply.. For example<br><br>INVITE<br>...<br>300ms<br>...<br>100Trying<br>1ms<br>302 Redirect<br><br><br>What I&#39;d like is to basically say, if I don&#39;t get a 302 in Xms (and I really mean ms here) then give up and hit failure route (or something else trapable).<br>

<br>I&#39;ve adjusted fr_timer and fr_inv_timer all the way down, but it&#39;s still too slow. And in the absence of a provisional reply, I get retransmissions which means that the INVITE will hang out for a few seconds before rolling. Ultimately if I don&#39;t get a provisional reply in 500ms I want it to give up.<br>

<br>I have tried to adjust the T1 and T2 timers to make retrys faster (the servers are all right next to each other so network latency isn&#39;t an issue really), but there is still a whole lot of retransmissions and I can&#39;t find a way to suppress the transmissions from the sending side. <br>

<br>Any thoughts?<br><br>Thanks,<br>Brett<br><br><br>