[reSIProcate] INVITE authentication?
Alexander Altshuler
alt at kaluga.ru
Fri Nov 3 01:37:59 CST 2006
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 at list.sipfoundry.org
[mailto:resiprocate-devel-bounces at list.sipfoundry.org] On Behalf Of Nicolas
LEGROS
Sent: Thursday, November 02, 2006 8:29 PM
To: resiprocate-devel at list.sipfoundry.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20061103/5f030689/attachment.htm>
More information about the resiprocate-devel
mailing list