Re: [reSIProcate-users] ServerStale on BYE
Does the branch parameter in the Vias change between the INVITE and the BYE?
Thanks,
-Ryan
On 2007-09-08 at 19h09, John Melton wrote:
> I've been trying to figure out why a BYE request from the sipp test program
> is not accepted by the stack. All my SIP phones and soft phones work
> properly, but for some reason, the sipp test fails.
>
> I'm trying the following scenario:
>
> sipp resiprocate
> INVITE ------>
> <------- 180 Ringing
> <------- 200 OK
> ACK ---------->
> pauses 2-5 seconds
> BYE --------->
>
> At this point, resiprocate gives an error on the BYE stating " ServerStale
> unexpected condition, dropping message."
>
> I've compared the sequence to one that works fine, and I cannot for the
> life of me see the difference and why this one fails.
>
> I have attached the log file if anyone can help.
>
> One oddity to the test - I'm registering with a registrar, but the sipp
> test is directing its traffic directly to the resiprocate stack without going
> through the registrar. (Was trying to stress the application)
>
> Thanks.