< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] authentication with INVITE


reSIProcate trace would help to solve your problem, especially if it will contain both successful REGISTER and failed INVITE.

 

Regards

Alex

 

-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolas LEGROS
Sent: Wednesday, November 08, 2006 1:06 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] authentication with INVITE

 

I’m using DUM and I’ve a strange problem of authentication.

The client authentication procedure works for the message REGISTER…but not for INVITE message

 

When the registrar sends an “Authentication Required” message, DUM enters in the callback onFailure!

However I’ve defined the authentication Manager:

 

 

    iwsv_pt_DUM ->setMasterProfile(profile);

    profile->setDigestCredential(userAor.uri().host(),

                                             userAor.uri().user(),

                                             passwd);

    auto_ptr<ClientAuthManager> dumAuth(new ClientAuthManager);

    iwsv_pt_DUM->setClientAuthManager(dumAuth);

 

 

Do you have an idea?

Thanks by advance

Nicolas L.