DUM Registering and Authenticating

From reSIProcate

Jump to: navigation, search

The following bits are required in order to build an application that registers with a SIP registrar, and has the ability to respond to Digest Authentication challenges:

mDum->setClientAuthManager(std::auto_ptr<ClientAuthManager>(new ClientAuthManager));
mDum->setClientRegistrationHandler(this);
profile->setDigestCredential(realm, user, password);
profile->setDefaultFrom(selfAor);
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox