Just an FYI, I had to enable STUN by enabling a macro, and since I don't need ICE I disabled it. Now I can make calls but there is a lot of lag and audio is a bit choppy, but I think we can tweak it as I haven't played much with it. One problem though is that with ICE enabled I still get a crash at the mentioned location. Cheers, Hitesh ----- Original Message ----- From: logan To: pjsip list Sent: Monday, May 04, 2009 9:39 PM Subject: Re: Error installing symbian_ua.sisx on 6650 Hi Benny, The signing problem for me was resolved by using symbiansigned.com. My actual problem is that the application (symbian_ua) crashes on the emulator and on the device with the following assertion: /* Must have address */ pj_assert(pj_sockaddr_has_addr(&cand->addr)); // Crashes here /* Add the candidate */ status = pj_ice_sess_add_cand(ice_st->ice, comp->comp_id, cand->transport_id, cand->type, cand->local_pref, &cand->foundation, &cand->addr, &cand->base_addr, &cand->rel_addr, pj_sockaddr_get_len(&cand->addr), (unsigned*)&ice_cand_id); The above code is at line 723 in ice_strans.c. Do you have any clues as to why this may happen? When I load my app on emulator it says "One access point" and then asks to use Winsock. Cheers, Hitesh ----- Original Message ----- From: Benny Prijono To: pjsip list Sent: Thursday, April 30, 2009 3:00 PM Subject: Re: Error installing symbian_ua.sisx on 6650 On Fri, Apr 24, 2009 at 5:25 AM, logan <logan04x at gmail.com> wrote: Hi, When I try to install the symbian_ua.sisx on the device (3rd Edition, FP2) then I get an error, which says, "Unable to install a protected application from an untrusted supplier". However, I'm able to install symbian_ua_gui.sisx (but the app doesn't work for some reason). Just had this problem myself today, so while it's still fresh in my mind: First thing to check of course is in App Manager settings (Menu - Tools - Settings - Applications - App. manager). Set "Software installation" to all (default is "Signed only"). Then check the application UID. I think the UID in symbian_ua.mmp checked in the SVN is restricted one (it's our UID from symbiansigned.com), so even though you don't use restricted capability such as APS, the handset still somehow thinks that it's a protected application. The solution is to change the UID in symbian_ua.mmp to the unrestricted range, e.g. UID 0x0 0xA000017F Don't forget to change the UID in the PKG file as well. Last, along the way I also found this which is pretty cool: http://www.whythefuckwontmysisfileinstall.com/ Basically if you have problems with .sis/.sisx installation, just upload your .sis/.sisx there and it will tell you what's wrong. cheers Benny ---------------------------------------------------------------------------- _______________________________________________ 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090507/3b7bcda0/attachment.html>