Symbian3/PDK/Source/GUID-27F39152-0AF2-577A-A367-BCEE9060902E.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Tue, 30 Mar 2010 11:42:04 +0100
changeset 4 4816d766a08a
parent 3 46218c8b8afa
child 5 f345bda72bc4
permissions -rw-r--r--
Week 12 contribution of SDK documentation_content. See release notes for details. Fixes Bug 1892, Bug 1522, Bug 1520, Bug 394, Bug 1319, Bug 344, Bug 1897

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept xml:lang="en" id="GUID-27F39152-0AF2-577A-A367-BCEE9060902E"><title>SIP Settings in CenRep</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>The SIP Settings are configured to be stored in a permanent storage called the Central Repository (CenRep). </p> <p>The organisation of SIP Settings in Cenrep adheres to the below listed rules: </p> <ul><li id="GUID-2FEFD775-5621-5D9F-9DCB-4376D125248A"><p>The SIP Settings are stored across multiple repositories in CenRep. </p> </li> <li id="GUID-7B033E40-063B-563C-983F-790A9972C789"><p>Each repository is identified by an Unique ID (UID). </p> </li> <li id="GUID-61EA9C02-5474-5341-8369-E68574DECC43"><p>Each repository stores a different type of SIP Setting like Profile Settings, Configuration Settings, Stack Settings. </p> </li> <li id="GUID-853EA2E7-D13A-5FB3-A386-F1DA343B633B"><p>Each repository has a Key Space design defined for storage of the SIP Settings. This enhances the flexibility and efficiency of storage. </p> </li> <li id="GUID-616148E9-C359-5D29-A902-66BB8852B51E"><p>SIP settings stored in CenRep can be retrieved and used by applications. </p> <p> </p> </li> <li id="GUID-E2A80179-3164-5B85-87CD-35C3D3E4D7E6"><p>The backup and restore applications can use the standard mechanisms to backup and restore the SIP Settings from CenRep. </p> <p> </p> </li> </ul> <table id="GUID-3957CF98-EFBE-5724-846E-B9C6028E8086"><tgroup cols="5"><colspec colname="col0"/><colspec colname="col1"/><colspec colname="col2"/><colspec colname="col3"/><colspec colname="col4"/><thead><row><entry>SIP Setting Type </entry> <entry> UID </entry> <entry>Data Stored </entry> <entry>CenRep Keys </entry> <entry>Key Space Design</entry> </row> </thead> <tbody><row><entry><p>Profile Settings </p> </entry> <entry><p>101f413C </p> </entry> <entry><p>SIP Profile </p> </entry> <entry><p> <filepath>csipmanagedprofile.h</filepath>, <filepath>csipprofile.h</filepath>  </p> </entry> <entry><p><xref href="GUID-A1598248-EE3D-5ED5-A431-02DCEBEDF472.dita">Key Space Design for SIP Profiles</xref>  </p> </entry> </row> <row><entry><p>Configuration Settings </p> </entry> <entry><p>0x2001F889 </p> </entry> <entry><p>Configuration Settings of the Profile Server. </p> </entry> <entry><p> <filepath>sipprofileagentextensionparams.h</filepath>, <filepath>sipprofiletypeinfo.h</filepath>  <filepath>sipprofileservercrkeys.h</filepath>  </p> </entry> <entry><p><xref href="GUID-7F8F830A-990C-5DDF-9D8F-28C89BFA755A.dita">Key Space Design for Profile Server Configuration Settings</xref>  </p> </entry> </row> <row><entry><p>SIP Stack Settings </p> </entry> <entry><p>0x101FED88 </p> </entry> <entry><p>SIP Stack Settings </p> </entry> <entry><p> <filepath>sipcrkeys.h</filepath>  </p> </entry> <entry><p><xref href="GUID-53017B71-9399-548B-BD1D-C68FC535A543.dita">Key Space Design for SIP Timers</xref>  </p> </entry> </row> </tbody> </tgroup> </table> <section><title>Creation of Device Variants</title> <p>Storing the SIP settings in CenRep allows the Creation of Device Variants with different SIP configuration settings. </p> <p>The device variant creation allows device variant engineers to configure SIP profiles specific to the device. The device variant engineers can create device variants with different SIP configuration settings. The device variants are shipped with the device. </p> <p>The engineers configure the Keys based on the Key Space design to create the device variants at the time of device creation. The device variants are stored in the device. </p> <p>Standard CenRep based tools can be used to create the device variants. The engineers need to be aware of the Key Space design of the SIP profiles and the associated parameters that need to be provisioned. </p> </section> <section><title>Client Provisioning</title> <p>Storing the SIP settings in CenRep allows the Client Provisioning. </p> <p>Client Provisioning enables the operator to provide SIP settings to the device via Over the Air (OTA) message. The DM\CP technology is used. </p> </section> </conbody></concept>