networkingtestandutils/networkingintegrationtest/it_script_files/itest_s2/hscsd.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>CSD IAP PlaceHolder01</Name>
       
    49         <IAPService>DialOutISP.ISP01</IAPService>
       
    50         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    51         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    52         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    53         <LocationRef>Location.Office</LocationRef>
       
    54     </IAP>
       
    55     <IAP operation="add">
       
    56         <Name>CSD IAP PlaceHolder02</Name>
       
    57         <IAPService>DialOutISP.ISP02</IAPService>
       
    58         <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer>
       
    59         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    60         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    61         <LocationRef>Location.Office</LocationRef>
       
    62     </IAP>
       
    63     <IAP operation="add">
       
    64         <Name>GPRS IAP PlaceHolder01</Name>
       
    65         <IAPService>OutgoingGPRS.GPRS01</IAPService>
       
    66         <IAPBearer>ModemBearer.GPRS Ericsson R520m/T68i via Serial</IAPBearer>
       
    67         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    68         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    69         <LocationRef>Location.Mobile</LocationRef>
       
    70     </IAP>
       
    71     <IAP operation="add">
       
    72         <Name>GPRS IAP PlaceHolder02</Name>
       
    73         <IAPService>OutgoingGPRS.GPRS02</IAPService>
       
    74         <IAPBearer>ModemBearer.GPRS Ericsson R520m/T68i via Serial</IAPBearer>
       
    75         <IAPNetwork>Network.Intranet</IAPNetwork>
       
    76         <IAPNetworkWeighting>0</IAPNetworkWeighting>
       
    77         <LocationRef>Location.Mobile</LocationRef>
       
    78     </IAP>
       
    79 </IAPTable>
       
    80 
       
    81 <ModemBearerTable>
       
    82     <ModemBearer operation="template">
       
    83         <Name>Default Modem</Name>
       
    84         <Agent>CSD.agt</Agent>
       
    85         <IfName>PPP</IfName>
       
    86         <PortName>COMM::0</PortName>
       
    87         <TSYName>MM</TSYName>
       
    88         <CSYName>ECUART</CSYName>
       
    89         <DataBits>8</DataBits>
       
    90         <StopBits>1</StopBits>
       
    91         <Parity>NONE</Parity>
       
    92         <Rate>115200</Rate>
       
    93         <Handshaking>0</Handshaking>
       
    94         <SpecialRate>0</SpecialRate>
       
    95         <XonChar>0</XonChar>
       
    96         <XoffChar>0</XoffChar>
       
    97         <FaxClassPref>AUTO</FaxClassPref>
       
    98         <SpeakerPref>NEVER</SpeakerPref>
       
    99         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   100         <ModemInitString>AT</ModemInitString>
       
   101         <DataInitString>AT</DataInitString>
       
   102         <FaxInitString>AT</FaxInitString>
       
   103         <DialPauseLength>S8=</DialPauseLength>
       
   104         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   105         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   106         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   107         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   108         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   109         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   110         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   111         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   112         <CallProgress1>X1</CallProgress1>
       
   113         <CallProgress2>X2</CallProgress2>
       
   114         <CallProgress3>X3</CallProgress3>
       
   115         <CallProgress4>X4</CallProgress4>
       
   116         <EchoOff>E0</EchoOff>
       
   117         <VerboseText>V1</VerboseText>
       
   118         <QuietOff>Q0</QuietOff>
       
   119         <QuietOn>Q1</QuietOn>
       
   120         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   121         <OnLine>O</OnLine>
       
   122         <ResetConfiguration>Z</ResetConfiguration>
       
   123         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   124         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   125         <DTRHangUp>&amp;D2</DTRHangUp>
       
   126         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   127         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   128         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   129         <EscapeCharacter>+</EscapeCharacter>
       
   130         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   131         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   132         <Busy>BUSY</Busy>
       
   133         <NoAnswer>NO ANSWER</NoAnswer>
       
   134         <Carrier>CARRIER</Carrier>
       
   135         <Connect>CONNECT</Connect>
       
   136         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   137         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   138         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   139         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   140         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   141         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   142         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   143         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   144         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   145         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   146         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   147         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   148         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   149         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   150         <SIRSettings>0</SIRSettings>
       
   151         <CommRole>0</CommRole>
       
   152     </ModemBearer>
       
   153     <ModemBearer operation="add">
       
   154         <Name>Null Modem 115200bps</Name>
       
   155         <Agent>CSD.agt</Agent>
       
   156         <IfName>PPP</IfName>
       
   157         <PortName>COMM::0</PortName>
       
   158         <TSYName>MM</TSYName>
       
   159         <CSYName>ECUART</CSYName>
       
   160         <DataBits>8</DataBits>
       
   161         <StopBits>1</StopBits>
       
   162         <Parity>NONE</Parity>
       
   163         <Rate>115200</Rate>
       
   164         <Handshaking>4</Handshaking>
       
   165         <SpecialRate>0</SpecialRate>
       
   166         <XonChar>0</XonChar>
       
   167         <XoffChar>0</XoffChar>
       
   168         <FaxClassPref>AUTO</FaxClassPref>
       
   169         <SpeakerPref>NEVER</SpeakerPref>
       
   170         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   171         <ModemInitString>AT</ModemInitString>
       
   172         <DataInitString>AT</DataInitString>
       
   173         <FaxInitString>AT</FaxInitString>
       
   174         <DialPauseLength>S8=</DialPauseLength>
       
   175         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   176         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   177         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   178         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   179         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   180         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   181         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   182         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   183         <CallProgress1>X1</CallProgress1>
       
   184         <CallProgress2>X2</CallProgress2>
       
   185         <CallProgress3>X3</CallProgress3>
       
   186         <CallProgress4>X4</CallProgress4>
       
   187         <EchoOff>E0</EchoOff>
       
   188         <VerboseText>V1</VerboseText>
       
   189         <QuietOff>Q0</QuietOff>
       
   190         <QuietOn>Q1</QuietOn>
       
   191         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   192         <OnLine>O</OnLine>
       
   193         <ResetConfiguration>Z</ResetConfiguration>
       
   194         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   195         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   196         <DTRHangUp>&amp;D2</DTRHangUp>
       
   197         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   198         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   199         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   200         <EscapeCharacter>+</EscapeCharacter>
       
   201         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   202         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   203         <Busy>BUSY</Busy>
       
   204         <NoAnswer>NO ANSWER</NoAnswer>
       
   205         <Carrier>CARRIER</Carrier>
       
   206         <Connect>CONNECT</Connect>
       
   207         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   208         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   209         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   210         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   211         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   212         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   213         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   214         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   215         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   216         <MessageDeliveryReport>TRUE</MessageDeliveryReport>
       
   217         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   218         <LastSocketActivityTimeout>10</LastSocketActivityTimeout>
       
   219         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   220         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   221         <SIRSettings>0</SIRSettings>
       
   222         <CommRole>0</CommRole>
       
   223     </ModemBearer>
       
   224     <ModemBearer operation="add">
       
   225         <Name>US Robotics Sportster</Name>
       
   226         <Agent>CSD.agt</Agent>
       
   227         <IfName>PPP</IfName>
       
   228         <PortName>COMM::0</PortName>
       
   229         <TSYName>MM</TSYName>
       
   230         <CSYName>ECUART</CSYName>
       
   231         <DataBits>8</DataBits>
       
   232         <StopBits>1</StopBits>
       
   233         <Parity>NONE</Parity>
       
   234         <Rate>57600</Rate>
       
   235         <Handshaking>244</Handshaking>
       
   236         <SpecialRate>0</SpecialRate>
       
   237         <XonChar>0</XonChar>
       
   238         <XoffChar>0</XoffChar>
       
   239         <FaxClassPref>AUTO</FaxClassPref>
       
   240         <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
       
   241         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   242         <ModemInitString>AT&amp;F1</ModemInitString>
       
   243         <DataInitString>AT</DataInitString>
       
   244         <FaxInitString>AT&amp;d2</FaxInitString>
       
   245         <DialPauseLength>S8=</DialPauseLength>
       
   246         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   247         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   248         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   249         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   250         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   251         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   252         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   253         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   254         <CallProgress1>X1</CallProgress1>
       
   255         <CallProgress2>X2</CallProgress2>
       
   256         <CallProgress3>X3</CallProgress3>
       
   257         <CallProgress4>X4</CallProgress4>
       
   258         <EchoOff>E0</EchoOff>
       
   259         <VerboseText>V1</VerboseText>
       
   260         <QuietOff>Q0</QuietOff>
       
   261         <QuietOn>Q1</QuietOn>
       
   262         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   263         <OnLine>O</OnLine>
       
   264         <ResetConfiguration>Z</ResetConfiguration>
       
   265         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   266         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   267         <DTRHangUp>&amp;D2</DTRHangUp>
       
   268         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   269         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   270         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   271         <EscapeCharacter>+</EscapeCharacter>
       
   272         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   273         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   274         <Busy>BUSY</Busy>
       
   275         <NoAnswer>NO ANSWER</NoAnswer>
       
   276         <Carrier>CARRIER</Carrier>
       
   277         <Connect>CONNECT</Connect>
       
   278         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   279         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   280         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   281         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   282         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   283         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   284         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   285         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   286         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   287         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   288         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   289         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   290         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   291         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   292         <SIRSettings>0</SIRSettings>
       
   293         <CommRole>0</CommRole>
       
   294     </ModemBearer>
       
   295     <ModemBearer operation="add">
       
   296         <Name>Dacom Surfer</Name>
       
   297         <Agent>CSD.agt</Agent>
       
   298         <IfName>PPP</IfName>
       
   299         <PortName>COMM::0</PortName>
       
   300         <TSYName>MM</TSYName>
       
   301         <CSYName>ECUART</CSYName>
       
   302         <DataBits>8</DataBits>
       
   303         <StopBits>1</StopBits>
       
   304         <Parity>NONE</Parity>
       
   305         <Rate>57600</Rate>
       
   306         <Handshaking>244</Handshaking>
       
   307         <SpecialRate>0</SpecialRate>
       
   308         <XonChar>0</XonChar>
       
   309         <XoffChar>0</XoffChar>
       
   310         <FaxClassPref>AUTO</FaxClassPref>
       
   311         <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref>
       
   312         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   313         <ModemInitString>AT&amp;F</ModemInitString>
       
   314         <DataInitString>AT</DataInitString>
       
   315         <FaxInitString>AT&amp;d2</FaxInitString>
       
   316         <DialPauseLength>S8=</DialPauseLength>
       
   317         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   318         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   319         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   320         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   321         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   322         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   323         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   324         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   325         <CallProgress1>X1</CallProgress1>
       
   326         <CallProgress2>X2</CallProgress2>
       
   327         <CallProgress3>X3</CallProgress3>
       
   328         <CallProgress4>X4</CallProgress4>
       
   329         <EchoOff>E0</EchoOff>
       
   330         <VerboseText>V1</VerboseText>
       
   331         <QuietOff>Q0</QuietOff>
       
   332         <QuietOn>Q1</QuietOn>
       
   333         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   334         <OnLine>O</OnLine>
       
   335         <ResetConfiguration>Z</ResetConfiguration>
       
   336         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   337         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   338         <DTRHangUp>&amp;D2</DTRHangUp>
       
   339         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   340         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   341         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   342         <EscapeCharacter>+</EscapeCharacter>
       
   343         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   344         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   345         <Busy>BUSY</Busy>
       
   346         <NoAnswer>NO ANSWER</NoAnswer>
       
   347         <Carrier>CARRIER</Carrier>
       
   348         <Connect>CONNECT</Connect>
       
   349         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   350         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   351         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   352         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   353         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   354         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   355         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   356         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   357         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   358         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   359         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   360         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   361         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   362         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   363         <SIRSettings>0</SIRSettings>
       
   364         <CommRole>0</CommRole>
       
   365     </ModemBearer>
       
   366     <ModemBearer operation="add">
       
   367         <Name>GSM Mobile Phone via Infrared</Name>
       
   368         <Agent>CSD.agt</Agent>
       
   369         <IfName>PPP</IfName>
       
   370         <PortName>IRCOMM::0</PortName>
       
   371         <TSYName>MM</TSYName>
       
   372         <CSYName>IRCOMM</CSYName>
       
   373         <DataBits>8</DataBits>
       
   374         <StopBits>1</StopBits>
       
   375         <Parity>NONE</Parity>
       
   376         <Rate>115200</Rate>
       
   377         <Handshaking>196</Handshaking>
       
   378         <SpecialRate>0</SpecialRate>
       
   379         <XonChar>17</XonChar>
       
   380         <XoffChar>19</XoffChar>
       
   381         <FaxClassPref>AUTO</FaxClassPref>
       
   382         <SpeakerPref>NEVER</SpeakerPref>
       
   383         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   384         <ModemInitString>ATZ</ModemInitString>
       
   385         <DataInitString>AT</DataInitString>
       
   386         <FaxInitString>AT</FaxInitString>
       
   387         <DialPauseLength>S8=</DialPauseLength>
       
   388         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   389         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   390         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   391         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   392         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   393         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   394         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   395         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   396         <CallProgress1>X1</CallProgress1>
       
   397         <CallProgress2>X2</CallProgress2>
       
   398         <CallProgress3>X3</CallProgress3>
       
   399         <CallProgress4>X4</CallProgress4>
       
   400         <EchoOff>E0</EchoOff>
       
   401         <VerboseText>V1</VerboseText>
       
   402         <QuietOff>Q0</QuietOff>
       
   403         <QuietOn>Q1</QuietOn>
       
   404         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   405         <OnLine>O</OnLine>
       
   406         <ResetConfiguration>Z</ResetConfiguration>
       
   407         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   408         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   409         <DTRHangUp>&amp;D2</DTRHangUp>
       
   410         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   411         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   412         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   413         <EscapeCharacter>+</EscapeCharacter>
       
   414         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   415         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   416         <Busy>BUSY</Busy>
       
   417         <NoAnswer>NO ANSWER</NoAnswer>
       
   418         <Carrier>CARRIER</Carrier>
       
   419         <Connect>CONNECT</Connect>
       
   420         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   421         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   422         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   423         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   424         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   425         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   426         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   427         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   428         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   429         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   430         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   431         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   432         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   433         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   434         <SIRSettings>0</SIRSettings>
       
   435         <CommRole>0</CommRole>
       
   436     </ModemBearer>
       
   437     <ModemBearer operation="add">
       
   438         <Name>GSM Mobile Phone via Serial</Name>
       
   439         <Agent>CSD.agt</Agent>
       
   440         <IfName>PPP</IfName>
       
   441         <PortName>COMM::0</PortName>
       
   442         <TSYName>MM</TSYName>
       
   443         <CSYName>ECUART</CSYName>
       
   444         <DataBits>8</DataBits>
       
   445         <StopBits>1</StopBits>
       
   446         <Parity>NONE</Parity>
       
   447         <Rate>19200</Rate>
       
   448         <Handshaking>196</Handshaking>
       
   449         <SpecialRate>0</SpecialRate>
       
   450         <XonChar>17</XonChar>
       
   451         <XoffChar>19</XoffChar>
       
   452         <FaxClassPref>AUTO</FaxClassPref>
       
   453         <SpeakerPref>NEVER</SpeakerPref>
       
   454         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   455         <ModemInitString>ATZ</ModemInitString>
       
   456         <DataInitString>AT</DataInitString>
       
   457         <FaxInitString>AT</FaxInitString>
       
   458         <DialPauseLength>S8=</DialPauseLength>
       
   459         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   460         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   461         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   462         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   463         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   464         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   465         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   466         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   467         <CallProgress1>X1</CallProgress1>
       
   468         <CallProgress2>X2</CallProgress2>
       
   469         <CallProgress3>X3</CallProgress3>
       
   470         <CallProgress4>X4</CallProgress4>
       
   471         <EchoOff>E0</EchoOff>
       
   472         <VerboseText>V1</VerboseText>
       
   473         <QuietOff>Q0</QuietOff>
       
   474         <QuietOn>Q1</QuietOn>
       
   475         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   476         <OnLine>O</OnLine>
       
   477         <ResetConfiguration>Z</ResetConfiguration>
       
   478         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   479         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   480         <DTRHangUp>&amp;D2</DTRHangUp>
       
   481         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   482         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   483         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   484         <EscapeCharacter>+</EscapeCharacter>
       
   485         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   486         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   487         <Busy>BUSY</Busy>
       
   488         <NoAnswer>NO ANSWER</NoAnswer>
       
   489         <Carrier>CARRIER</Carrier>
       
   490         <Connect>CONNECT</Connect>
       
   491         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   492         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   493         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   494         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   495         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   496         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   497         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   498         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   499         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   500         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   501         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   502         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   503         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   504         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   505         <SIRSettings>0</SIRSettings>
       
   506         <CommRole>0</CommRole>
       
   507     </ModemBearer>
       
   508     <ModemBearer operation="add">
       
   509         <Name>GPRS Ericsson R520m via IR</Name>
       
   510         <Agent>PSD.agt</Agent>
       
   511         <IfName>PPP</IfName>
       
   512         <PortName>IRCOMM::0</PortName>
       
   513         <TSYName>MM</TSYName>
       
   514         <CSYName>IRCOMM</CSYName>
       
   515         <DataBits>8</DataBits>
       
   516         <StopBits>1</StopBits>
       
   517         <Parity>NONE</Parity>
       
   518         <Rate>115200</Rate>
       
   519         <Handshaking>4</Handshaking>
       
   520         <SpecialRate>0</SpecialRate>
       
   521         <XonChar>17</XonChar>
       
   522         <XoffChar>19</XoffChar>
       
   523         <FaxClassPref>AUTO</FaxClassPref>
       
   524         <SpeakerPref>NEVER</SpeakerPref>
       
   525         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   526         <ModemInitString>ATZ</ModemInitString>
       
   527         <DataInitString>AT</DataInitString>
       
   528         <FaxInitString>AT</FaxInitString>
       
   529         <DialPauseLength>S8=</DialPauseLength>
       
   530         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   531         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   532         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   533         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   534         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   535         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   536         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   537         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   538         <CallProgress1>X1</CallProgress1>
       
   539         <CallProgress2>X2</CallProgress2>
       
   540         <CallProgress3>X3</CallProgress3>
       
   541         <CallProgress4>X4</CallProgress4>
       
   542         <EchoOff>E0</EchoOff>
       
   543         <VerboseText>V1</VerboseText>
       
   544         <QuietOff>Q0</QuietOff>
       
   545         <QuietOn>Q1</QuietOn>
       
   546         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   547         <OnLine>O</OnLine>
       
   548         <ResetConfiguration>Z</ResetConfiguration>
       
   549         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   550         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   551         <DTRHangUp>&amp;D2</DTRHangUp>
       
   552         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   553         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   554         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   555         <EscapeCharacter>+</EscapeCharacter>
       
   556         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   557         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   558         <Busy>BUSY</Busy>
       
   559         <NoAnswer>NO ANSWER</NoAnswer>
       
   560         <Carrier>CARRIER</Carrier>
       
   561         <Connect>CONNECT</Connect>
       
   562         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   563         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   564         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   565         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   566         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   567         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   568         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   569         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   570         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   571         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   572         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   573         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   574         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   575         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   576         <SIRSettings>0</SIRSettings>
       
   577         <CommRole>0</CommRole>
       
   578     </ModemBearer>
       
   579     <ModemBearer operation="add">
       
   580         <Name>GPRS Ericsson R520m/T68i via Serial</Name>
       
   581         <Agent>PSD.agt</Agent>
       
   582         <IfName>PPP</IfName>
       
   583         <PortName>COMM::0</PortName>
       
   584         <TSYName>MM</TSYName>
       
   585         <CSYName>ECUART</CSYName>
       
   586         <DataBits>8</DataBits>
       
   587         <StopBits>1</StopBits>
       
   588         <Parity>NONE</Parity>
       
   589         <Rate>19200</Rate>
       
   590         <Handshaking>4</Handshaking>
       
   591         <SpecialRate>0</SpecialRate>
       
   592         <XonChar>17</XonChar>
       
   593         <XoffChar>19</XoffChar>
       
   594         <FaxClassPref>AUTO</FaxClassPref>
       
   595         <SpeakerPref>NEVER</SpeakerPref>
       
   596         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   597         <ModemInitString>ATZ</ModemInitString>
       
   598         <DataInitString>AT</DataInitString>
       
   599         <FaxInitString>AT</FaxInitString>
       
   600         <IspInitString>*99***1#</IspInitString>
       
   601         <DialPauseLength>S8=</DialPauseLength>
       
   602         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   603         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   604         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   605         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   606         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   607         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   608         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   609         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   610         <CallProgress1>X1</CallProgress1>
       
   611         <CallProgress2>X2</CallProgress2>
       
   612         <CallProgress3>X3</CallProgress3>
       
   613         <CallProgress4>X4</CallProgress4>
       
   614         <EchoOff>E0</EchoOff>
       
   615         <VerboseText>V1</VerboseText>
       
   616         <QuietOff>Q0</QuietOff>
       
   617         <QuietOn>Q1</QuietOn>
       
   618         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   619         <OnLine>O</OnLine>
       
   620         <ResetConfiguration>Z</ResetConfiguration>
       
   621         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   622         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   623         <DTRHangUp>&amp;D2</DTRHangUp>
       
   624         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   625         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   626         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   627         <EscapeCharacter>+</EscapeCharacter>
       
   628         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   629         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   630         <Busy>BUSY</Busy>
       
   631         <NoAnswer>NO ANSWER</NoAnswer>
       
   632         <Carrier>CARRIER</Carrier>
       
   633         <Connect>CONNECT</Connect>
       
   634         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   635         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   636         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   637         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   638         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   639         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   640         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   641         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   642         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   643         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   644         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   645         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   646         <LastSessionClosedTimeout>180</LastSessionClosedTimeout>
       
   647         <LastSocketClosedTimeout>180</LastSocketClosedTimeout>
       
   648         <SIRSettings>0</SIRSettings>
       
   649         <CommRole>0</CommRole>
       
   650     </ModemBearer>
       
   651     <ModemBearer operation="add">
       
   652         <Name>GPRS Motorola Mobile Phone via Serial</Name>
       
   653         <Agent>PSD.agt</Agent>
       
   654         <IfName>PPP</IfName>
       
   655         <PortName>COMM::0</PortName>
       
   656         <TSYName>MM</TSYName>
       
   657         <CSYName>ECUART</CSYName>
       
   658         <DataBits>8</DataBits>
       
   659         <StopBits>1</StopBits>
       
   660         <Parity>NONE</Parity>
       
   661         <Rate>57600</Rate>
       
   662         <Handshaking>4</Handshaking>
       
   663         <SpecialRate>0</SpecialRate>
       
   664         <XonChar>17</XonChar>
       
   665         <XoffChar>19</XoffChar>
       
   666         <FaxClassPref>AUTO</FaxClassPref>
       
   667         <SpeakerPref>NEVER</SpeakerPref>
       
   668         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   669         <ModemInitString>ATZ</ModemInitString>
       
   670         <DataInitString>AT</DataInitString>
       
   671         <FaxInitString>AT</FaxInitString>
       
   672         <DialPauseLength>S8=</DialPauseLength>
       
   673         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   674         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   675         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   676         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   677         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   678         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   679         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   680         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   681         <CallProgress1>X1</CallProgress1>
       
   682         <CallProgress2>X2</CallProgress2>
       
   683         <CallProgress3>X3</CallProgress3>
       
   684         <CallProgress4>X4</CallProgress4>
       
   685         <EchoOff>E0</EchoOff>
       
   686         <VerboseText>V1</VerboseText>
       
   687         <QuietOff>Q0</QuietOff>
       
   688         <QuietOn>Q1</QuietOn>
       
   689         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   690         <OnLine>O</OnLine>
       
   691         <ResetConfiguration>Z</ResetConfiguration>
       
   692         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   693         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   694         <DTRHangUp>&amp;D2</DTRHangUp>
       
   695         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   696         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   697         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   698         <EscapeCharacter>+</EscapeCharacter>
       
   699         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   700         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   701         <Busy>BUSY</Busy>
       
   702         <NoAnswer>NO ANSWER</NoAnswer>
       
   703         <Carrier>CARRIER</Carrier>
       
   704         <Connect>CONNECT</Connect>
       
   705         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   706         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   707         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   708         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   709         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   710         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   711         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   712         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   713         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   714         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   715         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   716         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   717         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   718         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   719         <SIRSettings>0</SIRSettings>
       
   720         <CommRole>0</CommRole>
       
   721     </ModemBearer>
       
   722     <ModemBearer operation="add">
       
   723         <Name>WinTunnel Modem</Name>
       
   724         <Agent>null.agt</Agent>
       
   725         <IfName>PPP</IfName>
       
   726         <PortName>COMM::6</PortName>
       
   727         <TSYName>MM</TSYName>
       
   728         <CSYName>ECUART</CSYName>
       
   729         <DataBits>8</DataBits>
       
   730         <StopBits>1</StopBits>
       
   731         <Parity>NONE</Parity>
       
   732         <Rate>115200</Rate>
       
   733         <Handshaking>4</Handshaking>
       
   734         <SpecialRate>0</SpecialRate>
       
   735         <XonChar>0</XonChar>
       
   736         <XoffChar>0</XoffChar>
       
   737         <FaxClassPref>AUTO</FaxClassPref>
       
   738         <SpeakerPref>NEVER</SpeakerPref>
       
   739         <SpeakerVolPref>QUIET</SpeakerVolPref>
       
   740         <ModemInitString>AT</ModemInitString>
       
   741         <DataInitString>AT</DataInitString>
       
   742         <FaxInitString>AT</FaxInitString>
       
   743         <DialPauseLength>S8=</DialPauseLength>
       
   744         <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
       
   745         <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
       
   746         <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
       
   747         <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
       
   748         <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
       
   749         <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
       
   750         <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
       
   751         <DialToneWaitModifier>W</DialToneWaitModifier>
       
   752         <CallProgress1>X1</CallProgress1>
       
   753         <CallProgress2>X2</CallProgress2>
       
   754         <CallProgress3>X3</CallProgress3>
       
   755         <CallProgress4>X4</CallProgress4>
       
   756         <EchoOff>E0</EchoOff>
       
   757         <VerboseText>V1</VerboseText>
       
   758         <QuietOff>Q0</QuietOff>
       
   759         <QuietOn>Q1</QuietOn>
       
   760         <DialCommandStateModifier>;</DialCommandStateModifier>
       
   761         <OnLine>O</OnLine>
       
   762         <ResetConfiguration>Z</ResetConfiguration>
       
   763         <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
       
   764         <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
       
   765         <DTRHangUp>&amp;D2</DTRHangUp>
       
   766         <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
       
   767         <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
       
   768         <XonXoffHandshake>&amp;K4</XonXoffHandshake>
       
   769         <EscapeCharacter>+</EscapeCharacter>
       
   770         <EscapeGuardPeriod>S12</EscapeGuardPeriod>
       
   771         <NoDialTone>NO DIAL TONE</NoDialTone>
       
   772         <Busy>BUSY</Busy>
       
   773         <NoAnswer>NO ANSWER</NoAnswer>
       
   774         <Carrier>CARRIER</Carrier>
       
   775         <Connect>CONNECT</Connect>
       
   776         <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
       
   777         <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
       
   778         <CompressionNone>COMPRESSION:NONE</CompressionNone>
       
   779         <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
       
   780         <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
       
   781         <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
       
   782         <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
       
   783         <MessageCentreNumber>+44123456789</MessageCentreNumber>
       
   784         <MessageValidityPeriod>1440</MessageValidityPeriod>
       
   785         <MessageDeliveryReport>FALSE</MessageDeliveryReport>
       
   786         <MinimumSignalLevel>9905</MinimumSignalLevel>
       
   787         <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
       
   788         <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
       
   789         <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
       
   790         <SIRSettings>0</SIRSettings>
       
   791         <CommRole>0</CommRole>
       
   792     </ModemBearer>
       
   793 </ModemBearerTable>
       
   794 
       
   795 <LANBearerTable>
       
   796     <LANBearer operation="add">
       
   797         <Name>Assabet on-board Ethernet</Name>
       
   798         <Agent>nullagt.agt</Agent>
       
   799         <IfName>ethint</IfName>
       
   800         <LDDName>not used</LDDName>
       
   801         <PDDName>not used</PDDName>
       
   802         <LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
       
   803         <LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
       
   804         <LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
       
   805     </LANBearer>
       
   806 </LANBearerTable>
       
   807 
       
   808 <LANServiceTable>
       
   809     <LANService operation="add">
       
   810         <Name>Ethernet</Name>
       
   811         <IfNetworks>ip,ip6</IfNetworks>
       
   812         <IpNetMask>255.255.255.0</IpNetMask>
       
   813         <IpGateway>194.72.6.1</IpGateway>
       
   814         <IpAddr>192.168.0.100</IpAddr>
       
   815         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   816         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
   817         <IpNameServer1>194.72.6.51</IpNameServer1>
       
   818         <IpNameServer2>194.72.6.52</IpNameServer2>
       
   819     </LANService>
       
   820 </LANServiceTable>
       
   821 
       
   822 <DialInISPTable>
       
   823     <DialInISP operation="template">
       
   824         <Name>Default Dial In ISP</Name>
       
   825         <UseLoginScript>FALSE</UseLoginScript>
       
   826         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   827         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   828         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   829         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   830         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   831         <EnableSWComp>FALSE</EnableSWComp>
       
   832         <UseEdge>FALSE</UseEdge>
       
   833     </DialInISP>
       
   834     <DialInISP operation="add">
       
   835         <Name>Dial In ISP01</Name>
       
   836         <UseLoginScript>FALSE</UseLoginScript>
       
   837         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   838         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   839         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   840         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   841         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   842         <EnableSWComp>FALSE</EnableSWComp>
       
   843         <UseEdge>FALSE</UseEdge>
       
   844     </DialInISP>
       
   845 </DialInISPTable>
       
   846 
       
   847 <DialOutISPTable>
       
   848     <DialOutISP operation="template">
       
   849         <Name>Default Dial Out ISP</Name>
       
   850         <DialResolution>TRUE</DialResolution>
       
   851         <UseLoginScript>FALSE</UseLoginScript>
       
   852         <PromptForLogin>TRUE</PromptForLogin>
       
   853         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   854         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   855         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   856         <DisplayPCT>FALSE</DisplayPCT>
       
   857         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   858         <CallbackTimeout>0</CallbackTimeout>
       
   859         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   860         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   861         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   862         <EnableSWComp>FALSE</EnableSWComp>
       
   863         <BearerService>0</BearerService>
       
   864         <BearerProtocol>0</BearerProtocol>
       
   865         <RlpVersion>0</RlpVersion>
       
   866         <IwfToMs>0</IwfToMs>
       
   867         <MsToIwf>0</MsToIwf>
       
   868         <AckTimer>0</AckTimer>
       
   869         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   870         <ResequencePeriod>0</ResequencePeriod>
       
   871         <V42Compression>0</V42Compression>
       
   872         <V42Codewords>0</V42Codewords>
       
   873         <V42MaxLength>0</V42MaxLength>
       
   874         <Asymmetry>0</Asymmetry>
       
   875         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   876         <UseEdge>FALSE</UseEdge>
       
   877     </DialOutISP>
       
   878     <DialOutISP operation="add">
       
   879         <Name>NT RAS</Name>
       
   880         <DialResolution>TRUE</DialResolution>
       
   881         <UseLoginScript>TRUE</UseLoginScript>
       
   882         <PromptForLogin>FALSE</PromptForLogin>
       
   883         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
   884         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   885         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   886         <Description>Test</Description>
       
   887         <Type>INTERNETONLY</Type>
       
   888         <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>
       
   889         <DisplayPCT>FALSE</DisplayPCT>
       
   890         <IfNetworks>ip,ip6</IfNetworks>
       
   891         <IfAuthName>RasUser</IfAuthName>
       
   892         <IfAuthPass>pass</IfAuthPass>
       
   893         <AuthRetries>0</AuthRetries>
       
   894         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   895         <CallbackTimeout>0</CallbackTimeout>
       
   896         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   897         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   898         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   899         <EnableSWComp>FALSE</EnableSWComp>
       
   900         <BearerService>0</BearerService>
       
   901         <BearerName>ASYNCHRONOUS</BearerName>
       
   902         <BearerSpeed>UNSPECIFIED</BearerSpeed>
       
   903         <BearerCE>UNSPECIFIED</BearerCE>
       
   904         <BearerType>CSD</BearerType>
       
   905         <ChannelCoding>UNSPECIFIED</ChannelCoding>
       
   906         <AIUR>UNSPECIFIED</AIUR>
       
   907         <RequestedTimeSlots>0</RequestedTimeSlots>
       
   908         <MaximumTimeSlots>0</MaximumTimeSlots>
       
   909         <BearerProtocol>0</BearerProtocol>
       
   910         <RlpVersion>0</RlpVersion>
       
   911         <IwfToMs>0</IwfToMs>
       
   912         <MsToIwf>0</MsToIwf>
       
   913         <AckTimer>0</AckTimer>
       
   914         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   915         <ResequencePeriod>0</ResequencePeriod>
       
   916         <V42Compression>0</V42Compression>
       
   917         <V42Codewords>0</V42Codewords>
       
   918         <V42MaxLength>0</V42MaxLength>
       
   919         <Asymmetry>0</Asymmetry>
       
   920         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   921         <UseEdge>FALSE</UseEdge>
       
   922     </DialOutISP>
       
   923     <DialOutISP operation="add">
       
   924         <Name>ISP01</Name>
       
   925         <DialResolution>TRUE</DialResolution>
       
   926         <UseLoginScript>FALSE</UseLoginScript>
       
   927         <PromptForLogin>FALSE</PromptForLogin>
       
   928         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   929         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   930         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   931         <Description>PlaceHolder for ISP01</Description>
       
   932         <Type>INTERNETONLY</Type>
       
   933         <DisplayPCT>FALSE</DisplayPCT>
       
   934         <IfNetworks>ip</IfNetworks>
       
   935         <IfAuthName>xxx</IfAuthName>
       
   936         <IfAuthPass>yyy</IfAuthPass>
       
   937         <AuthRetries>0</AuthRetries>
       
   938         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   939         <CallbackTimeout>0</CallbackTimeout>
       
   940         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   941         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   942         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   943         <EnableSWComp>FALSE</EnableSWComp>
       
   944         <BearerService>0</BearerService>
       
   945         <BearerProtocol>0</BearerProtocol>
       
   946         <RlpVersion>0</RlpVersion>
       
   947         <IwfToMs>0</IwfToMs>
       
   948         <MsToIwf>0</MsToIwf>
       
   949         <AckTimer>0</AckTimer>
       
   950         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   951         <ResequencePeriod>0</ResequencePeriod>
       
   952         <V42Compression>0</V42Compression>
       
   953         <V42Codewords>0</V42Codewords>
       
   954         <V42MaxLength>0</V42MaxLength>
       
   955         <Asymmetry>0</Asymmetry>
       
   956         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   957         <UseEdge>FALSE</UseEdge>
       
   958     </DialOutISP>
       
   959     <DialOutISP operation="add">
       
   960         <Name>ISP02</Name>
       
   961         <DialResolution>TRUE</DialResolution>
       
   962         <UseLoginScript>FALSE</UseLoginScript>
       
   963         <PromptForLogin>FALSE</PromptForLogin>
       
   964         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
   965         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
   966         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
   967         <Description>PlaceHolder for ISP02</Description>
       
   968         <Type>INTERNETONLY</Type>
       
   969         <DisplayPCT>FALSE</DisplayPCT>
       
   970         <IfNetworks>ip</IfNetworks>
       
   971         <IfAuthName>xxx</IfAuthName>
       
   972         <IfAuthPass>yyy</IfAuthPass>
       
   973         <AuthRetries>0</AuthRetries>
       
   974         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
   975         <CallbackTimeout>0</CallbackTimeout>
       
   976         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
   977         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
   978         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
   979         <EnableSWComp>FALSE</EnableSWComp>
       
   980         <BearerService>0</BearerService>
       
   981         <BearerProtocol>0</BearerProtocol>
       
   982         <RlpVersion>0</RlpVersion>
       
   983         <IwfToMs>0</IwfToMs>
       
   984         <MsToIwf>0</MsToIwf>
       
   985         <AckTimer>0</AckTimer>
       
   986         <RetransmissionAttempts>0</RetransmissionAttempts>
       
   987         <ResequencePeriod>0</ResequencePeriod>
       
   988         <V42Compression>0</V42Compression>
       
   989         <V42Codewords>0</V42Codewords>
       
   990         <V42MaxLength>0</V42MaxLength>
       
   991         <Asymmetry>0</Asymmetry>
       
   992         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
   993         <UseEdge>FALSE</UseEdge>
       
   994     </DialOutISP>
       
   995     <DialOutISP operation="add">
       
   996         <Name>ISP03</Name>
       
   997         <DialResolution>TRUE</DialResolution>
       
   998         <UseLoginScript>FALSE</UseLoginScript>
       
   999         <PromptForLogin>FALSE</PromptForLogin>
       
  1000         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
  1001         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1002         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
  1003         <Description>PlaceHolder for ISP03</Description>
       
  1004         <Type>INTERNETONLY</Type>
       
  1005         <DisplayPCT>FALSE</DisplayPCT>
       
  1006         <IfNetworks>ip</IfNetworks>
       
  1007         <IfAuthName>xxx</IfAuthName>
       
  1008         <IfAuthPass>yyy</IfAuthPass>
       
  1009         <AuthRetries>0</AuthRetries>
       
  1010         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
  1011         <CallbackTimeout>0</CallbackTimeout>
       
  1012         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
  1013         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1014         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1015         <EnableSWComp>FALSE</EnableSWComp>
       
  1016         <BearerService>0</BearerService>
       
  1017         <BearerProtocol>0</BearerProtocol>
       
  1018         <RlpVersion>0</RlpVersion>
       
  1019         <IwfToMs>0</IwfToMs>
       
  1020         <MsToIwf>0</MsToIwf>
       
  1021         <AckTimer>0</AckTimer>
       
  1022         <RetransmissionAttempts>0</RetransmissionAttempts>
       
  1023         <ResequencePeriod>0</ResequencePeriod>
       
  1024         <V42Compression>0</V42Compression>
       
  1025         <V42Codewords>0</V42Codewords>
       
  1026         <V42MaxLength>0</V42MaxLength>
       
  1027         <Asymmetry>0</Asymmetry>
       
  1028         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
  1029         <UseEdge>FALSE</UseEdge>
       
  1030     </DialOutISP>
       
  1031     <DialOutISP operation="add">
       
  1032         <Name>ISP04</Name>
       
  1033         <DialResolution>TRUE</DialResolution>
       
  1034         <UseLoginScript>FALSE</UseLoginScript>
       
  1035         <PromptForLogin>FALSE</PromptForLogin>
       
  1036         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
  1037         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1038         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
  1039         <Description>PlaceHolder for ISP04</Description>
       
  1040         <Type>INTERNETONLY</Type>
       
  1041         <DisplayPCT>FALSE</DisplayPCT>
       
  1042         <IfNetworks>ip</IfNetworks>
       
  1043         <IfAuthName>xxx</IfAuthName>
       
  1044         <IfAuthPass>yyy</IfAuthPass>
       
  1045         <AuthRetries>0</AuthRetries>
       
  1046         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
  1047         <CallbackTimeout>0</CallbackTimeout>
       
  1048         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
  1049         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1050         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1051         <EnableSWComp>FALSE</EnableSWComp>
       
  1052         <BearerService>0</BearerService>
       
  1053         <BearerProtocol>0</BearerProtocol>
       
  1054         <RlpVersion>0</RlpVersion>
       
  1055         <IwfToMs>0</IwfToMs>
       
  1056         <MsToIwf>0</MsToIwf>
       
  1057         <AckTimer>0</AckTimer>
       
  1058         <RetransmissionAttempts>0</RetransmissionAttempts>
       
  1059         <ResequencePeriod>0</ResequencePeriod>
       
  1060         <V42Compression>0</V42Compression>
       
  1061         <V42Codewords>0</V42Codewords>
       
  1062         <V42MaxLength>0</V42MaxLength>
       
  1063         <Asymmetry>0</Asymmetry>
       
  1064         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
  1065         <UseEdge>FALSE</UseEdge>
       
  1066     </DialOutISP>
       
  1067     <DialOutISP operation="add">
       
  1068         <Name>ISP05</Name>
       
  1069         <DialResolution>TRUE</DialResolution>
       
  1070         <UseLoginScript>FALSE</UseLoginScript>
       
  1071         <PromptForLogin>FALSE</PromptForLogin>
       
  1072         <IfPromptForAuth>TRUE</IfPromptForAuth>
       
  1073         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1074         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
  1075         <Description>PlaceHolder for ISP05</Description>
       
  1076         <Type>INTERNETONLY</Type>
       
  1077         <DisplayPCT>FALSE</DisplayPCT>
       
  1078         <IfNetworks>ip</IfNetworks>
       
  1079         <IfAuthName>xxx</IfAuthName>
       
  1080         <IfAuthPass>yyy</IfAuthPass>
       
  1081         <AuthRetries>0</AuthRetries>
       
  1082         <IfCallbackEnabled>FALSE</IfCallbackEnabled>
       
  1083         <CallbackTimeout>0</CallbackTimeout>
       
  1084         <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
       
  1085         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1086         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1087         <EnableSWComp>FALSE</EnableSWComp>
       
  1088         <BearerService>0</BearerService>
       
  1089         <BearerProtocol>0</BearerProtocol>
       
  1090         <RlpVersion>0</RlpVersion>
       
  1091         <IwfToMs>0</IwfToMs>
       
  1092         <MsToIwf>0</MsToIwf>
       
  1093         <AckTimer>0</AckTimer>
       
  1094         <RetransmissionAttempts>0</RetransmissionAttempts>
       
  1095         <ResequencePeriod>0</ResequencePeriod>
       
  1096         <V42Compression>0</V42Compression>
       
  1097         <V42Codewords>0</V42Codewords>
       
  1098         <V42MaxLength>0</V42MaxLength>
       
  1099         <Asymmetry>0</Asymmetry>
       
  1100         <UserInitUpgrade>FALSE</UserInitUpgrade>
       
  1101         <UseEdge>FALSE</UseEdge>
       
  1102     </DialOutISP>
       
  1103 </DialOutISPTable>
       
  1104 
       
  1105 <AgentLookupTable>
       
  1106 </AgentLookupTable>
       
  1107 
       
  1108 <CDMA2000PacketServiceTable>
       
  1109     <CDMA2000PacketService operation="add">
       
  1110         <Name>test name cdma2000</Name>
       
  1111         <IwfName>Test2000</IwfName>
       
  1112         <ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption>
       
  1113         <PdpType>IPV4</PdpType>
       
  1114         <ReqFwdPriority>PRIORITY04</ReqFwdPriority>
       
  1115         <ReqRevPriority>PRIORITY04</ReqRevPriority>
       
  1116         <ReqFwdBitrate>32KBPS</ReqFwdBitrate>
       
  1117         <ReqRevBitrate>32KBPS</ReqRevBitrate>
       
  1118         <ReqFwdLoss>LOSS1</ReqFwdLoss>
       
  1119         <ReqRevLoss>LOSS1</ReqRevLoss>
       
  1120         <ReqFwdMaxdelay>40MS</ReqFwdMaxdelay>
       
  1121         <ReqRevMaxdelay>40MS</ReqRevMaxdelay>
       
  1122         <MinFwdBitrate>32KBPS</MinFwdBitrate>
       
  1123         <MinRevBitrate>32KBPS</MinRevBitrate>
       
  1124         <AccptFwdLoss>LOSS2</AccptFwdLoss>
       
  1125         <AccptRevLoss>LOSS2</AccptRevLoss>
       
  1126         <AccptFwdMaxdelay>120MS</AccptFwdMaxdelay>
       
  1127         <AccptRevMaxdelay>120MS</AccptRevMaxdelay>
       
  1128         <DataCompression>FALSE</DataCompression>
       
  1129         <HeaderCompression>FALSE</HeaderCompression>
       
  1130         <AnonymousAccess>FALSE</AnonymousAccess>
       
  1131         <IfNetworks>ip</IfNetworks>
       
  1132         <IfAuthName>RasUser</IfAuthName>
       
  1133         <IfAuthPass>pass</IfAuthPass>
       
  1134         <AuthRetries>1</AuthRetries>
       
  1135         <IpNetMask>0.255.255.255</IpNetMask>
       
  1136         <IpGateway>10.0.0.1</IpGateway>
       
  1137         <EnableLCPExtension>TRUE</EnableLCPExtension>
       
  1138         <DisablePlainTextAuth>TRUE</DisablePlainTextAuth>
       
  1139         <ApType>2</ApType>
       
  1140         <QosWarningTimeout>1000000</QosWarningTimeout>
       
  1141         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
  1142         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1143         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
  1144         <RlpMode>TRANSPARENT</RlpMode>
       
  1145         <CDMAMobileIP>FALSE</CDMAMobileIP>
       
  1146         <CDMAMobileIPTimeout>10000000</CDMAMobileIPTimeout>
       
  1147     </CDMA2000PacketService>
       
  1148 </CDMA2000PacketServiceTable>
       
  1149 
       
  1150 <DefaultCDMA2000Table>
       
  1151 </DefaultCDMA2000Table>
       
  1152 
       
  1153 <ChargecardTable>
       
  1154     <Chargecard operation="add">
       
  1155         <Name>Dummy BT Chargecard</Name>
       
  1156         <AccountNumber>144,12345678</AccountNumber>
       
  1157         <Pin>0000</Pin>
       
  1158         <LocalRule>HG</LocalRule>
       
  1159         <NatRule>HFG</NatRule>
       
  1160         <IntlRule>HEFG</IntlRule>
       
  1161     </Chargecard>
       
  1162     <Chargecard operation="add">
       
  1163         <Name>Dummy Mercury Chargecard</Name>
       
  1164         <AccountNumber>0500800800,,12345678</AccountNumber>
       
  1165         <Pin>****</Pin>
       
  1166         <LocalRule>HG</LocalRule>
       
  1167         <NatRule>J,K,0FG</NatRule>
       
  1168         <IntlRule>HEFG</IntlRule>
       
  1169     </Chargecard>
       
  1170 </ChargecardTable>
       
  1171 
       
  1172 <ConnectionPreferencesTable>
       
  1173     <ConnectionPreferences operation="add">
       
  1174         <Name>ConnectionPreferencesTable1</Name>
       
  1175         <Ranking>0</Ranking>
       
  1176         <Direction>OUTGOING</Direction>
       
  1177         <DialogPref>DONOTPROMPT</DialogPref>
       
  1178         <BearerSet>CSD</BearerSet>
       
  1179         <IAPRef>IAP.NT RAS with Null Modem</IAPRef>
       
  1180     </ConnectionPreferences>
       
  1181     <ConnectionPreferences operation="add">
       
  1182         <Name>ConnectionPreferencesTable2</Name>
       
  1183         <Ranking>1</Ranking>
       
  1184         <Direction>OUTGOING</Direction>
       
  1185         <DialogPref>DONOTPROMPT</DialogPref>
       
  1186         <BearerSet>CSD</BearerSet>
       
  1187         <IAPRef>IAP.NT RAS with Null Modem</IAPRef>
       
  1188     </ConnectionPreferences>
       
  1189 </ConnectionPreferencesTable>
       
  1190 
       
  1191 <GlobalSettingsTable>
       
  1192     <GlobalSettings operation="add">
       
  1193         <Name>GlobalSettingsTable1</Name>
       
  1194         <RedialAttempts>3</RedialAttempts>
       
  1195         <SmsBearer>2</SmsBearer>
       
  1196         <SmsReceiveMode>2</SmsReceiveMode>
       
  1197         <GPRSAttachMode>1</GPRSAttachMode>
       
  1198         <AcceptIncomingGprs>1</AcceptIncomingGprs>
       
  1199         <ConnectionAttempts>2</ConnectionAttempts>
       
  1200         <ModemForDataAndFax>2</ModemForDataAndFax>
       
  1201         <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
       
  1202         <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
       
  1203         <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
       
  1204         <GPRSClassCBearer>GSM</GPRSClassCBearer>
       
  1205         <DefaultNetwork>Network.Intranet</DefaultNetwork>
       
  1206         <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
       
  1207     </GlobalSettings>
       
  1208 </GlobalSettingsTable>
       
  1209 
       
  1210 <IncomingGPRSTable>
       
  1211     <IncomingGPRS operation="add">
       
  1212         <Name>Incoming GPRS Settings PlaceHolder</Name>
       
  1213         <APN>Test</APN>
       
  1214         <PDPType>IPV4</PDPType>
       
  1215         <PDPAddress>0.0.0.0</PDPAddress>
       
  1216         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
  1217         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1218         <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
       
  1219         <ReqPrecedence>1</ReqPrecedence>
       
  1220         <ReqDelay>1</ReqDelay>
       
  1221         <ReqReliability>1</ReqReliability>
       
  1222         <ReqPeakThroughput>1</ReqPeakThroughput>
       
  1223         <ReqMeanThroughput>1</ReqMeanThroughput>
       
  1224         <MinPrecedence>1</MinPrecedence>
       
  1225         <MinDelay>1</MinDelay>
       
  1226         <MinReliability>1</MinReliability>
       
  1227         <MinPeakThroughput>1</MinPeakThroughput>
       
  1228         <MinMeanThroughput>1</MinMeanThroughput>
       
  1229         <DataCompression>FALSE</DataCompression>
       
  1230         <HeaderCompression>FALSE</HeaderCompression>
       
  1231         <AnonymousAccess>FALSE</AnonymousAccess>
       
  1232         <IfNetworks>ip</IfNetworks>
       
  1233         <IfAuthName>RasUser</IfAuthName>
       
  1234         <IfAuthPass>pass</IfAuthPass>
       
  1235         <AuthRetries>1</AuthRetries>
       
  1236         <IpNameServer1>0.0.0.0</IpNameServer1>
       
  1237         <IpNameServer2>0.0.0.0</IpNameServer2>
       
  1238         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1239         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1240         <GprsUseEdge>FALSE</GprsUseEdge>
       
  1241     </IncomingGPRS>
       
  1242 </IncomingGPRSTable>
       
  1243 
       
  1244 <OutgoingGPRSTable>
       
  1245     <OutgoingGPRS operation="add">
       
  1246         <Name>GPRS01</Name>
       
  1247         <APN>gprs01APNPlaceHolder</APN>
       
  1248         <PDPType>IPV4</PDPType>
       
  1249         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
  1250         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1251         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
  1252         <ReqPrecedence>0</ReqPrecedence>
       
  1253         <ReqDelay>0</ReqDelay>
       
  1254         <ReqReliability>0</ReqReliability>
       
  1255         <ReqPeakThroughput>0</ReqPeakThroughput>
       
  1256         <ReqMeanThroughput>0</ReqMeanThroughput>
       
  1257         <MinPrecedence>0</MinPrecedence>
       
  1258         <MinDelay>0</MinDelay>
       
  1259         <MinReliability>0</MinReliability>
       
  1260         <MinPeakThroughput>0</MinPeakThroughput>
       
  1261         <MinMeanThroughput>0</MinMeanThroughput>
       
  1262         <DataCompression>FALSE</DataCompression>
       
  1263         <HeaderCompression>FALSE</HeaderCompression>
       
  1264         <AnonymousAccess>FALSE</AnonymousAccess>
       
  1265         <IfNetworks>ip</IfNetworks>
       
  1266         <AuthRetries>1</AuthRetries>
       
  1267         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1268         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1269         <GprsUseEdge>FALSE</GprsUseEdge>
       
  1270         <GprsAccessPointType>0</GprsAccessPointType>
       
  1271         <QosWarningTimeout>0</QosWarningTimeout>
       
  1272     </OutgoingGPRS>
       
  1273     <OutgoingGPRS operation="add">
       
  1274         <Name>GPRS02</Name>
       
  1275         <APN>gprs02APNPlaceHolder</APN>
       
  1276         <PDPType>IPV4</PDPType>
       
  1277         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
  1278         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1279         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
  1280         <ReqPrecedence>0</ReqPrecedence>
       
  1281         <ReqDelay>0</ReqDelay>
       
  1282         <ReqReliability>0</ReqReliability>
       
  1283         <ReqPeakThroughput>0</ReqPeakThroughput>
       
  1284         <ReqMeanThroughput>0</ReqMeanThroughput>
       
  1285         <MinPrecedence>0</MinPrecedence>
       
  1286         <MinDelay>0</MinDelay>
       
  1287         <MinReliability>0</MinReliability>
       
  1288         <MinPeakThroughput>0</MinPeakThroughput>
       
  1289         <MinMeanThroughput>0</MinMeanThroughput>
       
  1290         <DataCompression>FALSE</DataCompression>
       
  1291         <HeaderCompression>FALSE</HeaderCompression>
       
  1292         <AnonymousAccess>FALSE</AnonymousAccess>
       
  1293         <IfNetworks>ip</IfNetworks>
       
  1294         <AuthRetries>1</AuthRetries>
       
  1295         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1296         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1297         <GprsUseEdge>FALSE</GprsUseEdge>
       
  1298         <GprsAccessPointType>0</GprsAccessPointType>
       
  1299         <QosWarningTimeout>0</QosWarningTimeout>
       
  1300     </OutgoingGPRS>
       
  1301     <OutgoingGPRS operation="add">
       
  1302         <Name>GPRS03</Name>
       
  1303         <APN>gprs03APNPlaceHolder</APN>
       
  1304         <PDPType>IPV4</PDPType>
       
  1305         <IfPromptForAuth>FALSE</IfPromptForAuth>
       
  1306         <IpAddrFromServer>TRUE</IpAddrFromServer>
       
  1307         <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
       
  1308         <ReqPrecedence>0</ReqPrecedence>
       
  1309         <ReqDelay>0</ReqDelay>
       
  1310         <ReqReliability>0</ReqReliability>
       
  1311         <ReqPeakThroughput>0</ReqPeakThroughput>
       
  1312         <ReqMeanThroughput>0</ReqMeanThroughput>
       
  1313         <MinPrecedence>0</MinPrecedence>
       
  1314         <MinDelay>0</MinDelay>
       
  1315         <MinReliability>0</MinReliability>
       
  1316         <MinPeakThroughput>0</MinPeakThroughput>
       
  1317         <MinMeanThroughput>0</MinMeanThroughput>
       
  1318         <DataCompression>FALSE</DataCompression>
       
  1319         <HeaderCompression>FALSE</HeaderCompression>
       
  1320         <AnonymousAccess>FALSE</AnonymousAccess>
       
  1321         <IfNetworks>ip</IfNetworks>
       
  1322         <AuthRetries>1</AuthRetries>
       
  1323         <EnableLCPExtension>FALSE</EnableLCPExtension>
       
  1324         <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
       
  1325         <GprsUseEdge>FALSE</GprsUseEdge>
       
  1326         <GprsAccessPointType>0</GprsAccessPointType>
       
  1327         <QosWarningTimeout>0</QosWarningTimeout>
       
  1328     </OutgoingGPRS>
       
  1329 </OutgoingGPRSTable>
       
  1330 
       
  1331 <DefaultGPRSTable>
       
  1332     <DefaultGPRS operation="add">
       
  1333         <Name>Dummy Default GPRS Settings</Name>
       
  1334         <APN>Access point name</APN>
       
  1335         <PDPType>IPV6</PDPType>
       
  1336         <PDPAddress>www.wid.com</PDPAddress>
       
  1337         <Usage>1</Usage>
       
  1338         <Precedence>1</Precedence>
       
  1339         <Delay>1</Delay>
       
  1340         <Reliability>1</Reliability>
       
  1341         <PeakThroughput>1</PeakThroughput>
       
  1342         <MeanThroughput>1</MeanThroughput>
       
  1343         <MinPrecedence>1</MinPrecedence>
       
  1344         <MinDelay>1</MinDelay>
       
  1345         <MinReliability>1</MinReliability>
       
  1346         <MinPeakThroughput>1</MinPeakThroughput>
       
  1347         <MinMeanThroughput>1</MinMeanThroughput>
       
  1348         <DataCompression>TRUE</DataCompression>
       
  1349         <HeaderCompression>TRUE</HeaderCompression>
       
  1350         <GprsUseEdge>FALSE</GprsUseEdge>
       
  1351         <AnonymousAccess>TRUE</AnonymousAccess>
       
  1352     </DefaultGPRS>
       
  1353 </DefaultGPRSTable>
       
  1354 
       
  1355 <ProxyTable>
       
  1356     <Proxy operation="add">
       
  1357         <Name>ProxyTable1</Name>
       
  1358         <ISPRef>DialOutISP.NT RAS</ISPRef>
       
  1359         <UseProxyServer>TRUE</UseProxyServer>
       
  1360         <ProtocolName>http</ProtocolName>
       
  1361         <ProxyServerName>www.dummyproxy.com</ProxyServerName>
       
  1362         <PortNumber>80</PortNumber>
       
  1363         <Exceptions>www.dummyproxy.com/exception</Exceptions>
       
  1364     </Proxy>
       
  1365 </ProxyTable>
       
  1366 
       
  1367 <LocationTable>
       
  1368     <Location operation="template">
       
  1369         <Name>Default Location</Name>
       
  1370         <Mobile>TRUE</Mobile>
       
  1371         <UsePulseDial>FALSE</UsePulseDial>
       
  1372         <WaitForDialTone>FALSE</WaitForDialTone>
       
  1373         <PauseAfterDialout>0</PauseAfterDialout>
       
  1374         <IntlPrefixCode>+</IntlPrefixCode>
       
  1375         <NatPrefixCode>0</NatPrefixCode>
       
  1376         <NatCode>44</NatCode>
       
  1377     </Location>
       
  1378     <Location operation="add">
       
  1379         <Name>Office</Name>
       
  1380         <Mobile>FALSE</Mobile>
       
  1381         <UsePulseDial>FALSE</UsePulseDial>
       
  1382         <WaitForDialTone>FALSE</WaitForDialTone>
       
  1383         <PauseAfterDialout>0</PauseAfterDialout>
       
  1384         <IntlPrefixCode>00</IntlPrefixCode>
       
  1385         <NatPrefixCode>0</NatPrefixCode>
       
  1386         <NatCode>44</NatCode>
       
  1387         <AreaCode>171</AreaCode>
       
  1388         <DialOutCode>9,</DialOutCode>
       
  1389     </Location>
       
  1390     <Location operation="add">
       
  1391         <Name>Office Direct Dial</Name>
       
  1392         <Mobile>FALSE</Mobile>
       
  1393         <UsePulseDial>FALSE</UsePulseDial>
       
  1394         <WaitForDialTone>FALSE</WaitForDialTone>
       
  1395         <PauseAfterDialout>0</PauseAfterDialout>
       
  1396         <IntlPrefixCode>00</IntlPrefixCode>
       
  1397         <NatPrefixCode>0</NatPrefixCode>
       
  1398         <NatCode>44</NatCode>
       
  1399         <AreaCode>171</AreaCode>
       
  1400     </Location>
       
  1401     <Location operation="add">
       
  1402         <Name>Mobile</Name>
       
  1403         <Mobile>TRUE</Mobile>
       
  1404         <UsePulseDial>FALSE</UsePulseDial>
       
  1405         <WaitForDialTone>FALSE</WaitForDialTone>
       
  1406         <PauseAfterDialout>0</PauseAfterDialout>
       
  1407         <IntlPrefixCode>+</IntlPrefixCode>
       
  1408         <NatPrefixCode>0</NatPrefixCode>
       
  1409         <NatCode>44</NatCode>
       
  1410     </Location>
       
  1411     <Location operation="add">
       
  1412         <Name>Home</Name>
       
  1413         <Mobile>FALSE</Mobile>
       
  1414         <UsePulseDial>TRUE</UsePulseDial>
       
  1415         <WaitForDialTone>TRUE</WaitForDialTone>
       
  1416         <PauseAfterDialout>0</PauseAfterDialout>
       
  1417         <IntlPrefixCode>00</IntlPrefixCode>
       
  1418         <NatPrefixCode>0</NatPrefixCode>
       
  1419         <NatCode>44</NatCode>
       
  1420         <AreaCode>181</AreaCode>
       
  1421     </Location>
       
  1422 </LocationTable>
       
  1423 
       
  1424 <SecureSocketTable>
       
  1425     <SecureSocket operation="add">
       
  1426         <Name>SecureSocketTable1</Name>
       
  1427         <ProtocolName>ssl3.0</ProtocolName>
       
  1428         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
  1429     </SecureSocket>
       
  1430     <SecureSocket operation="add">
       
  1431         <Name>SecureSocketTable2</Name>
       
  1432         <ProtocolName>tls1.0</ProtocolName>
       
  1433         <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
       
  1434     </SecureSocket>
       
  1435 </SecureSocketTable>
       
  1436 
       
  1437 <BTDeviceTable>
       
  1438 </BTDeviceTable>
       
  1439 
       
  1440 <BTPersistTable>
       
  1441 </BTPersistTable>
       
  1442 
       
  1443 <BTSecurityTable>
       
  1444 </BTSecurityTable>
       
  1445 
       
  1446 <BTDefaultTable>
       
  1447 </BTDefaultTable>
       
  1448 
       
  1449 <WAPAccessPointTable>
       
  1450     <WAPAccessPoint operation="template">
       
  1451         <Name>Default Dial In ISP</Name>
       
  1452         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
  1453     </WAPAccessPoint>
       
  1454     <WAPAccessPoint operation="add">
       
  1455         <Name>Dummy WAP Settings</Name>
       
  1456         <CurrentBearer>WAPIPBearer</CurrentBearer>
       
  1457         <StartPage>www.wapstart.com</StartPage>
       
  1458     </WAPAccessPoint>
       
  1459 </WAPAccessPointTable>
       
  1460 
       
  1461 <WAPIPBearerTable>
       
  1462     <WAPIPBearer operation="template">
       
  1463         <Name>WAPIPBearerTable1</Name>
       
  1464         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
  1465         <WSPOption>CONNECTIONLESS</WSPOption>
       
  1466         <Security>FALSE</Security>
       
  1467         <IAPRef>IAP.-1</IAPRef>
       
  1468         <ProxyPortNumber>0</ProxyPortNumber>
       
  1469     </WAPIPBearer>
       
  1470     <WAPIPBearer operation="add">
       
  1471         <Name>WAPIPBearerTable2</Name>
       
  1472         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
       
  1473         <GatewayAddress>www.wapgateway.com</GatewayAddress>
       
  1474         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
  1475         <Security>FALSE</Security>
       
  1476         <IAPRef>IAP.CSD IAP PlaceHolder01</IAPRef>
       
  1477         <ProxyPortNumber>1</ProxyPortNumber>
       
  1478     </WAPIPBearer>
       
  1479 </WAPIPBearerTable>
       
  1480 
       
  1481 <WAPSMSBearerTable>
       
  1482     <WAPSMSBearer operation="template">
       
  1483         <Name>WAPSMSBearerTable1</Name>
       
  1484         <AccessPoint>WAPAccessPoint.-1</AccessPoint>
       
  1485         <WSPOption>CONNECTIONLESS</WSPOption>
       
  1486         <Security>FALSE</Security>
       
  1487     </WAPSMSBearer>
       
  1488     <WAPSMSBearer operation="add">
       
  1489         <Name>WAPSMSBearerTable2</Name>
       
  1490         <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint>
       
  1491         <GatewayAddress>+4412345678901</GatewayAddress>
       
  1492         <WSPOption>CONNECTIONORIENTED</WSPOption>
       
  1493         <Security>FALSE</Security>
       
  1494         <ServiceCentreAddress>+442071234567</ServiceCentreAddress>
       
  1495     </WAPSMSBearer>
       
  1496 </WAPSMSBearerTable>
       
  1497 
       
  1498 <VirtualBearerTable>
       
  1499 </VirtualBearerTable>
       
  1500 
       
  1501 <VpnServiceTable>
       
  1502 </VpnServiceTable>
       
  1503 
       
  1504 
       
  1505 </CommDB:Config>