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