networkingtestandutils/networkingintegrationtest/it_script_files/itest_s5/csd-ir.xml
changeset 0 af10295192d8
child 1 a579325b79dd
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3  Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  All rights reserved.
       
     5  This component and the accompanying materials are made available
       
     6  under the terms of the License "Symbian Foundation License v1.0"
       
     7  which accompanies this distribution, and is available
       
     8  at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9 
       
    10  Initial Contributors:
       
    11  Nokia Corporation - initial contribution.
       
    12 
       
    13  Contributors:
       
    14 
       
    15  Description:
       
    16  CommDB Settings File
       
    17  All Rights Reserved
       
    18 
       
    19 -->
       
    20 
       
    21 
       
    22 
       
    23 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
       
    24                xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
       
    25                xmlns:xlink="http://www.w3.org/1999/xlink"
       
    26                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    27                xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">
       
    28 
       
    29 <InformationTable>
       
    30 </InformationTable>
       
    31 
       
    32 <NetworkTable>
       
    33     <Network operation="add">
       
    34         <Name>Intranet</Name>
       
    35     </Network>
       
    36 </NetworkTable>
       
    37 
       
    38 <IAPTable>
       
    39     <IAP operation="add">
       
    40         <Name>NT RAS with Null Modem</Name>
       
    41         <IAPService>DialOutISP.NT RAS</IAPService>
       
    42         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    43         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    44         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    45         <LocationRef>Location.Office</LocationRef>
       
    46     </IAP>
       
    47     <IAP operation="add">
       
    48         <Name>Pipex CSD IR</Name>
       
    49         <IAPService>DialOutISP.Pipex CSD</IAPService>
       
    50         <IAPBearer>ModemBearer.GSM Mobile Phone via Infrared</IAPBearer>
       
    51         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    52         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    53         <LocationRef>Location.Mobile</LocationRef>
       
    54     </IAP>
       
    55 </IAPTable>
       
    56 
       
    57 <ModemBearerTable>
       
    58     <ModemBearer operation="template">
       
    59         <Name>Default Modem</Name>
       
    60         <Agent>CSD.agt</Agent>
       
    61         <IfName>PPP</IfName>
       
    62         <PortName>COMM::0</PortName>
       
    63         <TSYName>MM</TSYName>
       
    64         <CSYName>ECUART</CSYName>
       
    65         <DataBits>8</DataBits>
       
    66         <StopBits>1</StopBits>
       
    67         <Parity>NONE</Parity>
       
    68         <Rate>115200</Rate>
       
    69         <Handshaking>0</Handshaking>
       
    70         <SpecialRate>0</SpecialRate>
       
    71         <XonChar>0</XonChar>
       
    72         <XoffChar>0</XoffChar>
       
    73         <FaxClassPref>AUTO</FaxClassPref>
       
    74         <SpeakerPref>NEVER</SpeakerPref>
       
    75         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
    76         <ModemInitString>AT</ModemInitString>
       
    77         <DataInitString>AT</DataInitString>
       
    78         <FaxInitString>AT</FaxInitString>
       
    79         <DialPauseLength>S8=</DialPauseLength>
       
    80         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
    81         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
    82         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
    83         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
    84         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
    85         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
    86         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
    87         <DialToneWaitModifier>W</DialToneWaitModifier>
       
    88         <CallProgress1>X1</CallProgress1>
       
    89         <CallProgress2>X2</CallProgress2>
       
    90         <CallProgress3>X3</CallProgress3>
       
    91         <CallProgress4>X4</CallProgress4>
       
    92         <EchoOff>E0</EchoOff>
       
    93         <VerboseText>V1</VerboseText>
       
    94         <QuietOff>Q0</QuietOff>
       
    95         <QuietOn>Q1</QuietOn>
       
    96         <DialCommandStateModifier>;</DialCommandStateModifier>
       
    97         <OnLine>O</OnLine>
       
    98         <ResetConfiguration>Z</ResetConfiguration>
       
    99         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   100         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   101         <DTRHangUp>&amp;D2</DTRHangUp>
       
   102         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   103         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   104         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   105         <EscapeCharacter>+</EscapeCharacter>
       
   106         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   107         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   108         <Busy>BUSY</Busy>
       
   109         <NoAnswer>NO ANSWER</NoAnswer>
       
   110         <Carrier>CARRIER</Carrier>
       
   111         <Connect>CONNECT</Connect>
       
   112         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   113         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   114         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   115         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   116         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   117         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   118         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   119         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   120         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   121         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   122         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   123         <LastSocketActivityTimeout>30</LastSocketActivityTimeout>
       
   124         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   125         <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
       
   126     </ModemBearer>
       
   127     <ModemBearer operation="add">
       
   128         <Name>Null Modem 115200bps</Name>
       
   129         <Agent>CSD.agt</Agent>
       
   130         <IfName>PPP</IfName>
       
   131         <PortName>COMM::0</PortName>
       
   132         <TSYName>MM1</TSYName>
       
   133         <CSYName>ECUART</CSYName>
       
   134         <DataBits>8</DataBits>
       
   135         <StopBits>1</StopBits>
       
   136         <Parity>NONE</Parity>
       
   137         <Rate>115200</Rate>
       
   138         <Handshaking>4</Handshaking>
       
   139         <SpecialRate>0</SpecialRate>
       
   140         <XonChar>0</XonChar>
       
   141         <XoffChar>0</XoffChar>
       
   142         <FaxClassPref>AUTO</FaxClassPref>
       
   143         <SpeakerPref>NEVER</SpeakerPref>
       
   144         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   145         <ModemInitString>AT</ModemInitString>
       
   146         <DataInitString>AT</DataInitString>
       
   147         <FaxInitString>AT</FaxInitString>
       
   148         <DialPauseLength>S8=</DialPauseLength>
       
   149         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   150         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   151         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   152         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   153         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   154         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   155         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   156         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   157         <CallProgress1>X1</CallProgress1>
       
   158         <CallProgress2>X2</CallProgress2>
       
   159         <CallProgress3>X3</CallProgress3>
       
   160         <CallProgress4>X4</CallProgress4>
       
   161         <EchoOff>E0</EchoOff>
       
   162         <VerboseText>V1</VerboseText>
       
   163         <QuietOff>Q0</QuietOff>
       
   164         <QuietOn>Q1</QuietOn>
       
   165         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   166         <OnLine>O</OnLine>
       
   167         <ResetConfiguration>Z</ResetConfiguration>
       
   168         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   169         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   170         <DTRHangUp>&amp;D2</DTRHangUp>
       
   171         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   172         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   173         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   174         <EscapeCharacter>+</EscapeCharacter>
       
   175         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   176         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   177         <Busy>BUSY</Busy>
       
   178         <NoAnswer>NO ANSWER</NoAnswer>
       
   179         <Carrier>CARRIER</Carrier>
       
   180         <Connect>CONNECT</Connect>
       
   181         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   182         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   183         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   184         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   185         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   186         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   187         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   188         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   189         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   190         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   191         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   192         <LastSocketActivityTimeout>30</LastSocketActivityTimeout>
       
   193         <LastSessionClosedTimeout>50</LastSessionClosedTimeout>
       
   194         <LastSocketClosedTimeout>30</LastSocketClosedTimeout>
       
   195         <SIRSettings>0</SIRSettings>
       
   196         <CommRole>0</CommRole>
       
   197     </ModemBearer>
       
   198     <ModemBearer operation="add">
       
   199         <Name>GSM Mobile Phone via Infrared</Name>
       
   200         <Agent>CSD.agt</Agent>
       
   201         <IfName>PPP</IfName>
       
   202         <PortName>IRCOMM::0</PortName>
       
   203         <TSYName>MM</TSYName>
       
   204         <CSYName>IRCOMM</CSYName>
       
   205         <DataBits>8</DataBits>
       
   206         <StopBits>1</StopBits>
       
   207         <Parity>NONE</Parity>
       
   208         <Rate>115200</Rate>
       
   209         <Handshaking>196</Handshaking>
       
   210         <SpecialRate>0</SpecialRate>
       
   211         <XonChar>17</XonChar>
       
   212         <XoffChar>19</XoffChar>
       
   213         <FaxClassPref>AUTO</FaxClassPref>
       
   214         <SpeakerPref>NEVER</SpeakerPref>
       
   215         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   216         <ModemInitString>ATZ</ModemInitString>
       
   217         <DataInitString>AT</DataInitString>
       
   218         <FaxInitString>AT</FaxInitString>
       
   219         <DialPauseLength>S8=</DialPauseLength>
       
   220         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   221         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   222         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   223         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   224         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   225         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   226         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   227         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   228         <CallProgress1>X1</CallProgress1>
       
   229         <CallProgress2>X2</CallProgress2>
       
   230         <CallProgress3>X3</CallProgress3>
       
   231         <CallProgress4>X4</CallProgress4>
       
   232         <EchoOff>E0</EchoOff>
       
   233         <VerboseText>V1</VerboseText>
       
   234         <QuietOff>Q0</QuietOff>
       
   235         <QuietOn>Q1</QuietOn>
       
   236         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   237         <OnLine>O</OnLine>
       
   238         <ResetConfiguration>Z</ResetConfiguration>
       
   239         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   240         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   241         <DTRHangUp>&amp;D2</DTRHangUp>
       
   242         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   243         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   244         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   245         <EscapeCharacter>+</EscapeCharacter>
       
   246         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   247         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   248         <Busy>BUSY</Busy>
       
   249         <NoAnswer>NO ANSWER</NoAnswer>
       
   250         <Carrier>CARRIER</Carrier>
       
   251         <Connect>CONNECT</Connect>
       
   252         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   253         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   254         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   255         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   256         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   257         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   258         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   259         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   260         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   261         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   262         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   263         <LastSocketActivityTimeout>50</LastSocketActivityTimeout>
       
   264         <LastSessionClosedTimeout>10</LastSessionClosedTimeout>
       
   265         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   266         <SIRSettings>0</SIRSettings>
       
   267         <CommRole>0</CommRole>
       
   268     </ModemBearer>
       
   269     <ModemBearer operation="add">
       
   270         <Name>GPRS Ericsson R520m via IR</Name>
       
   271         <Agent>PSD.agt</Agent>
       
   272         <IfName>PPP</IfName>
       
   273         <PortName>IRCOMM::0</PortName>
       
   274         <TSYName>MM</TSYName>
       
   275         <CSYName>IRCOMM</CSYName>
       
   276         <DataBits>8</DataBits>
       
   277         <StopBits>1</StopBits>
       
   278         <Parity>NONE</Parity>
       
   279         <Rate>9600</Rate>
       
   280         <Handshaking>4</Handshaking>
       
   281         <SpecialRate>0</SpecialRate>
       
   282         <XonChar>17</XonChar>
       
   283         <XoffChar>19</XoffChar>
       
   284         <FaxClassPref>AUTO</FaxClassPref>
       
   285         <SpeakerPref>NEVER</SpeakerPref>
       
   286         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   287         <ModemInitString>ATZ</ModemInitString>
       
   288         <DataInitString>AT</DataInitString>
       
   289         <FaxInitString>AT</FaxInitString>
       
   290         <DialPauseLength>S8=</DialPauseLength>
       
   291         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   292         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   293         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   294         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   295         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   296         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   297         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   298         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   299         <CallProgress1>X1</CallProgress1>
       
   300         <CallProgress2>X2</CallProgress2>
       
   301         <CallProgress3>X3</CallProgress3>
       
   302         <CallProgress4>X4</CallProgress4>
       
   303         <EchoOff>E0</EchoOff>
       
   304         <VerboseText>V1</VerboseText>
       
   305         <QuietOff>Q0</QuietOff>
       
   306         <QuietOn>Q1</QuietOn>
       
   307         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   308         <OnLine>O</OnLine>
       
   309         <ResetConfiguration>Z</ResetConfiguration>
       
   310         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   311         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   312         <DTRHangUp>&amp;D2</DTRHangUp>
       
   313         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   314         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   315         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   316         <EscapeCharacter>+</EscapeCharacter>
       
   317         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   318         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   319         <Busy>BUSY</Busy>
       
   320         <NoAnswer>NO ANSWER</NoAnswer>
       
   321         <Carrier>CARRIER</Carrier>
       
   322         <Connect>CONNECT</Connect>
       
   323         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   324         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   325         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   326         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   327         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   328         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   329         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   330         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   331         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   332         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   333         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   334         <LastSocketActivityTimeout>6</LastSocketActivityTimeout>
       
   335         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   336         <LastSocketClosedTimeout>10</LastSocketClosedTimeout>
       
   337         <SIRSettings>0</SIRSettings>
       
   338         <CommRole>0</CommRole>
       
   339     </ModemBearer>
       
   340 </ModemBearerTable>
       
   341 
       
   342 <LANBearerTable>
       
   343     <LANBearer operation="add">
       
   344         <Name>Assabet on-board Ethernet</Name>
       
   345         <Agent>nullagent.agt</Agent>
       
   346         <IfName>ethint</IfName>
       
   347         <LDDName>not used</LDDName>
       
   348         <PDDName>not used</PDDName>
       
   349         <LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
       
   350         <LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
       
   351         <LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
       
   352     </LANBearer>
       
   353 </LANBearerTable>
       
   354 
       
   355 <LANServiceTable>
       
   356     <LANService operation="add">
       
   357         <Name>Ethernet</Name>
       
   358         <IfNetworks>ip,ip6</IfNetworks>
       
   359         <IpNetMask>255.255.255.0</IpNetMask>
       
   360         <IpGateway>194.72.6.1</IpGateway>
       
   361         <IpAddr>192.168.0.100</IpAddr>
       
   362         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   363         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   364         <IpNameServer1>194.72.6.51</IpNameServer1>
       
   365         <IpNameServer2>194.72.6.52</IpNameServer2>
       
   366     </LANService>
       
   367 </LANServiceTable>
       
   368 
       
   369 <DialInISPTable>
       
   370     <DialInISP operation="template">
       
   371         <Name>Default Dial In ISP</Name>
       
   372         <UseLoginScript>FALSE</UseLoginScript>
       
   373         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   374         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   375         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   376         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   377         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   378         <EnableSWComp>FALSE</EnableSWComp>
       
   379         <UseEdge>FALSE</UseEdge>
       
   380     </DialInISP>
       
   381     <DialInISP operation="add">
       
   382         <Name>Dial In ISP01</Name>
       
   383         <UseLoginScript>FALSE</UseLoginScript>
       
   384         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   385         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   386         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   387         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   388         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   389         <EnableSWComp>FALSE</EnableSWComp>
       
   390         <UseEdge>FALSE</UseEdge>
       
   391     </DialInISP>
       
   392 </DialInISPTable>
       
   393 
       
   394 <DialOutISPTable>
       
   395     <DialOutISP operation="template">
       
   396         <Name>Default Dial Out ISP</Name>
       
   397         <DialResolution>TRUE</DialResolution>
       
   398         <UseLoginScript>FALSE</UseLoginScript>
       
   399         <PromptForLogin>TRUE</PromptForLogin>
       
   400         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   401         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   402         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   403         <DisplayPCT>FALSE</DisplayPCT>
       
   404         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   405         <CallbackTimeout>0</CallbackTimeout>
       
   406         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   407         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   408         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   409         <EnableSWComp>FALSE</EnableSWComp>
       
   410         <BearerService>0</BearerService>
       
   411         <BearerProtocol>0</BearerProtocol>
       
   412         <RlpVersion>0</RlpVersion>
       
   413         <IwfToMs>0</IwfToMs>
       
   414         <MsToIwf>0</MsToIwf>
       
   415         <AckTimer>0</AckTimer>
       
   416         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   417         <ResequencePeriod>0</ResequencePeriod>
       
   418         <V42Compression>0</V42Compression>
       
   419         <V42Codewords>0</V42Codewords>
       
   420         <V42MaxLength>0</V42MaxLength>
       
   421         <Asymmetry>0</Asymmetry>
       
   422         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   423         <UseEdge>FALSE</UseEdge>
       
   424     </DialOutISP>
       
   425     <DialOutISP operation="add">
       
   426         <Name>NT RAS</Name>
       
   427         <DialResolution>TRUE</DialResolution>
       
   428         <UseLoginScript>FALSE</UseLoginScript>
       
   429         <PromptForLogin>FALSE</PromptForLogin>
       
   430         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   431         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   432         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   433         <Description>Test</Description>
       
   434         <Type>INTERNETONLY</Type>
       
   435         <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>
       
   436         <DisplayPCT>FALSE</DisplayPCT>
       
   437         <IfNetworks>ip</IfNetworks>
       
   438         <IfAuthName>RasUser</IfAuthName>
       
   439         <IfAuthPass>pass</IfAuthPass>
       
   440         <AuthRetries>0</AuthRetries>
       
   441         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   442         <CallbackTimeout>0</CallbackTimeout>
       
   443         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   444         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   445         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   446         <EnableSWComp>FALSE</EnableSWComp>
       
   447         <BearerService>0</BearerService>
       
   448         <BearerProtocol>0</BearerProtocol>
       
   449         <RlpVersion>0</RlpVersion>
       
   450         <IwfToMs>0</IwfToMs>
       
   451         <MsToIwf>0</MsToIwf>
       
   452         <AckTimer>0</AckTimer>
       
   453         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   454         <ResequencePeriod>0</ResequencePeriod>
       
   455         <V42Compression>0</V42Compression>
       
   456         <V42Codewords>0</V42Codewords>
       
   457         <V42MaxLength>0</V42MaxLength>
       
   458         <Asymmetry>0</Asymmetry>
       
   459         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   460         <UseEdge>FALSE</UseEdge>
       
   461     </DialOutISP>
       
   462     <DialOutISP operation="add">
       
   463         <Name>Pipex CSD</Name>
       
   464         <DialResolution>TRUE</DialResolution>
       
   465         <UseLoginScript>FALSE</UseLoginScript>
       
   466         <PromptForLogin>FALSE</PromptForLogin>
       
   467         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   468         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   469         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   470         <Description>Pipex Service Provider</Description>
       
   471         <Type>INTERNETONLY</Type>
       
   472         <DefaultTelNum>02075632468</DefaultTelNum>
       
   473         <DisplayPCT>FALSE</DisplayPCT>
       
   474         <IfNetworks>ip,ip6</IfNetworks>
       
   475         <IfAuthName>ipv6test</IfAuthName>
       
   476         <IfAuthPass>Symbian</IfAuthPass>
       
   477         <AuthRetries>0</AuthRetries>
       
   478         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   479         <CallbackTimeout>0</CallbackTimeout>
       
   480         <IpNameServer1>158.43.128.1</IpNameServer1>
       
   481         <IpNameServer2>158.43.192.1</IpNameServer2>
       
   482         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   483         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   484         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   485         <EnableSWComp>FALSE</EnableSWComp>
       
   486         <BearerService>0</BearerService>
       
   487         <BearerName>ASYNCHRONOUS</BearerName>
       
   488         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   489         <BearerCE>UNSPECIFIED</BearerCE>
       
   490         <BearerType>CSD</BearerType>
       
   491         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   492         <AIUR>UNSPECIFIED</AIUR>
       
   493         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   494         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   495         <BearerProtocol>0</BearerProtocol>
       
   496         <RlpVersion>0</RlpVersion>
       
   497         <IwfToMs>0</IwfToMs>
       
   498         <MsToIwf>0</MsToIwf>
       
   499         <AckTimer>0</AckTimer>
       
   500         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   501         <ResequencePeriod>0</ResequencePeriod>
       
   502         <V42Compression>0</V42Compression>
       
   503         <V42Codewords>0</V42Codewords>
       
   504         <V42MaxLength>0</V42MaxLength>
       
   505         <Asymmetry>0</Asymmetry>
       
   506         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   507         <UseEdge>FALSE</UseEdge>
       
   508     </DialOutISP>
       
   509 </DialOutISPTable>
       
   510 
       
   511 <AgentLookupTable>
       
   512 </AgentLookupTable>
       
   513 
       
   514 <CDMA2000PacketServiceTable>
       
   515     <CDMA2000PacketService operation="add">
       
   516         <Name>test name cdma2000</Name>
       
   517         <IwfName>Test2000</IwfName>
       
   518         <ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption>
       
   519         <PdpType>IPV4</PdpType>
       
   520         <ReqFwdPriority>PRIORITY04</ReqFwdPriority>
       
   521         <ReqRevPriority>PRIORITY04</ReqRevPriority>
       
   522         <ReqFwdBitrate>32KBPS</ReqFwdBitrate>
       
   523         <ReqRevBitrate>32KBPS</ReqRevBitrate>
       
   524         <ReqFwdLoss>LOSS1</ReqFwdLoss>
       
   525         <ReqRevLoss>LOSS1</ReqRevLoss>
       
   526         <ReqFwdMaxdelay>40MS</ReqFwdMaxdelay>
       
   527         <ReqRevMaxdelay>40MS</ReqRevMaxdelay>
       
   528         <MinFwdBitrate>32KBPS</MinFwdBitrate>
       
   529         <MinRevBitrate>32KBPS</MinRevBitrate>
       
   530         <AccptFwdLoss>LOSS2</AccptFwdLoss>
       
   531         <AccptRevLoss>LOSS2</AccptRevLoss>
       
   532         <AccptFwdMaxdelay>120MS</AccptFwdMaxdelay>
       
   533         <AccptRevMaxdelay>120MS</AccptRevMaxdelay>
       
   534         <DataCompression>FALSE</DataCompression>
       
   535         <HeaderCompression>FALSE</HeaderCompression>
       
   536         <AnonymousAccess>FALSE</AnonymousAccess>
       
   537         <IfNetworks>ip</IfNetworks>
       
   538         <IfAuthName>RasUser</IfAuthName>
       
   539         <IfAuthPass>pass</IfAuthPass>
       
   540         <AuthRetries>1</AuthRetries>
       
   541         <IpNetMask>0.255.255.255</IpNetMask>
       
   542         <IpGateway>10.0.0.1</IpGateway>
       
   543         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
   544         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
   545         <ApType>2</ApType>
       
   546         <QosWarningTimeout>1000000</QosWarningTimeout>
       
   547         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   548         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   549         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   550         <RlpMode>TRANSPARENT</RlpMode>
       
   551         <CDMAMobileIP>FALSE</CDMAMobileIP>
       
   552         <CDMAMobileIPTimeout>10000000</CDMAMobileIPTimeout>
       
   553     </CDMA2000PacketService>
       
   554 </CDMA2000PacketServiceTable>
       
   555 
       
   556 <DefaultCDMA2000Table>
       
   557 </DefaultCDMA2000Table>
       
   558 
       
   559 <ChargecardTable>
       
   560     <Chargecard operation="add">
       
   561         <Name>Dummy BT Chargecard</Name>
       
   562         <AccountNumber>144,12345678</AccountNumber>
       
   563         <Pin>0000</Pin>
       
   564         <LocalRule>HG</LocalRule>
       
   565         <NatRule>HFG</NatRule>
       
   566         <IntlRule>HEFG</IntlRule>
       
   567     </Chargecard>
       
   568     <Chargecard operation="add">
       
   569         <Name>Dummy Mercury Chargecard</Name>
       
   570         <AccountNumber>0500800800,,12345678</AccountNumber>
       
   571         <Pin>****</Pin>
       
   572         <LocalRule>HG</LocalRule>
       
   573         <NatRule>J,K,0FG</NatRule>
       
   574         <IntlRule>HEFG</IntlRule>
       
   575     </Chargecard>
       
   576 </ChargecardTable>
       
   577 
       
   578 <ConnectionPreferencesTable>
       
   579     <ConnectionPreferences operation="add">
       
   580         <Name>ConnectionPreferencesTable1</Name>
       
   581         <Ranking>1</Ranking>
       
   582         <Direction>OUTGOING</Direction>
       
   583         <DialogPref>DONOTPROMPT</DialogPref>
       
   584         <BearerSet>CSD</BearerSet>
       
   585         <IAPRef>IAP.Pipex CSD IR</IAPRef>
       
   586     </ConnectionPreferences>
       
   587 </ConnectionPreferencesTable>
       
   588 
       
   589 <GlobalSettingsTable>
       
   590     <GlobalSettings operation="add">
       
   591         <Name>GlobalSettingsTable1</Name>
       
   592         <RedialAttempts>3</RedialAttempts>
       
   593         <SmsBearer>2</SmsBearer>
       
   594         <SmsReceiveMode>2</SmsReceiveMode>
       
   595         <GPRSAttachMode>1</GPRSAttachMode>
       
   596         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
   597         <ConnectionAttempts>2</ConnectionAttempts>
       
   598         <ModemForDataAndFax>2</ModemForDataAndFax>
       
   599         <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
       
   600         <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
       
   601         <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
       
   602         <GPRSClassCBearer>GSM</GPRSClassCBearer>
       
   603         <DefaultNetwork>Network.Intranet</DefaultNetwork>
       
   604         <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
       
   605     </GlobalSettings>
       
   606 </GlobalSettingsTable>
       
   607 
       
   608 <IncomingGPRSTable>
       
   609     <IncomingGPRS operation="add">
       
   610         <Name>Incoming GPRS Settings PlaceHolder</Name>
       
   611         <APN>Test</APN>
       
   612         <PDPType>IPV4</PDPType>
       
   613         <PDPAddress>0.0.0.0</PDPAddress>
       
   614         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   615         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   616         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   617         <ReqPrecedence>1</ReqPrecedence>
       
   618         <ReqDelay>1</ReqDelay>
       
   619         <ReqReliability>1</ReqReliability>
       
   620         <ReqPeakThroughput>1</ReqPeakThroughput>
       
   621         <ReqMeanThroughput>1</ReqMeanThroughput>
       
   622         <MinPrecedence>1</MinPrecedence>
       
   623         <MinDelay>1</MinDelay>
       
   624         <MinReliability>1</MinReliability>
       
   625         <MinPeakThroughput>1</MinPeakThroughput>
       
   626         <MinMeanThroughput>1</MinMeanThroughput>
       
   627         <DataCompression>FALSE</DataCompression>
       
   628         <HeaderCompression>FALSE</HeaderCompression>
       
   629         <AnonymousAccess>FALSE</AnonymousAccess>
       
   630         <IfNetworks>ip</IfNetworks>
       
   631         <IfAuthName>RasUser</IfAuthName>
       
   632         <IfAuthPass>pass</IfAuthPass>
       
   633         <AuthRetries>1</AuthRetries>
       
   634         <IpNameServer1>0.0.0.0</IpNameServer1>
       
   635         <IpNameServer2>0.0.0.0</IpNameServer2>
       
   636         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   637         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   638         <GprsUseEdge>FALSE</GprsUseEdge>
       
   639     </IncomingGPRS>
       
   640 </IncomingGPRSTable>
       
   641 
       
   642 <OutgoingGPRSTable>
       
   643     <OutgoingGPRS operation="add">
       
   644         <Name>GPRS01</Name>
       
   645         <APN>gprs01APNPlaceHolder</APN>
       
   646         <PDPType>IPV4</PDPType>
       
   647         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   648         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   649         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   650         <ReqPrecedence>0</ReqPrecedence>
       
   651         <ReqDelay>0</ReqDelay>
       
   652         <ReqReliability>0</ReqReliability>
       
   653         <ReqPeakThroughput>0</ReqPeakThroughput>
       
   654         <ReqMeanThroughput>0</ReqMeanThroughput>
       
   655         <MinPrecedence>0</MinPrecedence>
       
   656         <MinDelay>0</MinDelay>
       
   657         <MinReliability>0</MinReliability>
       
   658         <MinPeakThroughput>0</MinPeakThroughput>
       
   659         <MinMeanThroughput>0</MinMeanThroughput>
       
   660         <DataCompression>FALSE</DataCompression>
       
   661         <HeaderCompression>FALSE</HeaderCompression>
       
   662         <AnonymousAccess>FALSE</AnonymousAccess>
       
   663         <IfNetworks>ip</IfNetworks>
       
   664         <AuthRetries>1</AuthRetries>
       
   665         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   666         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   667         <GprsUseEdge>FALSE</GprsUseEdge>
       
   668         <GprsAccessPointType>0</GprsAccessPointType>
       
   669         <QosWarningTimeout>0</QosWarningTimeout>
       
   670     </OutgoingGPRS>
       
   671     <OutgoingGPRS operation="add">
       
   672         <Name>GPRS02</Name>
       
   673         <APN>gprs02APNPlaceHolder</APN>
       
   674         <PDPType>IPV4</PDPType>
       
   675         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   676         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   677         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   678         <ReqPrecedence>0</ReqPrecedence>
       
   679         <ReqDelay>0</ReqDelay>
       
   680         <ReqReliability>0</ReqReliability>
       
   681         <ReqPeakThroughput>0</ReqPeakThroughput>
       
   682         <ReqMeanThroughput>0</ReqMeanThroughput>
       
   683         <MinPrecedence>0</MinPrecedence>
       
   684         <MinDelay>0</MinDelay>
       
   685         <MinReliability>0</MinReliability>
       
   686         <MinPeakThroughput>0</MinPeakThroughput>
       
   687         <MinMeanThroughput>0</MinMeanThroughput>
       
   688         <DataCompression>FALSE</DataCompression>
       
   689         <HeaderCompression>FALSE</HeaderCompression>
       
   690         <AnonymousAccess>FALSE</AnonymousAccess>
       
   691         <IfNetworks>ip</IfNetworks>
       
   692         <AuthRetries>1</AuthRetries>
       
   693         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   694         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   695         <GprsUseEdge>FALSE</GprsUseEdge>
       
   696         <GprsAccessPointType>0</GprsAccessPointType>
       
   697         <QosWarningTimeout>0</QosWarningTimeout>
       
   698     </OutgoingGPRS>
       
   699     <OutgoingGPRS operation="add">
       
   700         <Name>GPRS03</Name>
       
   701         <APN>gprs03APNPlaceHolder</APN>
       
   702         <PDPType>IPV4</PDPType>
       
   703         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   704         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   705         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   706         <ReqPrecedence>0</ReqPrecedence>
       
   707         <ReqDelay>0</ReqDelay>
       
   708         <ReqReliability>0</ReqReliability>
       
   709         <ReqPeakThroughput>0</ReqPeakThroughput>
       
   710         <ReqMeanThroughput>0</ReqMeanThroughput>
       
   711         <MinPrecedence>0</MinPrecedence>
       
   712         <MinDelay>0</MinDelay>
       
   713         <MinReliability>0</MinReliability>
       
   714         <MinPeakThroughput>0</MinPeakThroughput>
       
   715         <MinMeanThroughput>0</MinMeanThroughput>
       
   716         <DataCompression>FALSE</DataCompression>
       
   717         <HeaderCompression>FALSE</HeaderCompression>
       
   718         <AnonymousAccess>FALSE</AnonymousAccess>
       
   719         <IfNetworks>ip</IfNetworks>
       
   720         <AuthRetries>1</AuthRetries>
       
   721         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   722         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   723         <GprsUseEdge>FALSE</GprsUseEdge>
       
   724         <GprsAccessPointType>0</GprsAccessPointType>
       
   725         <QosWarningTimeout>0</QosWarningTimeout>
       
   726     </OutgoingGPRS>
       
   727 </OutgoingGPRSTable>
       
   728 
       
   729 <DefaultGPRSTable>
       
   730     <DefaultGPRS operation="add">
       
   731         <Name>Dummy Default GPRS Settings</Name>
       
   732         <APN>Access point name</APN>
       
   733         <PDPType>IPV6</PDPType>
       
   734         <PDPAddress>www.wid.com</PDPAddress>
       
   735         <Usage>1</Usage>
       
   736         <Precedence>1</Precedence>
       
   737         <Delay>1</Delay>
       
   738         <Reliability>1</Reliability>
       
   739         <PeakThroughput>1</PeakThroughput>
       
   740         <MeanThroughput>1</MeanThroughput>
       
   741         <MinPrecedence>1</MinPrecedence>
       
   742         <MinDelay>1</MinDelay>
       
   743         <MinReliability>1</MinReliability>
       
   744         <MinPeakThroughput>1</MinPeakThroughput>
       
   745         <MinMeanThroughput>1</MinMeanThroughput>
       
   746         <DataCompression>TRUE</DataCompression>
       
   747         <HeaderCompression>TRUE</HeaderCompression>
       
   748         <GprsUseEdge>FALSE</GprsUseEdge>
       
   749         <AnonymousAccess>TRUE</AnonymousAccess>
       
   750     </DefaultGPRS>
       
   751 </DefaultGPRSTable>
       
   752 
       
   753 <ProxyTable>
       
   754     <Proxy operation="add">
       
   755         <Name>ProxyTable1</Name>
       
   756         <ISPRef>DialOutISP.NT RAS</ISPRef>
       
   757         <UseProxyServer>TRUE</UseProxyServer>
       
   758         <ProtocolName>http</ProtocolName>
       
   759         <ProxyServerName>www.dummyproxy.com</ProxyServerName>
       
   760         <PortNumber>80</PortNumber>
       
   761         <Exceptions>www.dummyproxy.com/exception</Exceptions>
       
   762     </Proxy>
       
   763 </ProxyTable>
       
   764 
       
   765 <LocationTable>
       
   766     <Location operation="template">
       
   767         <Name>Default Location</Name>
       
   768         <Mobile>TRUE</Mobile>
       
   769         <UsePulseDial>FALSE</UsePulseDial>
       
   770         <WaitForDialTone>FALSE</WaitForDialTone>
       
   771         <PauseAfterDialout>0</PauseAfterDialout>
       
   772         <IntlPrefixCode>+</IntlPrefixCode>
       
   773         <NatPrefixCode>0</NatPrefixCode>
       
   774         <NatCode>44</NatCode>
       
   775     </Location>
       
   776     <Location operation="add">
       
   777         <Name>Office</Name>
       
   778         <Mobile>FALSE</Mobile>
       
   779         <UsePulseDial>FALSE</UsePulseDial>
       
   780         <WaitForDialTone>FALSE</WaitForDialTone>
       
   781         <PauseAfterDialout>0</PauseAfterDialout>
       
   782         <IntlPrefixCode>00</IntlPrefixCode>
       
   783         <NatPrefixCode>0</NatPrefixCode>
       
   784         <NatCode>44</NatCode>
       
   785         <AreaCode>171</AreaCode>
       
   786         <DialOutCode>9,</DialOutCode>
       
   787     </Location>
       
   788     <Location operation="add">
       
   789         <Name>Office Direct Dial</Name>
       
   790         <Mobile>FALSE</Mobile>
       
   791         <UsePulseDial>FALSE</UsePulseDial>
       
   792         <WaitForDialTone>FALSE</WaitForDialTone>
       
   793         <PauseAfterDialout>0</PauseAfterDialout>
       
   794         <IntlPrefixCode>00</IntlPrefixCode>
       
   795         <NatPrefixCode>0</NatPrefixCode>
       
   796         <NatCode>44</NatCode>
       
   797         <AreaCode>171</AreaCode>
       
   798     </Location>
       
   799     <Location operation="add">
       
   800         <Name>Mobile</Name>
       
   801         <Mobile>TRUE</Mobile>
       
   802         <UsePulseDial>FALSE</UsePulseDial>
       
   803         <WaitForDialTone>FALSE</WaitForDialTone>
       
   804         <PauseAfterDialout>0</PauseAfterDialout>
       
   805         <IntlPrefixCode>+</IntlPrefixCode>
       
   806         <NatPrefixCode>0</NatPrefixCode>
       
   807         <NatCode>44</NatCode>
       
   808     </Location>
       
   809     <Location operation="add">
       
   810         <Name>Home</Name>
       
   811         <Mobile>FALSE</Mobile>
       
   812         <UsePulseDial>TRUE</UsePulseDial>
       
   813         <WaitForDialTone>TRUE</WaitForDialTone>
       
   814         <PauseAfterDialout>0</PauseAfterDialout>
       
   815         <IntlPrefixCode>00</IntlPrefixCode>
       
   816         <NatPrefixCode>0</NatPrefixCode>
       
   817         <NatCode>44</NatCode>
       
   818         <AreaCode>181</AreaCode>
       
   819     </Location>
       
   820 </LocationTable>
       
   821 
       
   822 <SecureSocketTable>
       
   823     <SecureSocket operation="add">
       
   824         <Name>SecureSocketTable1</Name>
       
   825         <ProtocolName>ssl3.0</ProtocolName>
       
   826         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
   827     </SecureSocket>
       
   828     <SecureSocket operation="add">
       
   829         <Name>SecureSocketTable2</Name>
       
   830         <ProtocolName>tls1.0</ProtocolName>
       
   831         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
   832     </SecureSocket>
       
   833 </SecureSocketTable>
       
   834 
       
   835 <BTDeviceTable>
       
   836 </BTDeviceTable>
       
   837 
       
   838 <BTPersistTable>
       
   839 </BTPersistTable>
       
   840 
       
   841 <BTSecurityTable>
       
   842 </BTSecurityTable>
       
   843 
       
   844 <BTDefaultTable>
       
   845 </BTDefaultTable>
       
   846 
       
   847 <WAPAccessPointTable>
       
   848     <WAPAccessPoint operation="template">
       
   849         <Name>Default Dial In ISP</Name>
       
   850         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
   851     </WAPAccessPoint>
       
   852     <WAPAccessPoint operation="add">
       
   853         <Name>Dummy WAP Settings</Name>
       
   854         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
   855         <StartPage>www.wapstart.com</StartPage>
       
   856     </WAPAccessPoint>
       
   857 </WAPAccessPointTable>
       
   858 
       
   859 <WAPIPBearerTable>
       
   860     <WAPIPBearer operation="template">
       
   861         <Name>WAPIPBearerTable1</Name>
       
   862         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
   863         <WSPOption>CONNECTIONLESS</WSPOption>
       
   864         <Security>FALSE</Security>
       
   865         <IAPRef>IAP.-1</IAPRef>
       
   866         <ProxyPortNumber>0</ProxyPortNumber>
       
   867     </WAPIPBearer>
       
   868     <WAPIPBearer operation="add">
       
   869         <Name>WAPIPBearerTable2</Name>
       
   870         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
       
   871         <GatewayAddress>www.wapgateway.com</GatewayAddress>
       
   872         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
   873         <Security>FALSE</Security>
       
   874         <IAPRef>IAP.Pipex CSD IR</IAPRef>
       
   875         <ProxyPortNumber>1</ProxyPortNumber>
       
   876     </WAPIPBearer>
       
   877 </WAPIPBearerTable>
       
   878 
       
   879 <WAPSMSBearerTable>
       
   880     <WAPSMSBearer operation="template">
       
   881         <Name>WAPSMSBearerTable1</Name>
       
   882         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
   883         <WSPOption>CONNECTIONLESS</WSPOption>
       
   884         <Security>FALSE</Security>
       
   885     </WAPSMSBearer>
       
   886     <WAPSMSBearer operation="add">
       
   887         <Name>WAPSMSBearerTable2</Name>
       
   888         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
       
   889         <GatewayAddress>+4412345678901</GatewayAddress>
       
   890         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
   891         <Security>FALSE</Security>
       
   892         <ServiceCentreAddress>+442071234567</ServiceCentreAddress>
       
   893     </WAPSMSBearer>
       
   894 </WAPSMSBearerTable>
       
   895 
       
   896 <VirtualBearerTable>
       
   897 </VirtualBearerTable>
       
   898 
       
   899 <VpnServiceTable>
       
   900 </VpnServiceTable>
       
   901 
       
   902 
       
   903 </CommDB:Config>