Hi On 20150929 11:57 , Telesonic Telesonic wrote: > Hello Miljenko! > > For example for IOS > > I fact Im going not to wrap all pjsip methods into c# but to use c/c++ methods like lib calls. I'm afraid You'll have to wrap. Check pjsip sample for java in pjsip source. I tweaked it for c# + some manual changes. Otherwise c# cannot call native code (interop with it). > I have working code on c/c++ for pjsip OK. pjsip works there is plenty OSS samples. > Now Im going to > 1. link pjsip libs for Xamarin.IOS project OK. Those are c/c++ (static libs *.a) > 2. link my own code builded like lib into Xamarin.IOS project What is "my own code"? Objective-c? Or c#? Or c/c++? > 3. use calls from my lib to use pjsip. > Am I right in this? partially. Close, but still not there. And those last steps are (for me the biggest ones - due to lack of time). There are still some unknowns in this equation. You need to specify more. thanks regards Mel > > > > > 29.09.2015, 10:15, "Miljenko Cvjetko" <mcvjetko at holisticware.net>: >> Hi >> >> On 20150928 18:37 , Telesonic Telesonic wrote: >>> Hello! >>> >>> Im intersting - does somebody link pjsip to xamarin projects? (IOS/Android) >> I work on integrating PJSIP with Xamarin, but as a hobby (side) project, so implementation speed is not too high. >>> Im trying now but there so many errors when link etc. Maybe if somebody already made it, can give some advices? >>> >>> First of all - how to correct link pjsip libraryes to xamarin project? >> Differs - iOS and Android. You'll have to be more specific, because the build process differs >> >> kind regards >> >> Mel >>> _______________________________________________ >>> Visit our blog: http://blog.pjsip.org >>> >>> pjsip mailing list >>> pjsip at lists.pjsip.org >>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >> _______________________________________________ >> Visit our blog: http://blog.pjsip.org >> >> pjsip mailing list >> pjsip at lists.pjsip.org >> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org