List: pjsip@lists.pjsip.org
From: Nanang Izzuddin
Re: [pjsip] register fail because of "Proxy Authentication Required"
Wed, Oct 22, 2008 11:28 AM
Hi,
The registrar response "407 Proxy Authentication Required" is normal
actually, the problem seems to be the realm setting, try to use '*'
(or 'Realm', from the log your registrar uses that realm):
cfg.cred_info[0].realm = pj_str("*");
Regards,
nanang
On Wed, Oct 22, 2008 at 10:10 AM, Lewis Liu wrote:
> Hi Sir,
>
> I set some parameters