commsconfig/commsdatabaseshim/ts_commdb/scripts/022_30.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     <Network operation="add">
       
    33         <Name>Intranet</Name>
       
    34     </Network>
       
    35 </NetworkTable>
       
    36 
       
    37 <IAPTable>
       
    38     <IAP operation="add">
       
    39         <Name>Telia online</Name>
       
    40 		<IAPService>OutgoingGPRS.Default Outgoing Gprs</IAPService>
       
    41         <IAPBearer>ModemBearer.Null Modem 115200bps PSD</IAPBearer>
       
    42         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    43         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    44         <LocationRef>Location.Office</LocationRef>
       
    45     </IAP>
       
    46 </IAPTable>
       
    47 
       
    48 <ModemBearerTable>
       
    49     <ModemBearer operation="template">
       
    50         <Name>Default Modem</Name>
       
    51         <Agent>CSD.agt</Agent>
       
    52         <IfName>PPP</IfName>
       
    53         <PortName>COMM::5</PortName>
       
    54         <ControlChannelPortName>COMM::5</ControlChannelPortName>
       
    55         <TSYName>trpat</TSYName>
       
    56         <CSYName>ECUART</CSYName>
       
    57         <DataBits>8</DataBits>
       
    58         <StopBits>1</StopBits>
       
    59         <Parity>NONE</Parity>
       
    60         <Rate>115200</Rate>
       
    61         <Handshaking>0</Handshaking>
       
    62         <SpecialRate>0</SpecialRate>
       
    63         <XonChar>0</XonChar>
       
    64         <XoffChar>0</XoffChar>
       
    65         <FaxClassPref>AUTO</FaxClassPref>
       
    66         <SpeakerPref>NEVER</SpeakerPref>
       
    67         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
    68         <ModemInitString>AT</ModemInitString>
       
    69         <DataInitString>AT</DataInitString>
       
    70         <FaxInitString>AT</FaxInitString>
       
    71         <DialPauseLength>S8=</DialPauseLength>
       
    72         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
    73         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
    74         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
    75         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
    76         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
    77         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
    78         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
    79         <DialToneWaitModifier>W</DialToneWaitModifier>
       
    80         <CallProgress1>X1</CallProgress1>
       
    81         <CallProgress2>X2</CallProgress2>
       
    82         <CallProgress3>X3</CallProgress3>
       
    83         <CallProgress4>X4</CallProgress4>
       
    84         <EchoOff>E0</EchoOff>
       
    85         <VerboseText>V1</VerboseText>
       
    86         <QuietOff>Q0</QuietOff>
       
    87         <QuietOn>Q1</QuietOn>
       
    88         <DialCommandStateModifier>;</DialCommandStateModifier>
       
    89         <OnLine>O</OnLine>
       
    90         <ResetConfiguration>Z</ResetConfiguration>
       
    91         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
    92         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
    93         <DTRHangUp>&amp;D2</DTRHangUp>
       
    94         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
    95         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
    96         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
    97         <EscapeCharacter>+</EscapeCharacter>
       
    98         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
    99         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   100         <Busy>BUSY</Busy>
       
   101         <NoAnswer>NO ANSWER</NoAnswer>
       
   102         <Carrier>CARRIER</Carrier>
       
   103         <Connect>CONNECT</Connect>
       
   104         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   105         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   106         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   107         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   108         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   109         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   110         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   111         <MessageCentreNumber>+442079460223</MessageCentreNumber>
       
   112         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   113         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   114         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   115         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   116         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   117         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   118         <SIRSettings>0</SIRSettings>
       
   119         <CommRole>0</CommRole>
       
   120     </ModemBearer>
       
   121     <ModemBearer operation="add">
       
   122         <Name>Null Modem 115200bps PSD</Name>
       
   123         <Agent>PSD.agt</Agent>
       
   124         <IfName>PPP</IfName>
       
   125         <PortName>COMM::5</PortName>
       
   126         <ControlChannelPortName>COMM::5</ControlChannelPortName>
       
   127         <TSYName>SEMC</TSYName>
       
   128         <CSYName>CAIFMUX</CSYName>
       
   129         <DataBits>8</DataBits>
       
   130         <StopBits>1</StopBits>
       
   131         <Parity>NONE</Parity>
       
   132         <Rate>115200</Rate>
       
   133         <Handshaking>52</Handshaking>
       
   134         <SpecialRate>0</SpecialRate>
       
   135         <XonChar>0</XonChar>
       
   136         <XoffChar>0</XoffChar>
       
   137         <FaxClassPref>AUTO</FaxClassPref>
       
   138         <SpeakerPref>NEVER</SpeakerPref>
       
   139         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   140         <ModemInitString>AT</ModemInitString>
       
   141         <DataInitString>AT</DataInitString>
       
   142         <FaxInitString>AT</FaxInitString>
       
   143         <DialPauseLength>S8=</DialPauseLength>
       
   144         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   145         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   146         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   147         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   148         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   149         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   150         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   151         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   152         <CallProgress1>X1</CallProgress1>
       
   153         <CallProgress2>X2</CallProgress2>
       
   154         <CallProgress3>X3</CallProgress3>
       
   155         <CallProgress4>X4</CallProgress4>
       
   156         <EchoOff>E0</EchoOff>
       
   157         <VerboseText>V1</VerboseText>
       
   158         <QuietOff>Q0</QuietOff>
       
   159         <QuietOn>Q1</QuietOn>
       
   160         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   161         <OnLine>O</OnLine>
       
   162         <ResetConfiguration>Z</ResetConfiguration>
       
   163         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   164         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   165         <DTRHangUp>&amp;D2</DTRHangUp>
       
   166         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   167         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   168         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   169         <EscapeCharacter>+</EscapeCharacter>
       
   170         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   171         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   172         <Busy>BUSY</Busy>
       
   173         <NoAnswer>NO ANSWER</NoAnswer>
       
   174         <Carrier>CARRIER</Carrier>
       
   175         <Connect>CONNECT</Connect>
       
   176         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   177         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   178         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   179         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   180         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   181         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   182         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   183         <MessageCentreNumber>+442079460223</MessageCentreNumber>
       
   184         <MessageValidityPeriod>635040</MessageValidityPeriod>
       
   185         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   186         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   187         <LastSocketActivityTimeout>600</LastSocketActivityTimeout>
       
   188         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   189         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   190         <SIRSettings>0</SIRSettings>
       
   191         <CommRole>0</CommRole>
       
   192     </ModemBearer>
       
   193 </ModemBearerTable>
       
   194 
       
   195 <LANBearerTable>
       
   196 </LANBearerTable>
       
   197 
       
   198 <LANServiceTable>
       
   199 </LANServiceTable>
       
   200 
       
   201 <DialInISPTable>
       
   202     <DialInISP operation="add">
       
   203         <Name>Record #1</Name> 
       
   204         <UseLoginScript>FALSE</UseLoginScript> 
       
   205         <IpAddrFromServer>TRUE</IpAddrFromServer> 
       
   206         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> 
       
   207         <Authentication>0</Authentication> 
       
   208         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> 
       
   209         <EnableLCPExtension>FALSE</EnableLCPExtension> 
       
   210         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> 
       
   211         <EnableSWComp>FALSE</EnableSWComp> 
       
   212         <BearerName>ASYNCHRONOUS</BearerName> 
       
   213         <BearerSpeed>UNSPECIFIED</BearerSpeed> 
       
   214         <BearerCE>UNSPECIFIED</BearerCE> 
       
   215         <UseEdge>FALSE</UseEdge> 
       
   216     </DialInISP>
       
   217 </DialInISPTable>
       
   218 
       
   219 <DialOutISPTable>
       
   220 </DialOutISPTable>
       
   221 
       
   222 <AgentLookupTable>
       
   223 </AgentLookupTable>
       
   224 
       
   225 <CDMA2000PacketServiceTable>
       
   226 </CDMA2000PacketServiceTable>
       
   227 
       
   228 <DefaultCDMA2000Table>
       
   229 </DefaultCDMA2000Table>
       
   230 
       
   231 <ChargecardTable>
       
   232 </ChargecardTable>
       
   233 
       
   234 <ConnectionPreferencesTable>
       
   235 </ConnectionPreferencesTable>
       
   236 
       
   237 <GlobalSettingsTable>
       
   238     <GlobalSettings operation="add">
       
   239         <Name>DefaultRecordName-1</Name>
       
   240         <RedialAttempts>3</RedialAttempts>
       
   241         <SmsBearer>2</SmsBearer>
       
   242         <SmsReceiveMode>2</SmsReceiveMode>
       
   243         <GPRSAttachMode>1</GPRSAttachMode>
       
   244         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
   245         <GPRSClassCBearer>GPRS</GPRSClassCBearer>
       
   246         <ConnectionAttempts>1</ConnectionAttempts>
       
   247         <ModemForDataAndFax>2</ModemForDataAndFax>
       
   248         <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
       
   249         <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
       
   250         <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
       
   251         <MaxMBufHeap>2</MaxMBufHeap>
       
   252         <DefaultNetwork>Network.Intranet</DefaultNetwork>
       
   253         <BearerAvailabilityCheckTSY>SEMC</BearerAvailabilityCheckTSY>
       
   254     </GlobalSettings>
       
   255 </GlobalSettingsTable>
       
   256 
       
   257 <IncomingGPRSTable>
       
   258 </IncomingGPRSTable>
       
   259 
       
   260 <OutgoingGPRSTable>
       
   261     <OutgoingGPRS operation="template">
       
   262         <Name>Default Outgoing Gprs</Name>
       
   263         <APN>www.sonyericsson.com</APN>
       
   264         <PDPType>IPV4</PDPType>
       
   265         <ReqPrecedence>1</ReqPrecedence>
       
   266         <ReqDelay>1</ReqDelay>
       
   267         <ReqReliability>1</ReqReliability>
       
   268         <ReqPeakThroughput>1</ReqPeakThroughput>
       
   269         <ReqMeanThroughput>1</ReqMeanThroughput>
       
   270         <MinPrecedence>1</MinPrecedence>
       
   271         <MinDelay>1</MinDelay>
       
   272         <MinReliability>1</MinReliability>
       
   273         <MinPeakThroughput>1</MinPeakThroughput>
       
   274         <MinMeanThroughput>1</MinMeanThroughput>
       
   275         <DataCompression>FALSE</DataCompression>
       
   276         <HeaderCompression>FALSE</HeaderCompression>
       
   277         <GprsUseEdge>FALSE</GprsUseEdge>
       
   278         <AnonymousAccess>FALSE</AnonymousAccess>
       
   279         <IfNetworks>ip</IfNetworks>
       
   280         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   281         <IfAuthName>RasUser</IfAuthName>
       
   282         <IfAuthPass>pass</IfAuthPass>
       
   283         <AuthRetries>1</AuthRetries>
       
   284         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   285         <IpAddr>0.0.0.0</IpAddr>
       
   286         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   287         <IpNameServer1>0.0.0.0</IpNameServer1>
       
   288         <IpNameServer2>0.0.0.0</IpNameServer2>
       
   289         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   290         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   291         <GprsAccessPointType>0</GprsAccessPointType>
       
   292         <QosWarningTimeout>1000000</QosWarningTimeout>
       
   293     </OutgoingGPRS>
       
   294 </OutgoingGPRSTable>
       
   295 
       
   296 <DefaultGPRSTable>
       
   297 </DefaultGPRSTable>
       
   298 
       
   299 <ProxyTable>
       
   300 </ProxyTable>
       
   301 
       
   302 <LocationTable>
       
   303     <Location operation="template">
       
   304         <Name>Default Location</Name>
       
   305         <IntlPrefixCode>+</IntlPrefixCode>
       
   306         <NatPrefixCode>0</NatPrefixCode>
       
   307         <NatCode>44</NatCode>
       
   308         <Mobile>TRUE</Mobile>
       
   309         <UsePulseDial>FALSE</UsePulseDial>
       
   310         <WaitForDialTone>FALSE</WaitForDialTone>
       
   311         <PauseAfterDialout>0</PauseAfterDialout>
       
   312     </Location>
       
   313     <Location operation="add">
       
   314         <Name>Office</Name>
       
   315         <IntlPrefixCode>00</IntlPrefixCode>
       
   316         <NatPrefixCode>0</NatPrefixCode>
       
   317         <NatCode>44</NatCode>
       
   318         <AreaCode>171</AreaCode>
       
   319         <DialOutCode>9</DialOutCode>
       
   320         <Mobile>FALSE</Mobile>
       
   321         <UsePulseDial>FALSE</UsePulseDial>
       
   322         <WaitForDialTone>FALSE</WaitForDialTone>
       
   323         <PauseAfterDialout>0</PauseAfterDialout>
       
   324     </Location>
       
   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     <WAPAccessPoint operation="template">
       
   344         <Name>Default Dial In ISP</Name> 
       
   345         <CurrentBearer>WAPIPBearer</CurrentBearer> 
       
   346     </WAPAccessPoint>
       
   347     <WAPAccessPoint operation="add">
       
   348         <Name>Dummy WAP Settings</Name> 
       
   349         <CurrentBearer>WAPIPBearer</CurrentBearer> 
       
   350         <StartPage>www.wapstart.com</StartPage> 
       
   351     </WAPAccessPoint>
       
   352 </WAPAccessPointTable>
       
   353 
       
   354 <WAPIPBearerTable>
       
   355 </WAPIPBearerTable>
       
   356 
       
   357 <WAPSMSBearerTable>
       
   358     <WAPSMSBearer operation="template">
       
   359         <Name>WAPSMSBearerTable1</Name> 
       
   360         <AccessPoint>WAPAccessPoint.-1</AccessPoint> 
       
   361         <WSPOption>CONNECTIONLESS</WSPOption> 
       
   362         <Security>FALSE</Security> 
       
   363     </WAPSMSBearer>
       
   364     <WAPSMSBearer operation="add">
       
   365         <Name>WAPSMSBearerTable2</Name> 
       
   366         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint> 
       
   367         <GatewayAddress>+442079460221</GatewayAddress> 
       
   368         <WSPOption>CONNECTIONORIENTED</WSPOption> 
       
   369         <Security>FALSE</Security> 
       
   370         <ServiceCentreAddress>+442079460223</ServiceCentreAddress> 
       
   371     </WAPSMSBearer>
       
   372 </WAPSMSBearerTable>
       
   373 
       
   374 <VirtualBearerTable>
       
   375 </VirtualBearerTable>
       
   376 
       
   377 <VpnServiceTable>
       
   378 </VpnServiceTable>
       
   379 
       
   380 <WLANServiceExtensionTable>
       
   381 </WLANServiceExtensionTable>
       
   382 
       
   383 <PANServiceExtensionsTable>
       
   384 </PANServiceExtensionsTable>
       
   385 
       
   386 
       
   387 </CommDB:Config>