Hi Chris, If you look at the code here: http://trac.pjsip.org/repos/wiki/Python_SIP/Accounts you will see that the URI for registering (for incoming calls) is set using this: acc_cfg.reg_uri = "sip:pjsip.org" Failure to set reg_uri will result in the account not registering :-) Jeff On Wed, Mar 13, 2013 at 1:49 PM, Chris Maciejewski <chris at wima.co.uk> wrote: > Hi, > > I am playing with Python pjsua and can make calls using code below: > > > http://trac.pjsip.org/repos/browser/pjproject/trunk/pjsip-apps/src/python/samples/call.py > > However before making a call PJSUA will always REGISTER with a SIP server. > > Could someone suggest how to make an outbound call with SIP > authentication (username/password) without registering first? > > Regards, > Chris > > _______________________________________________ > 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/20130313/734ce323/attachment-0001.html>