Archived:KErrSIPForbidden SIP error on Symbian
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Compatibility
Platform(s): S60 3rd Edition
Article
Created: User:Technical writer 2
(25 Jan 2007)
Last edited: hamishwillee
(14 Jun 2012)
Overview
SIP error: KErrSIPForbidden
Description
const TInt KErrSIPForbidden = -17713 ,
Authentication with a server failed.
This error is due to Sec-agree (RFC 3329).
If you set "Use security" to "yes", it means that the registrar must support sec-agree.
This means that the S60 SIP stack will send Security-Client-header in REGISTER and will require that the registrar sends the 200 OK in the Security-Server-header for REGISTER.
If the registrar does not support sec-agree, set "Use security" to "no".
In this case the KErrSIPForbidden is returned by the SIP stack.

