Hello!

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:      }

Best regards,
Legostayev Denis


-------------------------------------------------------------------------
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