<br><br><div class="gmail_quote">On Mon, May 23, 2011 at 4:41 PM, Duane Larson <span dir="ltr">&lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>I am trying to set up some logic that will allow me to failover to a secondary SIP Provider&#39;s IP address and I found this subject on how you can implement it</div>
<div> </div>
<div><a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Timer-Based-Failover-Question-td5758903.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/Timer-Based-Failover-Question-td5758903.html</a></div>



<div> </div>
<div> </div>
<div>In order to test I send my first call to 4.2.2.X (which is not my SIP providers Gateway).  So this call fails as planned.  Then a second call is sent to the correct backup SIP Providers IP address.  This call starts to go through but then my Timer times out and the call is canceled.  I am not sure why the call is canceled because I get a 183 from the SIP provider and in my OnReply_Route I set the timeout to be 300 seconds.  It seems like when I set fr_inv_timer_avp it doesn&#39;t take affect.  Not sure what I am doing wrong.  Here is what I do</div>



<div> </div></blockquote><div><br></div><div>Have you set:</div><meta charset="utf-8"><div><span class="Apple-style-span" style="border-collapse: collapse; font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">modparam(&quot;tm&quot;, &quot;onreply_avp_mode&quot;, 1)  </span></div>

<div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "></span>-Brett</div>

<div> </div></div><br>