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