Hi All, I'm newbie on SOFIA-SIP, and I have a doubt about this affirmation:
" NUA has a limitation of supporting only one identity per one NUA instance" What does it mean? I'd like to implement a 8 channel SIP gateway using SOFIA-SIP. Could NUA be used to do it? Rgs César Sofia-SIP FAQ *Q: Which API to use, NUA or NTA?* (added 2006-09-11) A: NUA and NTA are the primary interfaces Sofia-SIP provides to application developers. NUA <http://sofia-sip.sourceforge.net/refdocs/nua/>, the User-Agent API, offers a higher layer interface while NTA <http://sofia-sip.sourceforge.net/refdocs/nta/>, the Transaction API, provides a direct interface to SIP transaction, transport and message handling. NUA itself is implemented on top of NTA. NUA is ideal for implementing SIP clients such as VoIP and IM applications, and server elements implemented as SIP clients. NUA hides many complex tasks, such as dialog management, offer/answer negotiation, and registration management, from the application developer. NUA is not designed for building SIP server elements such as proxies and registrars. For these applications, NTA is the appropriate Sofia-SIP interface to use. Note that currently (Sep/06), NUA has a limitation of supporting only one identity per one NUA instance. ------------------------------------------------------------------------- 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
