I was getting the same _kCFStreamNetworkService errors in pjsip 1.8 I solved them by adding the CFNetwork.framework to my project. Look the pjsua example app from pjsip-apps/src/ipjsua folder, there you can see what Frameworks libraries do you need to add as minimum. Also you can see there in pjsua_app.c a sample basic implementation. I used it as a base to make my app and its running fine in simulator and devices. Hope it helps! > Date: Sun, 3 Oct 2010 21:55:11 -0400 > From: Rob Wilkes <wilkrob@xxxxxxxxx> > To: "Mr. Gecko" <grmrgecko at gmail.com> > Cc: pjsip list <pjsip at lists.pjsip.org> > Subject: Re: Compile pjsip to work for iphone simulator > Message-ID: > <AANLkTimzfEiJQZaNU95bP4_KVNQw5RQfs3pRncUUadDE at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thanks - actually, it does not look like I need to put these settings. I > tried both with my existing configuration script and yours. I was getting > unreferenced errors in your install script on srtp and g722 on mine. I > decided to first play with yours because you have it working. On > investigation, it looks like you did not include libsrtp in your universal > build. Once I added that, I managed to get my app running on both my device > and my simulator, but now I don't get audio in either :-)) > > I think I am going to reset, go back to my old project and incrementally > add > so I know where the problems are. > > > Some more observations: > a) Have you tried building with the latest PJSIP 1.8? While the library > gets > built, if you link it with an app, you get _kCFStreamNetworkService > undefined errors. When I switched back to PJ1.7, this error did not come > up. > I suspect it is to do with background support in 1.8. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20101004/b5de29c2/attachment.html>