On 7/19/06, Legostayev Denis <[EMAIL PROTECTED]> wrote:
> It's seems that modifying session with outgoing re-INVITE (UPDATE) is
> slightly broken. For example, when i'm trying to send re-INVITE with
> NUTAG_HOLD(1), with call that already have been placed on hold by remote
> side a have got a core dump. I'm trying to dig some deeply and found that
> problem was here:
>
> soa_static.c:
> 935:    if (soa_sdp_mode_set_is_needed(local, remote, ss->ss_hold)) {
> 936:      if (local != local0) {
> 937: -  *local = *local, local = local0;
> 937: +  *local0 = *local, local = local0;
> 938: DUP_LOCAL(local);
> 939:      }

Oops. Too few test cases. ;)

Thanks for sending the patch! I've uploaded it to darcs repo at
<http://sofia-sip.org/repos/sofia-sip/>.

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to