< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] INVITE authentication?


I don’t understand the relation between your question and code quote.

DUM does support authentication for all methods by the same tools.

Be sure that INVITEs properly routed to your TU (DUM) on server side.

 

With best regards,

Alexander Altshuler

 

-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolas LEGROS
Sent:
Thursday, November 02, 2006 8:29 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] INVITE authentication?

 

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.