On Saturday 30 September 2006 15:29, Mikael Magnusson wrote:
> Hi,
>
> appserver when handling a forked INVITE doesn't send a final response
> when no more targets are available. It's cause by a issue in
> sipproxy:process_branch_result which throw away the updated target
> list, fixed in included patch.

Wow, great catch. Actually I spotted the same problem in my log files 
just before the weekend, but it would surely have taken me a while to 
find the actual culprit of the problem. Good work, thanks!.

I committed a fix heavily based on your patch - I just removed the 
passing of the target list as a separate parameter to 
try_next_destination, since it was now available in the #state record 
also passed to that function.

I also added test cases for process_branch_result/5.

/Fredrik
_______________________________________________
Yxa-devel mailing list
[EMAIL PROTECTED]
https://lists.su.se/mailman/listinfo/yxa-devel

Reply via email to