I am finding it hard to test your wrapper owing to not able to find any test sip account. Account from sip2sip seems does not work [as you say] So far also does not get any registration confirmation from getonsip.com<http://getonsip.com> Thanks On 27-Jul-2012, at 1:28 PM, Chakrit Wichian wrote: Just pushed some changes to GitHub with the fix. I have to configure it like this for it to work: https://github.com/chakrit/gossip/blob/master/GossipExample/GSEConfigurationViewController.m#L47 account = [GSAccountConfiguration defaultConfiguration]; account.address = @"chakrit at sip2sip.info<mailto:chakrit at sip2sip.info>"; account.username = @"chakrit"; account.password = @"tyixr52w9k"; account.domain = @"sip2sip.info"; account.authRealm = @"sip2sip.info"; account.proxyServer = @"proxy.sipthor.net<http://proxy.sipthor.net>"; [accounts addObject:account]; Hope this helps. - chakrit http://chakrit.net On Friday, July 27, 2012 at 2:29 PM, Parvez Qureshi wrote: Still getting the same crash even after making changes as described in your reply. I also tried registering on getonsip.com<http://getonsip.com/> but so far do not receive any instruction email that signifies registration completion. On 27-Jul-2012, at 12:52 PM, Chakrit Wichian wrote: accConfig.publish_enabled = PJ_TRUE; _______________________________________________ Visit our blog: http://blog.pjsip.org<http://blog.pjsip.org/> pjsip mailing list pjsip at lists.pjsip.org<mailto: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<mailto: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/20120727/9a9c805f/attachment.html>