< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Hi! I know that authentication with REGISTER works… I’m wondering if Resiprocate/DUM supports
authentication for INVITE message? Indeed I saw in the function void ClientInviteSession::dispatchStart
the following lines: case On487Invite: case On489Invite: case On491Invite:
InfoLog (<< "Failure: error response: " << msg.brief());
transition(Terminated);
handler->onFailure(getHandle(), msg); handler->onTerminated(getSessionHandle(),
InviteSessionHandler::GeneralFailure, &msg); mDum.destroy(this);
break; Does it mean that Resiprocate/DUM does not support
authentication for INVITE message? Thanks in advance Nicolas L. |