[reSIProcate] authentication with INVITE
Nicolas LEGROS
Nicolas.LEGROS at teleca.fr
Wed Nov 8 04:05:49 CST 2006
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20061108/ce6173aa/attachment.htm>
More information about the resiprocate-devel
mailing list