[Users] Problem with module dispatcher
Jose Gil Navarrete
gijoenav at yahoo.com.mx
Thu Sep 28 23:29:30 CEST 2006
Hi all
I have implemented the load balance in mode statefull, I obtained the next messages:
phone1 dispatcher sipserver phone2
--------INVITE--------> ----INVITE-----------> ----INVITE-------->
<----100 TRYING---- <---100 TRYING---- <---100 TRYING----
<----180 RINGING-- <---180 RINGING--- <---180 RINGING---
<----200 OK---------- <----- 200 OK-------- <---200 OK--------
-------- ACK --------> --------- ACK -------->
You can see that the sipserver never sends ACK message to video_phone2.
Is this correct?
Then I try the next, in the sipserver:
if (method =="ACK"){
if (!t_relay()) {
sl_reply_error();
};
return;
}
But the sipserver doesn't send the message ACK at the phone2?
Does some body know what it's wrong?
---------------------------------
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20060928/a1335dd5/attachment.htm
More information about the Users
mailing list