There are a few threads that talk about this. You have the option of one nua per line or a single nua and multiplex on AOR. The first option requires each line have a different local UDP port number to bind to and a more memory for all the nua contexts. The second option gives you a single UDP port, but requires you keep track of handles per line and multiplex in the callback.
Colin.. Jerry Richards wrote: > I plan to use Sofia-SIP to develop a multi-line (i.e. multi-AOR) SIP phone > that has up to 50 individually registered lines, and so it will need to call > nua_create() once per line. > > My question is, how much RAM memory will be required for each line? How > many Sofia-SIP processes would be running? > > > ------------------------------------------------------------------------- > 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 > Sofia-sip-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel > ------------------------------------------------------------------------- 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 Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel