< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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. |