Hi Jose,

you need both record_route() and loose_route().

regards,
bogdan

Jose Gil Navarrete wrote:

Hi
In my server I have:
if (!method=="REGISTER"){
                setflag(1);
                setflag(2);
                record_route();
}
Date: Fri, 29 Sep 2006 09:36:49 +0300 From: Daniel-Constantin Mierla <[EMAIL PROTECTED] <http://mx.f525.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=90702&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0&view=a&head=b>>
Subject: Re: [Users] Problem with module dispatcher
To: Jose Gil Navarrete <[EMAIL PROTECTED] <http://mx.f525.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=90702&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0&view=a&head=b>> Cc: [email protected] <http://mx.f525.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=90702&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0&view=a&head=b> Message-ID: <[EMAIL PROTECTED] <http://mx.f525.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=90702&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0&view=a&head=b>>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

do you do record routing on server? The ACK should follow Route
headers.

A network trace (ngrep, ethereal) will help to identify the cause for
the problem.

Cheers,
Daniel


On 09/29/06 00:29, Jose Gil Navarrete wrote:
> 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

------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to