commsconfig/commsdatabaseshim/ts_commdb/scripts/Default1.xml
changeset 0 dfb7c4ff071f
child 5 68ef71f0cd72
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 the License "Symbian Foundation License v1.0"
       
     7  which accompanies this distribution, and is available
       
     8  at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9 
       
    10  Initial Contributors:
       
    11  Nokia Corporation - initial contribution.
       
    12 
       
    13  Contributors:
       
    14 
       
    15  Description:
       
    16  CommDB Settings File
       
    17  All Rights Reserved
       
    18 
       
    19 -->
       
    20 
       
    21 
       
    22 
       
    23 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
       
    24                xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
       
    25                xmlns:xlink="http://www.w3.org/1999/xlink"
       
    26                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    27                xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
       
    28 
       
    29 <InformationTable>
       
    30 </InformationTable>
       
    31 
       
    32 <NetworkTable>
       
    33 </NetworkTable>
       
    34 
       
    35 <IAPTable>
       
    36 </IAPTable>
       
    37 
       
    38 <ModemBearerTable>
       
    39     <ModemBearer operation="template">
       
    40         <Name>Default Modem</Name>
       
    41         <Agent>CSD.agt</Agent>
       
    42         <IfName>PPP</IfName>
       
    43         <PortName>COMM::0</PortName>
       
    44         <TSYName>MM</TSYName>
       
    45         <CSYName>ECUART</CSYName>
       
    46         <DataBits>8</DataBits>
       
    47         <StopBits>1</StopBits>
       
    48         <Parity>NONE</Parity>
       
    49         <Rate>115200</Rate>
       
    50         <Handshaking>0</Handshaking>
       
    51         <SpecialRate>0</SpecialRate>
       
    52         <XonChar>0</XonChar>
       
    53         <XoffChar>0</XoffChar>
       
    54         <FaxClassPref>AUTO</FaxClassPref>
       
    55         <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
       
    56         <ModemInitString>AT</ModemInitString>
       
    57         <DataInitString>AT</DataInitString>
       
    58         <FaxInitString>AT</FaxInitString>
       
    59         <DialPauseLength>S8=</DialPauseLength>
       
    60         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
    61         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
    62         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
    63         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
    64         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
    65         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
    66         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
    67         <DialToneWaitModifier>W</DialToneWaitModifier>
       
    68         <CallProgress1>X1</CallProgress1>
       
    69         <CallProgress2>X2</CallProgress2>
       
    70         <CallProgress3>X3</CallProgress3>
       
    71         <CallProgress4>X4</CallProgress4>
       
    72         <EchoOff>E0</EchoOff>
       
    73         <VerboseText>V1</VerboseText>
       
    74         <QuietOff>Q0</QuietOff>
       
    75         <QuietOn>Q1</QuietOn>
       
    76         <DialCommandStateModifier>;</DialCommandStateModifier>
       
    77         <OnLine>O</OnLine>
       
    78         <ResetConfiguration>Z</ResetConfiguration>
       
    79         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
    80         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
    81         <DTRHangUp>&amp;D2</DTRHangUp>
       
    82         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
    83         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
    84         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
    85         <EscapeCharacter>+</EscapeCharacter>
       
    86         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
    87         <NoDialTone>NO DIAL TONE</NoDialTone>
       
    88         <Busy>BUSY</Busy>
       
    89         <NoAnswer>NO ANSWER</NoAnswer>
       
    90         <Carrier>CARRIER</Carrier>
       
    91         <Connect>CONNECT</Connect>
       
    92         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
    93         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
    94         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
    95         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
    96         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
    97         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
    98         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
    99         <LastSocketActivityTimeout>6</LastSocketActivityTimeout>
       
   100         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   101         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   102     </ModemBearer>
       
   103 </ModemBearerTable>
       
   104 
       
   105 <LANBearerTable>
       
   106 </LANBearerTable>
       
   107 
       
   108 <LANServiceTable>
       
   109 </LANServiceTable>
       
   110 
       
   111 <DialInISPTable>
       
   112     <DialInISP operation="add">
       
   113         <Name>Record #1</Name>
       
   114         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   115         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   116     </DialInISP>
       
   117     <DialInISP operation="add">
       
   118         <Name>Record #2</Name>
       
   119         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   120         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   121     </DialInISP>
       
   122     <DialInISP operation="add">
       
   123         <Name>Record #3</Name>
       
   124         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   125         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   126     </DialInISP>
       
   127     <DialInISP operation="add">
       
   128         <Name>Record #4 (Read Only)</Name>
       
   129         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   130         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   131     </DialInISP>
       
   132     <DialInISP operation="add">
       
   133         <Name>Record #5 (Read Only)</Name>
       
   134         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   135         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   136     </DialInISP>
       
   137 </DialInISPTable>
       
   138 
       
   139 <DialOutISPTable>
       
   140     <DialOutISP operation="add">
       
   141         <Name>Record #1</Name>
       
   142         <DialResolution>TRUE</DialResolution>
       
   143         <UseLoginScript>TRUE</UseLoginScript>
       
   144         <PromptForLogin>FALSE</PromptForLogin>
       
   145         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   146         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   147         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   148         <Description>Isp #1</Description>
       
   149         <Type>INTERNETANDWAP</Type>
       
   150         <DisplayPCT>TRUE</DisplayPCT>
       
   151         <AuthRetries>0</AuthRetries>
       
   152         <IfCallbackEnabled>TRUE</IfCallbackEnabled>
       
   153         <IfCallbackInfo>Call me back</IfCallbackInfo>
       
   154         <CallbackTimeout>0</CallbackTimeout>
       
   155         <EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   156         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
   157         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
   158         <EnableSWComp>TRUE</EnableSWComp>
       
   159         <BearerService>0</BearerService>
       
   160         <BearerName>ASYNCHRONOUS</BearerName>
       
   161         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   162         <BearerCE>UNSPECIFIED</BearerCE>
       
   163         <BearerType>CSD</BearerType>
       
   164         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   165         <AIUR>UNSPECIFIED</AIUR>
       
   166         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   167         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   168         <BearerProtocol>UNSPECIFIED</BearerProtocol>
       
   169         <RlpVersion>0</RlpVersion>
       
   170         <IwfToMs>0</IwfToMs>
       
   171         <MsToIwf>0</MsToIwf>
       
   172         <AckTimer>0</AckTimer>
       
   173         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   174         <ResequencePeriod>0</ResequencePeriod>
       
   175         <V42Compression>0</V42Compression>
       
   176         <V42Codewords>0</V42Codewords>
       
   177         <V42MaxLength>0</V42MaxLength>
       
   178         <Asymmetry>0</Asymmetry>
       
   179         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   180     </DialOutISP>
       
   181     <DialOutISP operation="add">
       
   182         <Name>Record #2</Name>
       
   183         <DialResolution>TRUE</DialResolution>
       
   184         <UseLoginScript>TRUE</UseLoginScript>
       
   185         <PromptForLogin>FALSE</PromptForLogin>
       
   186         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   187         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   188         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   189     </DialOutISP>
       
   190     <DialOutISP operation="add">
       
   191         <Name>Record #3</Name>
       
   192         <DialResolution>TRUE</DialResolution>
       
   193         <UseLoginScript>TRUE</UseLoginScript>
       
   194         <PromptForLogin>TRUE</PromptForLogin>
       
   195         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   196         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   197         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   198         <DisplayPCT>TRUE</DisplayPCT>
       
   199         <AuthRetries>0</AuthRetries>
       
   200         <IfCallbackEnabled>TRUE</IfCallbackEnabled>
       
   201         <IfCallbackInfo>Call me back</IfCallbackInfo>
       
   202         <CallbackTimeout>0</CallbackTimeout>
       
   203         <EnableIPHeaderComp>TRUE</EnableIPHeaderComp>
       
   204         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
   205         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
   206         <EnableSWComp>TRUE</EnableSWComp>
       
   207         <BearerService>0</BearerService>
       
   208         <BearerName>ASYNCHRONOUS</BearerName>
       
   209         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   210         <BearerCE>UNSPECIFIED</BearerCE>
       
   211         <BearerType>CSD</BearerType>
       
   212         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   213         <AIUR>UNSPECIFIED</AIUR>
       
   214         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   215         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   216         <BearerProtocol>UNSPECIFIED</BearerProtocol>
       
   217         <RlpVersion>0</RlpVersion>
       
   218         <IwfToMs>0</IwfToMs>
       
   219         <MsToIwf>0</MsToIwf>
       
   220         <AckTimer>0</AckTimer>
       
   221         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   222         <ResequencePeriod>0</ResequencePeriod>
       
   223         <V42Compression>0</V42Compression>
       
   224         <V42Codewords>0</V42Codewords>
       
   225         <V42MaxLength>0</V42MaxLength>
       
   226         <Asymmetry>0</Asymmetry>
       
   227         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   228     </DialOutISP>
       
   229 </DialOutISPTable>
       
   230 
       
   231 <AgentLookupTable>
       
   232 </AgentLookupTable>
       
   233 
       
   234 <CDMA2000PacketServiceTable>
       
   235 </CDMA2000PacketServiceTable>
       
   236 
       
   237 <DefaultCDMA2000Table>
       
   238 </DefaultCDMA2000Table>
       
   239 
       
   240 <ChargecardTable>
       
   241 </ChargecardTable>
       
   242 
       
   243 <ConnectionPreferencesTable>
       
   244 </ConnectionPreferencesTable>
       
   245 
       
   246 <GlobalSettingsTable>
       
   247     <GlobalSettings operation="add">
       
   248         <Name>GlobalSettingsTable1</Name>
       
   249     </GlobalSettings>
       
   250 </GlobalSettingsTable>
       
   251 
       
   252 <IncomingGPRSTable>
       
   253 </IncomingGPRSTable>
       
   254 
       
   255 <OutgoingGPRSTable>
       
   256     <OutgoingGPRS operation="add">
       
   257         <Name>Record #5</Name>
       
   258         <APN>Test</APN>
       
   259         <PDPType>IPV4</PDPType>
       
   260         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   261         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   262         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   263         <ReqPrecedence>2</ReqPrecedence>
       
   264         <ReqDelay>4</ReqDelay>
       
   265         <ReqReliability>3</ReqReliability>
       
   266         <ReqPeakThroughput>3</ReqPeakThroughput>
       
   267         <ReqMeanThroughput>31</ReqMeanThroughput>
       
   268         <MinPrecedence>2</MinPrecedence>
       
   269         <MinDelay>4</MinDelay>
       
   270         <MinReliability>3</MinReliability>
       
   271         <MinPeakThroughput>3</MinPeakThroughput>
       
   272         <MinMeanThroughput>31</MinMeanThroughput>
       
   273         <DataCompression>FALSE</DataCompression>
       
   274         <HeaderCompression>FALSE</HeaderCompression>
       
   275         <AnonymousAccess>FALSE</AnonymousAccess>
       
   276         <IfNetworks>ip</IfNetworks>
       
   277         <IfAuthName>RasUser</IfAuthName>
       
   278         <IfAuthPass>pass</IfAuthPass>
       
   279         <AuthRetries>1</AuthRetries>
       
   280         <IpNameServer1>194.72.6.51</IpNameServer1>
       
   281         <IpNameServer2>194.72.6.51</IpNameServer2>
       
   282         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   283         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   284         <GprsUseEdge>FALSE</GprsUseEdge>
       
   285         <GprsAccessPointType>0</GprsAccessPointType>
       
   286         <QosWarningTimeout>0</QosWarningTimeout>
       
   287     </OutgoingGPRS>
       
   288     <OutgoingGPRS operation="add">
       
   289         <Name>Record #6</Name>
       
   290 <APN>TheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDog1234</APN>
       
   291         <PDPType>IPV4</PDPType>
       
   292         <PDPAddress>New Record</PDPAddress>
       
   293         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   294         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   295         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   296         <ReqPrecedence>2</ReqPrecedence>
       
   297         <ReqDelay>4</ReqDelay>
       
   298         <ReqReliability>3</ReqReliability>
       
   299         <ReqPeakThroughput>3</ReqPeakThroughput>
       
   300         <ReqMeanThroughput>31</ReqMeanThroughput>
       
   301         <MinPrecedence>2</MinPrecedence>
       
   302         <MinDelay>4</MinDelay>
       
   303         <MinReliability>3</MinReliability>
       
   304         <MinPeakThroughput>3</MinPeakThroughput>
       
   305         <MinMeanThroughput>31</MinMeanThroughput>
       
   306         <DataCompression>TRUE</DataCompression>
       
   307         <HeaderCompression>TRUE</HeaderCompression>
       
   308         <AnonymousAccess>TRUE</AnonymousAccess>
       
   309         <AuthRetries>1</AuthRetries>
       
   310         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
   311         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
   312         <GprsUseEdge>TRUE</GprsUseEdge>
       
   313         <GprsAccessPointType>0</GprsAccessPointType>
       
   314         <QosWarningTimeout>-1</QosWarningTimeout>
       
   315     </OutgoingGPRS>
       
   316 </OutgoingGPRSTable>
       
   317 
       
   318 <DefaultGPRSTable>
       
   319 </DefaultGPRSTable>
       
   320 
       
   321 <ProxyTable>
       
   322 </ProxyTable>
       
   323 
       
   324 <LocationTable>
       
   325 </LocationTable>
       
   326 
       
   327 <SecureSocketTable>
       
   328 </SecureSocketTable>
       
   329 
       
   330 <BTDeviceTable>
       
   331 </BTDeviceTable>
       
   332 
       
   333 <BTPersistTable>
       
   334 </BTPersistTable>
       
   335 
       
   336 <BTSecurityTable>
       
   337 </BTSecurityTable>
       
   338 
       
   339 <BTDefaultTable>
       
   340 </BTDefaultTable>
       
   341 
       
   342 <WAPAccessPointTable>
       
   343 </WAPAccessPointTable>
       
   344 
       
   345 <WAPIPBearerTable>
       
   346 </WAPIPBearerTable>
       
   347 
       
   348 <WAPSMSBearerTable>
       
   349 </WAPSMSBearerTable>
       
   350 
       
   351 <VirtualBearerTable>
       
   352 </VirtualBearerTable>
       
   353 
       
   354 <VpnServiceTable>
       
   355 </VpnServiceTable>
       
   356 
       
   357 
       
   358 </CommDB:Config>