commsconfig/commsdatabaseshim/TE_commdb/scripts/default3.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     <Network operation="add">
       
    31         <Name>Intranet</Name>
       
    32     </Network>
       
    33 </NetworkTable>
       
    34 
       
    35 <IAPTable>
       
    36     <IAP operation="add">
       
    37         <Name>record1</Name>
       
    38         <IAPService>DialOutISP.record1</IAPService>
       
    39         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    40         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    41         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    42         <LocationRef>Location.Mobile</LocationRef>
       
    43     </IAP>
       
    44     <IAP operation="add">
       
    45         <Name>record2</Name>
       
    46         <IAPService>DialOutISP.record2</IAPService>
       
    47         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    48         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    49         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    50         <LocationRef>Location.Home</LocationRef>
       
    51     </IAP>
       
    52     <IAP operation="add">
       
    53         <Name>record1</Name>
       
    54         <IAPService>DialInISP.Default Dial In ISP</IAPService>
       
    55         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    56         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    57         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    58         <LocationRef>Location.Home</LocationRef>
       
    59     </IAP>
       
    60     <IAP operation="add">
       
    61         <Name>record2</Name>
       
    62         <IAPService>DialInISP.record2</IAPService>
       
    63         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    64         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    65         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    66         <LocationRef>Location.3</LocationRef>
       
    67     </IAP>
       
    68 </IAPTable>
       
    69 
       
    70 <ModemBearerTable>
       
    71     <ModemBearer operation="template">
       
    72         <Name>Default Modem</Name>
       
    73         <Agent>CSD.agt</Agent>
       
    74         <IfName>PPP</IfName>
       
    75         <PortName>COMM::0</PortName>
       
    76         <TSYName>MM</TSYName>
       
    77         <CSYName>ECUART</CSYName>
       
    78         <DataBits>8</DataBits>
       
    79         <StopBits>1</StopBits>
       
    80         <Parity>NONE</Parity>
       
    81         <Rate>115200</Rate>
       
    82         <Handshaking>0</Handshaking>
       
    83         <SpecialRate>0</SpecialRate>
       
    84         <XonChar>0</XonChar>
       
    85         <XoffChar>0</XoffChar>
       
    86         <FaxClassPref>AUTO</FaxClassPref>
       
    87         <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
       
    88         <ModemInitString>AT</ModemInitString>
       
    89         <DataInitString>AT</DataInitString>
       
    90         <FaxInitString>AT</FaxInitString>
       
    91         <DialPauseLength>S8=</DialPauseLength>
       
    92         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
    93         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
    94         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
    95         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
    96         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
    97         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
    98         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
    99         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   100         <CallProgress1>X1</CallProgress1>
       
   101         <CallProgress2>X2</CallProgress2>
       
   102         <CallProgress3>X3</CallProgress3>
       
   103         <CallProgress4>X4</CallProgress4>
       
   104         <EchoOff>E0</EchoOff>
       
   105         <VerboseText>V1</VerboseText>
       
   106         <QuietOff>Q0</QuietOff>
       
   107         <QuietOn>Q1</QuietOn>
       
   108         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   109         <OnLine>O</OnLine>
       
   110         <ResetConfiguration>Z</ResetConfiguration>
       
   111         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   112         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   113         <DTRHangUp>&amp;D2</DTRHangUp>
       
   114         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   115         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   116         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   117         <EscapeCharacter>+</EscapeCharacter>
       
   118         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   119         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   120         <Busy>BUSY</Busy>
       
   121         <NoAnswer>NO ANSWER</NoAnswer>
       
   122         <Carrier>CARRIER</Carrier>
       
   123         <Connect>CONNECT</Connect>
       
   124         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   125         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   126         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   127         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   128         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   129         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   130         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   131         <LastSocketActivityTimeout>6</LastSocketActivityTimeout>
       
   132         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   133         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   134     </ModemBearer>
       
   135     <ModemBearer operation="add">
       
   136         <Name>Null Modem 115200bps</Name>
       
   137         <Agent>CSD.agt</Agent>
       
   138         <IfName>PPP</IfName>
       
   139         <PortName>COMM::0</PortName>
       
   140         <TSYName>NTRASTSY</TSYName>
       
   141         <CSYName>ECUART</CSYName>
       
   142         <DataBits>8</DataBits>
       
   143         <StopBits>1</StopBits>
       
   144         <Parity>NONE</Parity>
       
   145         <Rate>115200</Rate>
       
   146         <Handshaking>4</Handshaking>
       
   147         <SpecialRate>0</SpecialRate>
       
   148         <XonChar>0</XonChar>
       
   149         <XoffChar>0</XoffChar>
       
   150         <FaxClassPref>AUTO</FaxClassPref>
       
   151         <SpeakerPref>NEVER</SpeakerPref>
       
   152         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   153         <ModemInitString>AT</ModemInitString>
       
   154         <DataInitString>AT</DataInitString>
       
   155         <FaxInitString>AT</FaxInitString>
       
   156         <DialPauseLength>S8=</DialPauseLength>
       
   157         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   158         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   159         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   160         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   161         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   162         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   163         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   164         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   165         <CallProgress1>X1</CallProgress1>
       
   166         <CallProgress2>X2</CallProgress2>
       
   167         <CallProgress3>X3</CallProgress3>
       
   168         <CallProgress4>X4</CallProgress4>
       
   169         <EchoOff>E0</EchoOff>
       
   170         <VerboseText>V1</VerboseText>
       
   171         <QuietOff>Q0</QuietOff>
       
   172         <QuietOn>Q1</QuietOn>
       
   173         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   174         <OnLine>O</OnLine>
       
   175         <ResetConfiguration>Z</ResetConfiguration>
       
   176         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   177         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   178         <DTRHangUp>&amp;D2</DTRHangUp>
       
   179         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   180         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   181         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   182         <EscapeCharacter>+</EscapeCharacter>
       
   183         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   184         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   185         <Busy>BUSY</Busy>
       
   186         <NoAnswer>NO ANSWER</NoAnswer>
       
   187         <Carrier>CARRIER</Carrier>
       
   188         <Connect>CONNECT</Connect>
       
   189         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   190         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   191         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   192         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   193         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   194         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   195         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   196         <MessageValidityPeriod>0</MessageValidityPeriod>
       
   197         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   198         <LastSocketActivityTimeout>6</LastSocketActivityTimeout>
       
   199         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   200         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   201     </ModemBearer>
       
   202 </ModemBearerTable>
       
   203 
       
   204 <LANBearerTable>
       
   205 </LANBearerTable>
       
   206 
       
   207 <LANServiceTable>
       
   208 </LANServiceTable>
       
   209 
       
   210 <DialInISPTable>
       
   211     <DialInISP operation="template">
       
   212         <Name>Default Dial In ISP</Name>
       
   213         <UseLoginScript>FALSE</UseLoginScript>
       
   214         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   215         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   216         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   217         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   218         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   219         <EnableSWComp>FALSE</EnableSWComp>
       
   220         <UseEdge>FALSE</UseEdge>
       
   221     </DialInISP>
       
   222     <DialInISP operation="add">
       
   223         <Name>record1</Name>
       
   224         <UseLoginScript>FALSE</UseLoginScript>
       
   225         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   226         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   227         <Authentication>0</Authentication>
       
   228         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   229         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   230         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   231         <EnableSWComp>FALSE</EnableSWComp>
       
   232         <BearerName>ASYNCHRONOUS</BearerName>
       
   233         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   234         <BearerCE>UNSPECIFIED</BearerCE>
       
   235         <UseEdge>FALSE</UseEdge>
       
   236     </DialInISP>
       
   237     <DialInISP operation="add">
       
   238         <Name>record2</Name>
       
   239         <UseLoginScript>FALSE</UseLoginScript>
       
   240         <IpAddrFromServer>FALSE</IpAddrFromServer>
       
   241         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   242         <LoginScript>New Record</LoginScript>
       
   243         <Authentication>0</Authentication>
       
   244         <IfNetworks>ip</IfNetworks>
       
   245         <IpAddr>New Record</IpAddr>
       
   246         <IpNameServer1>New Record</IpNameServer1>
       
   247         <IpNameServer2>New Record</IpNameServer2>
       
   248         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   249         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   250         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   251         <EnableSWComp>FALSE</EnableSWComp>
       
   252         <BearerName>ASYNCHRONOUS</BearerName>
       
   253         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   254         <BearerCE>UNSPECIFIED</BearerCE>
       
   255         <UseEdge>FALSE</UseEdge>
       
   256     </DialInISP>
       
   257 </DialInISPTable>
       
   258 
       
   259 <DialOutISPTable>
       
   260     <DialOutISP operation="template">
       
   261         <Name>Default Dial Out ISP</Name>
       
   262         <DialResolution>TRUE</DialResolution>
       
   263         <UseLoginScript>FALSE</UseLoginScript>
       
   264         <PromptForLogin>TRUE</PromptForLogin>
       
   265         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   266         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   267         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   268         <DisplayPCT>FALSE</DisplayPCT>
       
   269         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   270         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   271         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   272         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   273         <EnableSWComp>FALSE</EnableSWComp>
       
   274         <BearerService>0</BearerService>
       
   275         <BearerProtocol>0</BearerProtocol>
       
   276         <RlpVersion>0</RlpVersion>
       
   277         <IwfToMs>0</IwfToMs>
       
   278         <MsToIwf>0</MsToIwf>
       
   279         <AckTimer>0</AckTimer>
       
   280         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   281         <ResequencePeriod>0</ResequencePeriod>
       
   282         <V42Compression>0</V42Compression>
       
   283         <V42Codewords>0</V42Codewords>
       
   284         <V42MaxLength>0</V42MaxLength>
       
   285         <Asymmetry>0</Asymmetry>
       
   286         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   287         <UseEdge>FALSE</UseEdge>
       
   288     </DialOutISP>
       
   289     <DialOutISP operation="add">
       
   290         <Name>record1</Name>
       
   291         <DialResolution>TRUE</DialResolution>
       
   292         <UseLoginScript>TRUE</UseLoginScript>
       
   293         <PromptForLogin>FALSE</PromptForLogin>
       
   294         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   295         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   296         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   297         <Type>INTERNETONLY</Type>
       
   298         <LoginScript>CHARMAP \[windows-1252\]\nLOOP 10\n{\nSEND &quot;CLIENT&quot;+&lt;0x0d&gt;\nWAIT 3\n{\n&quot;SERVER&quot; OK\n}\n}\nEXIT KErrNoAnswer$\n\nOK:\nEXIT\n</LoginScript>
       
   299         <DisplayPCT>FALSE</DisplayPCT>
       
   300         <IfNetworks>ip</IfNetworks>
       
   301         <IfAuthName>asdfs</IfAuthName>
       
   302         <IfAuthPass>asdfas</IfAuthPass>
       
   303         <AuthRetries>0</AuthRetries>
       
   304         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   305         <CallbackTimeout>0</CallbackTimeout>
       
   306         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   307         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   308         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   309         <EnableSWComp>FALSE</EnableSWComp>
       
   310         <BearerService>0</BearerService>
       
   311         <BearerName>ASYNCHRONOUS</BearerName>
       
   312         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   313         <BearerCE>UNSPECIFIED</BearerCE>
       
   314         <BearerType>CSD</BearerType>
       
   315         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   316         <AIUR>9600</AIUR>
       
   317         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   318         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   319         <BearerProtocol>0</BearerProtocol>
       
   320         <RlpVersion>0</RlpVersion>
       
   321         <IwfToMs>0</IwfToMs>
       
   322         <MsToIwf>0</MsToIwf>
       
   323         <AckTimer>0</AckTimer>
       
   324         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   325         <ResequencePeriod>0</ResequencePeriod>
       
   326         <V42Compression>0</V42Compression>
       
   327         <V42Codewords>0</V42Codewords>
       
   328         <V42MaxLength>0</V42MaxLength>
       
   329         <Asymmetry>0</Asymmetry>
       
   330         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   331         <UseEdge>FALSE</UseEdge>
       
   332     </DialOutISP>
       
   333     <DialOutISP operation="add">
       
   334         <Name>record2</Name>
       
   335         <DialResolution>FALSE</DialResolution>
       
   336         <UseLoginScript>FALSE</UseLoginScript>
       
   337         <PromptForLogin>FALSE</PromptForLogin>
       
   338         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   339         <IpAddrFromServer>FALSE</IpAddrFromServer>
       
   340         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   341         <Type>INTERNETONLY</Type>
       
   342         <LoginScript>New Record</LoginScript>
       
   343         <LoginName>New Record</LoginName>
       
   344         <DisplayPCT>FALSE</DisplayPCT>
       
   345         <IfNetworks>ip</IfNetworks>
       
   346         <IfAuthName>New Record</IfAuthName>
       
   347         <IfAuthPass>New Record</IfAuthPass>
       
   348         <AuthRetries>0</AuthRetries>
       
   349         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   350         <IfCallbackType>IETF0</IfCallbackType>
       
   351         <IfCallbackInfo>New Record</IfCallbackInfo>
       
   352         <CallbackTimeout>0</CallbackTimeout>
       
   353         <IpAddr>New Record</IpAddr>
       
   354         <IpNameServer1>New Record</IpNameServer1>
       
   355         <IpNameServer2>New Record</IpNameServer2>
       
   356         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   357         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   358         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   359         <EnableSWComp>FALSE</EnableSWComp>
       
   360         <BearerService>0</BearerService>
       
   361         <BearerName>ASYNCHRONOUS</BearerName>
       
   362         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   363         <BearerCE>UNSPECIFIED</BearerCE>
       
   364         <BearerType>CSD</BearerType>
       
   365         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   366         <AIUR>9600</AIUR>
       
   367         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   368         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   369         <BearerProtocol>0</BearerProtocol>
       
   370         <RlpVersion>0</RlpVersion>
       
   371         <IwfToMs>0</IwfToMs>
       
   372         <MsToIwf>0</MsToIwf>
       
   373         <AckTimer>0</AckTimer>
       
   374         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   375         <ResequencePeriod>0</ResequencePeriod>
       
   376         <V42Compression>0</V42Compression>
       
   377         <V42Codewords>0</V42Codewords>
       
   378         <V42MaxLength>0</V42MaxLength>
       
   379         <Asymmetry>0</Asymmetry>
       
   380         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   381         <UseEdge>FALSE</UseEdge>
       
   382     </DialOutISP>
       
   383 </DialOutISPTable>
       
   384 
       
   385 <AgentLookupTable>
       
   386 </AgentLookupTable>
       
   387 
       
   388 <CDMA2000PacketServiceTable>
       
   389 </CDMA2000PacketServiceTable>
       
   390 
       
   391 <DefaultCDMA2000Table>
       
   392 </DefaultCDMA2000Table>
       
   393 
       
   394 <ChargecardTable>
       
   395     <Chargecard operation="add">
       
   396         <Name>New Record</Name>
       
   397         <AccountNumber>New Record</AccountNumber>
       
   398         <Pin>New Record</Pin>
       
   399         <LocalRule>New Record</LocalRule>
       
   400         <NatRule>New Record</NatRule>
       
   401         <IntlRule>New Record</IntlRule>
       
   402     </Chargecard>
       
   403 </ChargecardTable>
       
   404 
       
   405 <ConnectionPreferencesTable>
       
   406 </ConnectionPreferencesTable>
       
   407 
       
   408 <GlobalSettingsTable>
       
   409     <GlobalSettings operation="add">
       
   410         <Name>GlobalSettingsTable1</Name>
       
   411         <RedialAttempts>3</RedialAttempts>
       
   412         <SmsBearer>2</SmsBearer>
       
   413         <SmsReceiveMode>2</SmsReceiveMode>
       
   414         <GPRSAttachMode>1</GPRSAttachMode>
       
   415         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
   416         <ConnectionAttempts>2</ConnectionAttempts>
       
   417         <ModemForDataAndFax>2</ModemForDataAndFax>
       
   418         <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
       
   419         <LocationForDataAndFax>Location.Office Direct Dial</LocationForDataAndFax>
       
   420         <LocationForPhoneServicesAndSMS>Location.Office Direct Dial</LocationForPhoneServicesAndSMS>
       
   421         <GPRSClassCBearer>GSM</GPRSClassCBearer>
       
   422         <DefaultNetwork>Network.Intranet</DefaultNetwork>
       
   423         <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
       
   424     </GlobalSettings>
       
   425 </GlobalSettingsTable>
       
   426 
       
   427 <IncomingGPRSTable>
       
   428 </IncomingGPRSTable>
       
   429 
       
   430 <OutgoingGPRSTable>
       
   431     <OutgoingGPRS operation="add">
       
   432         <Name>Record #5</Name>
       
   433         <APN>Test</APN>
       
   434         <PDPType>IPV4</PDPType>
       
   435         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   436         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   437         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   438         <ReqPrecedence>2</ReqPrecedence>
       
   439         <ReqDelay>4</ReqDelay>
       
   440         <ReqReliability>3</ReqReliability>
       
   441         <ReqPeakThroughput>3</ReqPeakThroughput>
       
   442         <ReqMeanThroughput>31</ReqMeanThroughput>
       
   443         <MinPrecedence>2</MinPrecedence>
       
   444         <MinDelay>4</MinDelay>
       
   445         <MinReliability>3</MinReliability>
       
   446         <MinPeakThroughput>3</MinPeakThroughput>
       
   447         <MinMeanThroughput>31</MinMeanThroughput>
       
   448         <DataCompression>FALSE</DataCompression>
       
   449         <HeaderCompression>FALSE</HeaderCompression>
       
   450         <AnonymousAccess>FALSE</AnonymousAccess>
       
   451         <IfNetworks>ip</IfNetworks>
       
   452         <IfAuthName>RasUser</IfAuthName>
       
   453         <IfAuthPass>pass</IfAuthPass>
       
   454         <AuthRetries>1</AuthRetries>
       
   455         <IpNameServer1>194.72.6.51</IpNameServer1>
       
   456         <IpNameServer2>194.72.6.51</IpNameServer2>
       
   457         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   458         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   459         <GprsUseEdge>FALSE</GprsUseEdge>
       
   460         <GprsAccessPointType>0</GprsAccessPointType>
       
   461         <QosWarningTimeout>0</QosWarningTimeout>
       
   462     </OutgoingGPRS>
       
   463     <OutgoingGPRS operation="add">
       
   464         <Name>Record #6</Name>
       
   465         <APN>TheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDogTheQuickBrownFoxJumpedOverTheLazyDog1234</APN>
       
   466         <PDPType>IPV4</PDPType>
       
   467         <PDPAddress>New Record</PDPAddress>
       
   468         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   469         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   470         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   471         <ReqPrecedence>2</ReqPrecedence>
       
   472         <ReqDelay>4</ReqDelay>
       
   473         <ReqReliability>3</ReqReliability>
       
   474         <ReqPeakThroughput>3</ReqPeakThroughput>
       
   475         <ReqMeanThroughput>31</ReqMeanThroughput>
       
   476         <MinPrecedence>2</MinPrecedence>
       
   477         <MinDelay>4</MinDelay>
       
   478         <MinReliability>3</MinReliability>
       
   479         <MinPeakThroughput>3</MinPeakThroughput>
       
   480         <MinMeanThroughput>31</MinMeanThroughput>
       
   481         <DataCompression>TRUE</DataCompression>
       
   482         <HeaderCompression>TRUE</HeaderCompression>
       
   483         <AnonymousAccess>TRUE</AnonymousAccess>
       
   484         <AuthRetries>1</AuthRetries>
       
   485         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
   486         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
   487         <GprsUseEdge>TRUE</GprsUseEdge>
       
   488         <GprsAccessPointType>0</GprsAccessPointType>
       
   489         <QosWarningTimeout>-1</QosWarningTimeout>
       
   490     </OutgoingGPRS>
       
   491 </OutgoingGPRSTable>
       
   492 
       
   493 <DefaultGPRSTable>
       
   494     <DefaultGPRS operation="add">
       
   495         <Name>Dummy Default GPRS Settings</Name>
       
   496         <APN>Access point name</APN>
       
   497         <PDPType>IPV6</PDPType>
       
   498         <PDPAddress>www.wid.com</PDPAddress>
       
   499         <Usage>1</Usage>
       
   500         <Precedence>1</Precedence>
       
   501         <Delay>1</Delay>
       
   502         <Reliability>1</Reliability>
       
   503         <PeakThroughput>1</PeakThroughput>
       
   504         <MeanThroughput>1</MeanThroughput>
       
   505         <MinPrecedence>1</MinPrecedence>
       
   506         <MinDelay>1</MinDelay>
       
   507         <MinReliability>1</MinReliability>
       
   508         <MinPeakThroughput>1</MinPeakThroughput>
       
   509         <MinMeanThroughput>1</MinMeanThroughput>
       
   510         <DataCompression>TRUE</DataCompression>
       
   511         <HeaderCompression>TRUE</HeaderCompression>
       
   512         <GprsUseEdge>FALSE</GprsUseEdge>
       
   513         <AnonymousAccess>TRUE</AnonymousAccess>
       
   514     </DefaultGPRS>
       
   515 </DefaultGPRSTable>
       
   516 
       
   517 <ProxyTable>
       
   518 </ProxyTable>
       
   519 
       
   520 <LocationTable>
       
   521     <Location operation="template">
       
   522         <Name>Default Location</Name>
       
   523         <Mobile>TRUE</Mobile>
       
   524         <UsePulseDial>FALSE</UsePulseDial>
       
   525         <WaitForDialTone>FALSE</WaitForDialTone>
       
   526         <PauseAfterDialout>0</PauseAfterDialout>
       
   527         <IntlPrefixCode>+</IntlPrefixCode>
       
   528         <NatPrefixCode>0</NatPrefixCode>
       
   529         <NatCode>44</NatCode>
       
   530     </Location>
       
   531     <Location operation="add">
       
   532         <Name>Office Direct Dial</Name>
       
   533         <Mobile>FALSE</Mobile>
       
   534         <UsePulseDial>FALSE</UsePulseDial>
       
   535         <WaitForDialTone>FALSE</WaitForDialTone>
       
   536         <PauseAfterDialout>0</PauseAfterDialout>
       
   537         <IntlPrefixCode>00</IntlPrefixCode>
       
   538         <NatPrefixCode>0</NatPrefixCode>
       
   539         <NatCode>44</NatCode>
       
   540         <AreaCode>171</AreaCode>
       
   541     </Location>
       
   542     <Location operation="add">
       
   543         <Name>Mobile</Name>
       
   544         <Mobile>TRUE</Mobile>
       
   545         <UsePulseDial>FALSE</UsePulseDial>
       
   546         <WaitForDialTone>FALSE</WaitForDialTone>
       
   547         <PauseAfterDialout>0</PauseAfterDialout>
       
   548         <IntlPrefixCode>+</IntlPrefixCode>
       
   549         <NatPrefixCode>0</NatPrefixCode>
       
   550         <NatCode>44</NatCode>
       
   551     </Location>
       
   552     <Location operation="add">
       
   553         <Name>Home</Name>
       
   554         <Mobile>FALSE</Mobile>
       
   555         <UsePulseDial>TRUE</UsePulseDial>
       
   556         <WaitForDialTone>TRUE</WaitForDialTone>
       
   557         <PauseAfterDialout>0</PauseAfterDialout>
       
   558         <IntlPrefixCode>00</IntlPrefixCode>
       
   559         <NatPrefixCode>0</NatPrefixCode>
       
   560         <NatCode>44</NatCode>
       
   561         <AreaCode>181</AreaCode>
       
   562     </Location>
       
   563 </LocationTable>
       
   564 
       
   565 <SecureSocketTable>
       
   566     <SecureSocket operation="add">
       
   567         <Name>SecureSocketTable1</Name>
       
   568         <ProtocolName>ssl3.0</ProtocolName>
       
   569         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
   570     </SecureSocket>
       
   571     <SecureSocket operation="add">
       
   572         <Name>SecureSocketTable2</Name>
       
   573         <ProtocolName>tls1.0</ProtocolName>
       
   574         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
   575     </SecureSocket>
       
   576 </SecureSocketTable>
       
   577 
       
   578 <BTDeviceTable>
       
   579 </BTDeviceTable>
       
   580 
       
   581 <BTPersistTable>
       
   582 </BTPersistTable>
       
   583 
       
   584 <BTSecurityTable>
       
   585 </BTSecurityTable>
       
   586 
       
   587 <BTDefaultTable>
       
   588 </BTDefaultTable>
       
   589 
       
   590 <WAPAccessPointTable>
       
   591     <WAPAccessPoint operation="template">
       
   592         <Name>Default Dial In ISP</Name>
       
   593         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
   594     </WAPAccessPoint>
       
   595     <WAPAccessPoint operation="add">
       
   596         <Name>Dummy WAP Settings</Name> 
       
   597         <CurrentBearer>WAPIPBearer</CurrentBearer> 
       
   598         <StartPage>www.wapstart.com</StartPage> 
       
   599     </WAPAccessPoint>
       
   600 </WAPAccessPointTable>
       
   601 
       
   602 <WAPIPBearerTable>
       
   603     <WAPIPBearer operation="template">
       
   604         <Name>WAPIPBearerTable1</Name>
       
   605         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
   606         <WSPOption>CONNECTIONLESS</WSPOption>
       
   607         <Security>FALSE</Security>
       
   608         <IAPRef>IAP.-1</IAPRef>
       
   609         <ProxyPortNumber>0</ProxyPortNumber>
       
   610     </WAPIPBearer>
       
   611     <WAPIPBearer operation="add">
       
   612         <Name>WAPIPBearerTable2</Name>
       
   613         <AccessPoint>WAPAccessPoint.1</AccessPoint>
       
   614         <GatewayAddress>www.wapgateway.com</GatewayAddress>
       
   615         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
   616         <Security>FALSE</Security>
       
   617         <IAPRef>IAP.record2</IAPRef>
       
   618         <ProxyPortNumber>1</ProxyPortNumber>
       
   619     </WAPIPBearer>
       
   620 </WAPIPBearerTable>
       
   621 
       
   622 <WAPSMSBearerTable>
       
   623     <WAPSMSBearer operation="template">
       
   624         <Name>WAPSMSBearerTable1</Name>
       
   625         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
   626         <WSPOption>CONNECTIONLESS</WSPOption>
       
   627         <Security>FALSE</Security>
       
   628     </WAPSMSBearer>
       
   629 </WAPSMSBearerTable>
       
   630 
       
   631 <VirtualBearerTable>
       
   632 </VirtualBearerTable>
       
   633 
       
   634 <VpnServiceTable>
       
   635 </VpnServiceTable>
       
   636 
       
   637 
       
   638 </CommDB:Config>