<p>Forgot to mention that I installed the latest svn version today.</p>
<p>Sent from Droid</p>
<div class="gmail_quote">On May 6, 2011 2:10 PM, &quot;osiris123d&quot; &lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt; wrote:<br type="attribution">&gt; I just tried to set up my script this way and it is not working.  I have set<br>
&gt; it up so that during the INVITE the timeout_avp gets set to 120 seconds. <br>&gt; Then when the message is an ACK I set the timeout_avp to 7200 seconds.  When<br>&gt; I make a call to test the call will only stay up for 2 minutes.  I know that<br>
&gt; my second declaration of timeout_avp is being executed since I did the<br>&gt; following<br>&gt; <br>&gt; modparam(&quot;dialog&quot;, &quot;timeout_avp&quot;, &quot;$avp(i:30)&quot;)<br>&gt; modparam(&quot;dialog&quot;, &quot;bye_on_timeout_flag&quot;, 30) <br>
&gt; <br>&gt; if (has_totag()) {<br>&gt;               if (loose_route()) {<br>&gt; <br>&gt;                         if ( is_method(&quot;ACK&quot;) ) {<br>&gt;                                 # The dialog has reached 4th step in setting<br>
&gt; up the call<br>&gt;                                 # so everything should be good.  We want to<br>&gt; go ahead and<br>&gt;                                 # set the dialog timeout to something high<br>&gt; now<br>&gt; xlog(&quot;L_INFO&quot;, &quot;Main Route Just set Timeout to 7200: Call [$rm] rU[$rU]<br>
&gt; fU[$fU]\n&quot;);<br>&gt;                                 $avp(i:30)=7200;<br>&gt;                                 setflag(30);<br>&gt;                         }<br>&gt; <br>&gt;               }<br>&gt; }<br>&gt; <br>
&gt; <br>&gt; Am I missing something here?<br>&gt; <br>&gt; --<br>&gt; View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/Killing-confirmed-no-ack-dialogs-tp6223926p6338590.html">http://opensips-open-sip-server.1449251.n2.nabble.com/Killing-confirmed-no-ack-dialogs-tp6223926p6338590.html</a><br>
&gt; Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br></div>