commsconfig/commsdatabaseshim/ts_commdb/scripts/021.xml
changeset 72 ae47d0499bee
parent 68 5da8188e392b
child 77 c9776eadbffd
equal deleted inserted replaced
68:5da8188e392b 72:ae47d0499bee
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3  Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  All rights reserved.
       
     5  This component and the accompanying materials are made available
       
     6  under the terms of "Eclipse Public License v1.0"
       
     7  which accompanies this distribution, and is available
       
     8  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 
       
    10  Initial Contributors:
       
    11  Nokia Corporation - initial contribution.
       
    12 
       
    13  Contributors:
       
    14 
       
    15  Description:
       
    16  CommDB Settings File
       
    17 
       
    18 -->
       
    19 
       
    20 
       
    21 
       
    22 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
       
    23                xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
       
    24                xmlns:xlink="http://www.w3.org/1999/xlink"
       
    25                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    26                xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
       
    27 
       
    28 <InformationTable>
       
    29 </InformationTable>
       
    30 
       
    31 <NetworkTable>
       
    32 </NetworkTable>
       
    33 
       
    34 <IAPTable>
       
    35     <IAP operation="add">
       
    36         <Name>record1</Name>
       
    37         <IAPService>DialOutISP.record1</IAPService>
       
    38         <ChargecardRef>Chargecard.Dummy BT Chargecard</ChargecardRef>
       
    39     </IAP>
       
    40     <IAP operation="add">
       
    41         <Name>record2</Name>
       
    42         <IAPService>DialOutISP.record2</IAPService>
       
    43         <ChargecardRef>Chargecard.Dummy Mercury Chargecard</ChargecardRef>
       
    44     </IAP>
       
    45 </IAPTable>
       
    46 
       
    47 <ModemBearerTable>
       
    48 </ModemBearerTable>
       
    49 
       
    50 <LANBearerTable>
       
    51 </LANBearerTable>
       
    52 
       
    53 <LANServiceTable>
       
    54 </LANServiceTable>
       
    55 
       
    56 <DialInISPTable>
       
    57     <DialInISP operation="template">
       
    58         <Name>Default Dial In ISP</Name> 
       
    59         <UseLoginScript>FALSE</UseLoginScript> 
       
    60         <IpAddrFromServer>TRUE</IpAddrFromServer> 
       
    61         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> 
       
    62         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> 
       
    63         <EnableLCPExtension>FALSE</EnableLCPExtension> 
       
    64         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> 
       
    65         <EnableSWComp>FALSE</EnableSWComp> 
       
    66         <UseEdge>FALSE</UseEdge> 
       
    67     </DialInISP>
       
    68     <DialInISP operation="add">
       
    69         <Name>Record #1</Name> 
       
    70         <UseLoginScript>FALSE</UseLoginScript> 
       
    71         <IpAddrFromServer>TRUE</IpAddrFromServer> 
       
    72         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> 
       
    73         <Authentication>0</Authentication> 
       
    74         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> 
       
    75         <EnableLCPExtension>FALSE</EnableLCPExtension> 
       
    76         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> 
       
    77         <EnableSWComp>FALSE</EnableSWComp> 
       
    78         <BearerName>ASYNCHRONOUS</BearerName> 
       
    79         <BearerSpeed>UNSPECIFIED</BearerSpeed> 
       
    80         <BearerCE>UNSPECIFIED</BearerCE> 
       
    81         <UseEdge>FALSE</UseEdge> 
       
    82     </DialInISP>
       
    83     <DialInISP operation="add">
       
    84         <Name>Record #2</Name> 
       
    85         <UseLoginScript>FALSE</UseLoginScript> 
       
    86         <IpAddrFromServer>FALSE</IpAddrFromServer> 
       
    87         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer> 
       
    88         <LoginScript>New Record</LoginScript> 
       
    89         <Authentication>0</Authentication> 
       
    90         <IfNetworks>ip</IfNetworks> 
       
    91         <IpAddr>New Record</IpAddr> 
       
    92         <IpNameServer1>New Record</IpNameServer1> 
       
    93         <IpNameServer2>New Record</IpNameServer2> 
       
    94         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> 
       
    95         <EnableLCPExtension>FALSE</EnableLCPExtension> 
       
    96         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> 
       
    97         <EnableSWComp>FALSE</EnableSWComp> 
       
    98         <BearerName>ASYNCHRONOUS</BearerName> 
       
    99         <BearerSpeed>UNSPECIFIED</BearerSpeed> 
       
   100         <BearerCE>UNSPECIFIED</BearerCE> 
       
   101         <UseEdge>FALSE</UseEdge> 
       
   102     </DialInISP>
       
   103 </DialInISPTable>
       
   104 
       
   105 <DialOutISPTable>
       
   106     <DialOutISP operation="add">
       
   107         <Name>record1</Name>
       
   108         <DialResolution>TRUE</DialResolution>
       
   109         <UseLoginScript>FALSE</UseLoginScript>
       
   110         <PromptForLogin>FALSE</PromptForLogin>
       
   111         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   112         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   113         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   114         <Type>INTERNETONLY</Type>
       
   115         <DefaultTelNum>+442079460224</DefaultTelNum>
       
   116         <DisplayPCT>FALSE</DisplayPCT>
       
   117         <IfName>ppp</IfName>
       
   118         <IfNetworks>ip</IfNetworks>
       
   119         <IfAuthName>me</IfAuthName>
       
   120         <IfAuthPass>wt</IfAuthPass>
       
   121         <AuthRetries>0</AuthRetries>
       
   122         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   123         <CallbackTimeout>0</CallbackTimeout>
       
   124         <EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   125         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   126         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   127         <EnableSWComp>TRUE</EnableSWComp>
       
   128         <BearerService>0</BearerService>
       
   129         <BearerName>ASYNCHRONOUS</BearerName>
       
   130         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   131         <BearerCE>UNSPECIFIED</BearerCE>
       
   132         <BearerType>CSD</BearerType>
       
   133         <ChannelCoding>48</ChannelCoding>
       
   134         <AIUR>9600</AIUR>
       
   135         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   136         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   137         <BearerProtocol>0</BearerProtocol>
       
   138         <RlpVersion>0</RlpVersion>
       
   139         <IwfToMs>0</IwfToMs>
       
   140         <MsToIwf>0</MsToIwf>
       
   141         <AckTimer>0</AckTimer>
       
   142         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   143         <ResequencePeriod>0</ResequencePeriod>
       
   144         <V42Compression>0</V42Compression>
       
   145         <V42Codewords>0</V42Codewords>
       
   146         <V42MaxLength>0</V42MaxLength>
       
   147         <Asymmetry>0</Asymmetry>
       
   148         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   149     </DialOutISP>
       
   150     <DialOutISP operation="add">
       
   151         <Name>record2</Name>
       
   152         <DialResolution>TRUE</DialResolution>
       
   153         <UseLoginScript>FALSE</UseLoginScript>
       
   154         <PromptForLogin>FALSE</PromptForLogin>
       
   155         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   156         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   157         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   158         <Type>INTERNETONLY</Type>
       
   159         <DefaultTelNum>435t</DefaultTelNum>
       
   160         <DisplayPCT>FALSE</DisplayPCT>
       
   161         <IfName>ppp</IfName>
       
   162         <IfNetworks>ip</IfNetworks>
       
   163         <IfAuthName>fgh</IfAuthName>
       
   164         <IfAuthPass>dfgb</IfAuthPass>
       
   165         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   166         <EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   167         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   168         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   169         <EnableSWComp>TRUE</EnableSWComp>
       
   170         <BearerService>0</BearerService>
       
   171         <BearerProtocol>0</BearerProtocol>
       
   172         <RlpVersion>0</RlpVersion>
       
   173         <IwfToMs>0</IwfToMs>
       
   174         <MsToIwf>0</MsToIwf>
       
   175         <AckTimer>0</AckTimer>
       
   176         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   177         <ResequencePeriod>0</ResequencePeriod>
       
   178         <V42Compression>0</V42Compression>
       
   179         <V42Codewords>0</V42Codewords>
       
   180         <V42MaxLength>0</V42MaxLength>
       
   181         <Asymmetry>0</Asymmetry>
       
   182         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   183     </DialOutISP>
       
   184 </DialOutISPTable>
       
   185 
       
   186 <AgentLookupTable>
       
   187 </AgentLookupTable>
       
   188 
       
   189 <CDMA2000PacketServiceTable>
       
   190 </CDMA2000PacketServiceTable>
       
   191 
       
   192 <DefaultCDMA2000Table>
       
   193 </DefaultCDMA2000Table>
       
   194 
       
   195 <ChargecardTable>
       
   196     <Chargecard operation="add">
       
   197         <Name>Dummy BT Chargecard</Name>
       
   198         <AccountNumber>144,12345678</AccountNumber>
       
   199         <Pin>0000</Pin>
       
   200         <LocalRule>HG</LocalRule>
       
   201         <NatRule>HFG</NatRule>
       
   202         <IntlRule>HEFG</IntlRule>
       
   203     </Chargecard>
       
   204     <Chargecard operation="add">
       
   205         <Name>Dummy Mercury Chargecard</Name>
       
   206         <AccountNumber>0500800800,,12345678</AccountNumber>
       
   207         <Pin>****</Pin>
       
   208         <LocalRule>HG</LocalRule>
       
   209         <NatRule>J,K,0FG</NatRule>
       
   210         <IntlRule>HEFG</IntlRule>
       
   211     </Chargecard>
       
   212 </ChargecardTable>
       
   213 
       
   214 <ConnectionPreferencesTable>
       
   215 </ConnectionPreferencesTable>
       
   216 
       
   217 <GlobalSettingsTable>
       
   218     <GlobalSettings operation="add">
       
   219         <Name>GlobalSettingsTable1</Name>
       
   220         <RedialAttempts>3</RedialAttempts>
       
   221         <SmsBearer>2</SmsBearer>
       
   222         <SmsReceiveMode>2</SmsReceiveMode>
       
   223         <GPRSAttachMode>1</GPRSAttachMode>
       
   224         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
   225         <ConnectionAttempts>2</ConnectionAttempts>
       
   226         <GPRSClassCBearer>GSM</GPRSClassCBearer>
       
   227     </GlobalSettings>
       
   228 </GlobalSettingsTable>
       
   229 
       
   230 <IncomingGPRSTable>
       
   231 </IncomingGPRSTable>
       
   232 
       
   233 <OutgoingGPRSTable>
       
   234 </OutgoingGPRSTable>
       
   235 
       
   236 <DefaultGPRSTable>
       
   237 </DefaultGPRSTable>
       
   238 
       
   239 <ProxyTable>
       
   240 </ProxyTable>
       
   241 
       
   242 <LocationTable>
       
   243     <Location operation="add">
       
   244         <Name>Default Location</Name>
       
   245         <Mobile>TRUE</Mobile>
       
   246         <UsePulseDial>FALSE</UsePulseDial>
       
   247         <WaitForDialTone>FALSE</WaitForDialTone>
       
   248         <PauseAfterDialout>0</PauseAfterDialout>
       
   249         <IntlPrefixCode>+</IntlPrefixCode>
       
   250         <NatPrefixCode>0</NatPrefixCode>
       
   251         <NatCode>44</NatCode>
       
   252     </Location>
       
   253     <Location operation="add">
       
   254         <Name>Office</Name>
       
   255         <Mobile>FALSE</Mobile>
       
   256         <UsePulseDial>FALSE</UsePulseDial>
       
   257         <WaitForDialTone>FALSE</WaitForDialTone>
       
   258         <PauseAfterDialout>0</PauseAfterDialout>
       
   259         <IntlPrefixCode>00</IntlPrefixCode>
       
   260         <NatPrefixCode>0</NatPrefixCode>
       
   261         <NatCode>44</NatCode>
       
   262         <AreaCode>171</AreaCode>
       
   263         <DialOutCode>9,</DialOutCode>
       
   264     </Location>
       
   265     <Location operation="add">
       
   266         <Name>Mobile</Name>
       
   267         <Mobile>TRUE</Mobile>
       
   268         <UsePulseDial>FALSE</UsePulseDial>
       
   269         <WaitForDialTone>FALSE</WaitForDialTone>
       
   270         <PauseAfterDialout>0</PauseAfterDialout>
       
   271         <IntlPrefixCode>+</IntlPrefixCode>
       
   272         <NatPrefixCode>0</NatPrefixCode>
       
   273         <NatCode>44</NatCode>
       
   274     </Location>
       
   275 </LocationTable>
       
   276 
       
   277 <SecureSocketTable>
       
   278 </SecureSocketTable>
       
   279 
       
   280 <BTDeviceTable>
       
   281 </BTDeviceTable>
       
   282 
       
   283 <BTPersistTable>
       
   284 </BTPersistTable>
       
   285 
       
   286 <BTSecurityTable>
       
   287 </BTSecurityTable>
       
   288 
       
   289 <BTDefaultTable>
       
   290 </BTDefaultTable>
       
   291 
       
   292 <WAPAccessPointTable>
       
   293 </WAPAccessPointTable>
       
   294 
       
   295 <WAPIPBearerTable>
       
   296 </WAPIPBearerTable>
       
   297 
       
   298 <WAPSMSBearerTable>
       
   299 </WAPSMSBearerTable>
       
   300 
       
   301 <VirtualBearerTable>
       
   302 </VirtualBearerTable>
       
   303 
       
   304 <VpnServiceTable>
       
   305 </VpnServiceTable>
       
   306 
       
   307 
       
   308 </CommDB:Config>