<div style='font-family:Times New Roman, Times, serif;font-size:12pt;color:#000000;'><div style="font-family: Times New Roman,Times,serif; font-size: 12pt; color: rgb(0, 0, 0);">For various (and quite horrible) reasons, I need to do the following<br>a) Wait '2' seconds after I send an INVITE for *any* response<br>b) Wait '4' seconds after I get a 100 response for a 18x (or higher) response<br>c) Wait '60' seconds after the 18x for a 18x (or higher) response<br><br>Sooo, can I change the timer *during* the transaction?&nbsp; i.e., something like<br><br>fr_inv_timer = 2<br>if (response == 100) {<br>&nbsp;&nbsp; reset fr_inv_timer to 4 seconds<br>} elsif (response == 180) {<br>&nbsp;&nbsp; reset fr_inv_timer to 60<br>}<br><br>Or, is fr_inv_timer fixed once the transaction is setup?<br><br><br>cheers<br>-- <br>*******************************************<br>Mahesh&nbsp;Paolini-Subramanya&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(703)&nbsp;386-1500&nbsp;x9100<br>CTO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mahesh@aptela.com<br>Aptela,&nbsp;Inc.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.aptela.com<br>"Aptela:&nbsp;How&nbsp;Business&nbsp;Answers&nbsp;The&nbsp;Call"<br>*******************************************<br></div>