2010/8/12 Михаил Кривушин <krivushi...@gmail.com>:
> Hello!
> We use FreeSWITCH and OpenSIPS, and have problem - when we try use forking
> calls, it seems that sofia nta/nta.c doesnt distinct INVITE-s by Via
> headers, and its branches.
> Is it right, or I need more code reading?

By default, the server side on nta.c detects the branched INVITEs (and
responds with 482 Request Merged to them).

On client side, the same client side transaction can be used to
receive all the responses. It is also possible to create a
fork-specific client-side transaction with nta_outgoing_tagged().

The nua call model does not support forking, and the sdp processing
and media handling gets outright confused on multiple forks.

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to