[reSIProcate] authentication with INVITE
Alexander Altshuler
alt at kaluga.ru
Wed Nov 8 05:54:15 CST 2006
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 at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of Nicolas
LEGROS
Sent: Wednesday, November 08, 2006 1:06 PM
To: resiprocate-devel at list.sipfoundry.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20061108/a556f52a/attachment.htm>
More information about the resiprocate-devel
mailing list