Yes it is possible to call without Registration. Have you setup the credentials for the account. e.g. cfg.cred_info[0].realm = pj_str(realm); cfg.cred_info[0].scheme = pj_str("digest"); cfg.cred_info[0].username = pj_str(username); cfg.cred_info[0].data_type = PJSIP_CRED_DATA_PLAIN_PASSWD; cfg.cred_info[0].data = pj_str(password); On Mon, Jan 3, 2011 at 8:35 PM, Javed Ahmed <javed at advoss.com> wrote: > Hi, > > > > I have a quick question, does pjsip supports outgoing calls without > registration, I tried it in my application but after the app receives 407 , > it gives error as follows > > > > 13:08:59.031 sip_auth_clien Unable to set auth for tdta05E382B8: can not > find credential for sip.beyondphone.com/Digest > > > > Please help me in this regard. > > > > _______________________________________________ > 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/20110104/254c50c8/attachment.html>