< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
reSIProcate trace would help to solve your problem, especially if it will contain both successful REGISTER and failed INVITE.
Regards Alex
-----Original
Message-----
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. |