Hi all<br><br>I have implemented the load balance in mode statefull, I obtained the next messages:<br><br>phone1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dispatcher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sipserver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; phone2<br>&nbsp;&nbsp;&nbsp; --------INVITE--------&gt;&nbsp;&nbsp;&nbsp; ----INVITE-----------&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ----INVITE--------&gt;<br>&nbsp;&nbsp;&nbsp; &lt;----100 TRYING----&nbsp;&nbsp;&nbsp; &lt;---100 TRYING----&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;---100 TRYING----<br>&nbsp;&nbsp;&nbsp; &lt;----180 RINGING--&nbsp;&nbsp;&nbsp; &lt;---180 RINGING---&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;---180 RINGING---<br>&nbsp;&nbsp;&nbsp; &lt;----200 OK----------&nbsp;&nbsp;&nbsp;&nbsp; &lt;----- 200 OK--------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;---200
 OK--------<br>&nbsp;&nbsp;&nbsp; -------- ACK --------&gt;&nbsp;&nbsp;&nbsp;&nbsp; --------- ACK --------&gt;&nbsp;&nbsp;&nbsp;&nbsp; <br><br><br>You can see that the sipserver never sends ACK message to video_phone2.<br>Is this correct?<br><br>Then I try the next, in the sipserver:<br>&nbsp;if (method =="ACK"){<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!t_relay()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_reply_error();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>But the sipserver doesn't send the message ACK at the phone2?<br>Does some body know what it's wrong?<br><br><p>&#32;
                <hr size=1>  
Do You Yahoo!? 
La mejor conexión a Internet y <b>2GB</b> extra a tu correo por $100 al mes. <a href="http://net.yahoo.com.mx">http://net.yahoo.com.mx</a>