Vinod Parameswaran wrote: > Hi, > > does anyone know of a SIP opensource stack that has been ported to Symbian > and supports multi-threading for applications? I am aware of PJSIP which has > been ported to Symbian, but does not support multi-threading for applications. > > Any suggestions would be greatly appreciated. > > thanks and best regards > Vin > _______________________________________________ > Sip-implementors mailing list > Sip-implementors@lists.cs.columbia.edu > https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors > > Hello,
Also SIP Sofia is used a lot and ported to Symbian http://sofia-sip.sourceforge.net/. I don't know about multithreaded or not, but I think you are looking for an API that has only re-entrant functions (safe to call them in a MT app). Even if they are not, with proper locking they can be safely wrapped. AFAIK I don't think that Sofia provides MT out of the box. Hope this helps. Marius _______________________________________________ Sip-implementors mailing list Sip-implementors@lists.cs.columbia.edu https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors