|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 This component and the accompanying materials are made available |
|
6 under the terms of "Eclipse Public License v1.0" |
|
7 which accompanies this distribution, and is available |
|
8 at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
|
10 Initial Contributors: |
|
11 Nokia Corporation - initial contribution. |
|
12 |
|
13 Contributors: |
|
14 |
|
15 Description: |
|
16 CommDB Settings File |
|
17 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</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 Direct Dial</LocationRef> |
|
46 </IAP> |
|
47 <IAP operation="add"> |
|
48 <Name>MmTsy</Name> |
|
49 <IAPService>DialOutISP.MmTsy</IAPService> |
|
50 <IAPBearer>ModemBearer.Null Modem 115200bps</IAPBearer> |
|
51 <IAPNetwork>Network.Intranet</IAPNetwork> |
|
52 <IAPNetworkWeighting>0</IAPNetworkWeighting> |
|
53 <LocationRef>Location.Office Direct Dial</LocationRef> |
|
54 </IAP> |
|
55 <IAP operation="add"> |
|
56 <Name>iTest name cdma2000</Name> |
|
57 <IAPService>CDMA2000PacketService.test name cdma2000</IAPService> |
|
58 <IAPBearer>ModemBearer.GPRS Ericsson R520m via IR</IAPBearer> |
|
59 <IAPNetwork>Network.Intranet</IAPNetwork> |
|
60 <IAPNetworkWeighting>0</IAPNetworkWeighting> |
|
61 <LocationRef>Location.Mobile</LocationRef> |
|
62 </IAP> |
|
63 <IAP operation="add"> |
|
64 <Name>Default Dial In ISP</Name> |
|
65 <IAPService>DialInISP.Dial In CS ISP</IAPService> |
|
66 <IAPBearer>ModemBearer.US Robotics Sportster</IAPBearer> |
|
67 <IAPNetwork>Network.Intranet</IAPNetwork> |
|
68 <IAPNetworkWeighting>0</IAPNetworkWeighting> |
|
69 <LocationRef>Location.Home</LocationRef> |
|
70 </IAP> |
|
71 </IAPTable> |
|
72 |
|
73 <ModemBearerTable> |
|
74 <ModemBearer operation="template"> |
|
75 <Name>Default Modem</Name> |
|
76 <Agent>DummyCSD.agt</Agent> |
|
77 <IfName>PPP</IfName> |
|
78 <PortName>COMM::0</PortName> |
|
79 <TSYName>DUMMY</TSYName> |
|
80 <CSYName>ECUART</CSYName> |
|
81 <DataBits>8</DataBits> |
|
82 <StopBits>1</StopBits> |
|
83 <Parity>NONE</Parity> |
|
84 <Rate>115200</Rate> |
|
85 <Handshaking>0</Handshaking> |
|
86 <SpecialRate>0</SpecialRate> |
|
87 <XonChar>0</XonChar> |
|
88 <XoffChar>0</XoffChar> |
|
89 <FaxClassPref>AUTO</FaxClassPref> |
|
90 <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref> |
|
91 <ModemInitString>AT</ModemInitString> |
|
92 <DataInitString>AT</DataInitString> |
|
93 <FaxInitString>AT</FaxInitString> |
|
94 <DialPauseLength>S8=</DialPauseLength> |
|
95 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
96 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
97 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
98 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
99 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
100 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
101 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
102 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
103 <CallProgress1>X1</CallProgress1> |
|
104 <CallProgress2>X2</CallProgress2> |
|
105 <CallProgress3>X3</CallProgress3> |
|
106 <CallProgress4>X4</CallProgress4> |
|
107 <EchoOff>E0</EchoOff> |
|
108 <VerboseText>V1</VerboseText> |
|
109 <QuietOff>Q0</QuietOff> |
|
110 <QuietOn>Q1</QuietOn> |
|
111 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
112 <OnLine>O</OnLine> |
|
113 <ResetConfiguration>Z</ResetConfiguration> |
|
114 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
115 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
116 <DTRHangUp>&D2</DTRHangUp> |
|
117 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
118 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
119 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
120 <EscapeCharacter>+</EscapeCharacter> |
|
121 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
122 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
123 <Busy>BUSY</Busy> |
|
124 <NoAnswer>NO ANSWER</NoAnswer> |
|
125 <Carrier>CARRIER</Carrier> |
|
126 <Connect>CONNECT</Connect> |
|
127 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
128 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
129 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
130 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
131 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
132 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
133 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
134 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
135 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
136 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
137 <CommRole>0</CommRole> |
|
138 </ModemBearer> |
|
139 <ModemBearer operation="add"> |
|
140 <Name>Null Modem 115200bps</Name> |
|
141 <Agent>DummyCSD.agt</Agent> |
|
142 <IfName>PPP</IfName> |
|
143 <PortName>COMM::0</PortName> |
|
144 <TSYName>DUMMY</TSYName> |
|
145 <CSYName>ECUART</CSYName> |
|
146 <DataBits>8</DataBits> |
|
147 <StopBits>1</StopBits> |
|
148 <Parity>NONE</Parity> |
|
149 <Rate>115200</Rate> |
|
150 <Handshaking>4</Handshaking> |
|
151 <SpecialRate>0</SpecialRate> |
|
152 <XonChar>0</XonChar> |
|
153 <XoffChar>0</XoffChar> |
|
154 <FaxClassPref>AUTO</FaxClassPref> |
|
155 <SpeakerPref>NEVER</SpeakerPref> |
|
156 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
157 <ModemInitString>AT</ModemInitString> |
|
158 <DataInitString>AT</DataInitString> |
|
159 <FaxInitString>AT</FaxInitString> |
|
160 <DialPauseLength>S8=</DialPauseLength> |
|
161 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
162 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
163 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
164 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
165 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
166 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
167 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
168 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
169 <CallProgress1>X1</CallProgress1> |
|
170 <CallProgress2>X2</CallProgress2> |
|
171 <CallProgress3>X3</CallProgress3> |
|
172 <CallProgress4>X4</CallProgress4> |
|
173 <EchoOff>E0</EchoOff> |
|
174 <VerboseText>V1</VerboseText> |
|
175 <QuietOff>Q0</QuietOff> |
|
176 <QuietOn>Q1</QuietOn> |
|
177 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
178 <OnLine>O</OnLine> |
|
179 <ResetConfiguration>Z</ResetConfiguration> |
|
180 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
181 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
182 <DTRHangUp>&D2</DTRHangUp> |
|
183 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
184 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
185 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
186 <EscapeCharacter>+</EscapeCharacter> |
|
187 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
188 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
189 <Busy>BUSY</Busy> |
|
190 <NoAnswer>NO ANSWER</NoAnswer> |
|
191 <Carrier>CARRIER</Carrier> |
|
192 <Connect>CONNECT</Connect> |
|
193 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
194 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
195 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
196 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
197 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
198 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
199 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
200 <MessageValidityPeriod>0</MessageValidityPeriod> |
|
201 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
202 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
203 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
204 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
205 </ModemBearer> |
|
206 <ModemBearer operation="add"> |
|
207 <Name>US Robotics Sportster</Name> |
|
208 <Agent>DummyCSD.agt</Agent> |
|
209 <IfName>PPP</IfName> |
|
210 <PortName>COMM::0</PortName> |
|
211 <TSYName>DUMMY</TSYName> |
|
212 <CSYName>ECUART</CSYName> |
|
213 <DataBits>8</DataBits> |
|
214 <StopBits>1</StopBits> |
|
215 <Parity>NONE</Parity> |
|
216 <Rate>57600</Rate> |
|
217 <Handshaking>244</Handshaking> |
|
218 <SpecialRate>0</SpecialRate> |
|
219 <XonChar>0</XonChar> |
|
220 <XoffChar>0</XoffChar> |
|
221 <FaxClassPref>AUTO</FaxClassPref> |
|
222 <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref> |
|
223 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
224 <ModemInitString>AT&F1</ModemInitString> |
|
225 <DataInitString>AT</DataInitString> |
|
226 <FaxInitString>AT&d2</FaxInitString> |
|
227 <DialPauseLength>S8=</DialPauseLength> |
|
228 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
229 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
230 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
231 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
232 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
233 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
234 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
235 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
236 <CallProgress1>X1</CallProgress1> |
|
237 <CallProgress2>X2</CallProgress2> |
|
238 <CallProgress3>X3</CallProgress3> |
|
239 <CallProgress4>X4</CallProgress4> |
|
240 <EchoOff>E0</EchoOff> |
|
241 <VerboseText>V1</VerboseText> |
|
242 <QuietOff>Q0</QuietOff> |
|
243 <QuietOn>Q1</QuietOn> |
|
244 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
245 <OnLine>O</OnLine> |
|
246 <ResetConfiguration>Z</ResetConfiguration> |
|
247 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
248 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
249 <DTRHangUp>&D2</DTRHangUp> |
|
250 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
251 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
252 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
253 <EscapeCharacter>+</EscapeCharacter> |
|
254 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
255 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
256 <Busy>BUSY</Busy> |
|
257 <NoAnswer>NO ANSWER</NoAnswer> |
|
258 <Carrier>CARRIER</Carrier> |
|
259 <Connect>CONNECT</Connect> |
|
260 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
261 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
262 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
263 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
264 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
265 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
266 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
267 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
268 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
269 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
270 </ModemBearer> |
|
271 <ModemBearer operation="add"> |
|
272 <Name>Dacom Surfer</Name> |
|
273 <Agent>DummyCSD.agt</Agent> |
|
274 <IfName>PPP</IfName> |
|
275 <PortName>COMM::0</PortName> |
|
276 <TSYName>DUMMY</TSYName> |
|
277 <CSYName>ECUART</CSYName> |
|
278 <DataBits>8</DataBits> |
|
279 <StopBits>1</StopBits> |
|
280 <Parity>NONE</Parity> |
|
281 <Rate>57600</Rate> |
|
282 <Handshaking>244</Handshaking> |
|
283 <SpecialRate>0</SpecialRate> |
|
284 <XonChar>0</XonChar> |
|
285 <XoffChar>0</XoffChar> |
|
286 <FaxClassPref>AUTO</FaxClassPref> |
|
287 <SpeakerPref>AFTERDIALUNTILANSWER</SpeakerPref> |
|
288 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
289 <ModemInitString>AT&F</ModemInitString> |
|
290 <DataInitString>AT</DataInitString> |
|
291 <FaxInitString>AT&d2</FaxInitString> |
|
292 <DialPauseLength>S8=</DialPauseLength> |
|
293 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
294 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
295 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
296 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
297 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
298 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
299 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
300 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
301 <CallProgress1>X1</CallProgress1> |
|
302 <CallProgress2>X2</CallProgress2> |
|
303 <CallProgress3>X3</CallProgress3> |
|
304 <CallProgress4>X4</CallProgress4> |
|
305 <EchoOff>E0</EchoOff> |
|
306 <VerboseText>V1</VerboseText> |
|
307 <QuietOff>Q0</QuietOff> |
|
308 <QuietOn>Q1</QuietOn> |
|
309 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
310 <OnLine>O</OnLine> |
|
311 <ResetConfiguration>Z</ResetConfiguration> |
|
312 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
313 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
314 <DTRHangUp>&D2</DTRHangUp> |
|
315 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
316 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
317 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
318 <EscapeCharacter>+</EscapeCharacter> |
|
319 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
320 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
321 <Busy>BUSY</Busy> |
|
322 <NoAnswer>NO ANSWER</NoAnswer> |
|
323 <Carrier>CARRIER</Carrier> |
|
324 <Connect>CONNECT</Connect> |
|
325 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
326 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
327 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
328 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
329 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
330 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
331 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
332 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
333 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
334 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
335 </ModemBearer> |
|
336 <ModemBearer operation="add"> |
|
337 <Name>GSM Mobile Phone via Infrared</Name> |
|
338 <Agent>DummyCSD.agt</Agent> |
|
339 <IfName>PPP</IfName> |
|
340 <PortName>IRCOMM::0</PortName> |
|
341 <TSYName>DUMMY</TSYName> |
|
342 <CSYName>IRCOMM</CSYName> |
|
343 <DataBits>8</DataBits> |
|
344 <StopBits>1</StopBits> |
|
345 <Parity>NONE</Parity> |
|
346 <Rate>115200</Rate> |
|
347 <Handshaking>196</Handshaking> |
|
348 <SpecialRate>0</SpecialRate> |
|
349 <XonChar>17</XonChar> |
|
350 <XoffChar>19</XoffChar> |
|
351 <FaxClassPref>AUTO</FaxClassPref> |
|
352 <SpeakerPref>NEVER</SpeakerPref> |
|
353 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
354 <ModemInitString>ATZ</ModemInitString> |
|
355 <DataInitString>AT</DataInitString> |
|
356 <FaxInitString>AT</FaxInitString> |
|
357 <DialPauseLength>S8=</DialPauseLength> |
|
358 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
359 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
360 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
361 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
362 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
363 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
364 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
365 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
366 <CallProgress1>X1</CallProgress1> |
|
367 <CallProgress2>X2</CallProgress2> |
|
368 <CallProgress3>X3</CallProgress3> |
|
369 <CallProgress4>X4</CallProgress4> |
|
370 <EchoOff>E0</EchoOff> |
|
371 <VerboseText>V1</VerboseText> |
|
372 <QuietOff>Q0</QuietOff> |
|
373 <QuietOn>Q1</QuietOn> |
|
374 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
375 <OnLine>O</OnLine> |
|
376 <ResetConfiguration>Z</ResetConfiguration> |
|
377 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
378 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
379 <DTRHangUp>&D2</DTRHangUp> |
|
380 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
381 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
382 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
383 <EscapeCharacter>+</EscapeCharacter> |
|
384 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
385 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
386 <Busy>BUSY</Busy> |
|
387 <NoAnswer>NO ANSWER</NoAnswer> |
|
388 <Carrier>CARRIER</Carrier> |
|
389 <Connect>CONNECT</Connect> |
|
390 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
391 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
392 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
393 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
394 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
395 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
396 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
397 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
398 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
399 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
400 <MinimumSignalLevel>9905</MinimumSignalLevel> |
|
401 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
402 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
403 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
404 </ModemBearer> |
|
405 <ModemBearer operation="add"> |
|
406 <Name>GSM Mobile Phone via Serial</Name> |
|
407 <Agent>DummyCSD.agt</Agent> |
|
408 <IfName>PPP</IfName> |
|
409 <PortName>COMM::0</PortName> |
|
410 <TSYName>DUMMY</TSYName> |
|
411 <CSYName>ECUART</CSYName> |
|
412 <DataBits>8</DataBits> |
|
413 <StopBits>1</StopBits> |
|
414 <Parity>NONE</Parity> |
|
415 <Rate>19200</Rate> |
|
416 <Handshaking>196</Handshaking> |
|
417 <SpecialRate>0</SpecialRate> |
|
418 <XonChar>17</XonChar> |
|
419 <XoffChar>19</XoffChar> |
|
420 <FaxClassPref>AUTO</FaxClassPref> |
|
421 <SpeakerPref>NEVER</SpeakerPref> |
|
422 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
423 <ModemInitString>ATZ</ModemInitString> |
|
424 <DataInitString>AT</DataInitString> |
|
425 <FaxInitString>AT</FaxInitString> |
|
426 <DialPauseLength>S8=</DialPauseLength> |
|
427 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
428 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
429 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
430 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
431 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
432 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
433 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
434 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
435 <CallProgress1>X1</CallProgress1> |
|
436 <CallProgress2>X2</CallProgress2> |
|
437 <CallProgress3>X3</CallProgress3> |
|
438 <CallProgress4>X4</CallProgress4> |
|
439 <EchoOff>E0</EchoOff> |
|
440 <VerboseText>V1</VerboseText> |
|
441 <QuietOff>Q0</QuietOff> |
|
442 <QuietOn>Q1</QuietOn> |
|
443 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
444 <OnLine>O</OnLine> |
|
445 <ResetConfiguration>Z</ResetConfiguration> |
|
446 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
447 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
448 <DTRHangUp>&D2</DTRHangUp> |
|
449 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
450 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
451 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
452 <EscapeCharacter>+</EscapeCharacter> |
|
453 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
454 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
455 <Busy>BUSY</Busy> |
|
456 <NoAnswer>NO ANSWER</NoAnswer> |
|
457 <Carrier>CARRIER</Carrier> |
|
458 <Connect>CONNECT</Connect> |
|
459 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
460 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
461 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
462 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
463 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
464 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
465 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
466 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
467 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
468 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
469 <MinimumSignalLevel>9905</MinimumSignalLevel> |
|
470 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
471 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
472 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
473 </ModemBearer> |
|
474 <ModemBearer operation="add"> |
|
475 <Name>GPRS Ericsson R520m via IR</Name> |
|
476 <Agent>DummyCSD.agt</Agent> |
|
477 <IfName>PPP</IfName> |
|
478 <PortName>IRCOMM::0</PortName> |
|
479 <TSYName>DUMMY</TSYName> |
|
480 <CSYName>IRCOMM</CSYName> |
|
481 <DataBits>8</DataBits> |
|
482 <StopBits>1</StopBits> |
|
483 <Parity>NONE</Parity> |
|
484 <Rate>115200</Rate> |
|
485 <Handshaking>4</Handshaking> |
|
486 <SpecialRate>0</SpecialRate> |
|
487 <XonChar>17</XonChar> |
|
488 <XoffChar>19</XoffChar> |
|
489 <FaxClassPref>AUTO</FaxClassPref> |
|
490 <SpeakerPref>NEVER</SpeakerPref> |
|
491 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
492 <ModemInitString>ATZ</ModemInitString> |
|
493 <DataInitString>AT</DataInitString> |
|
494 <FaxInitString>AT</FaxInitString> |
|
495 <DialPauseLength>S8=</DialPauseLength> |
|
496 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
497 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
498 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
499 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
500 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
501 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
502 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
503 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
504 <CallProgress1>X1</CallProgress1> |
|
505 <CallProgress2>X2</CallProgress2> |
|
506 <CallProgress3>X3</CallProgress3> |
|
507 <CallProgress4>X4</CallProgress4> |
|
508 <EchoOff>E0</EchoOff> |
|
509 <VerboseText>V1</VerboseText> |
|
510 <QuietOff>Q0</QuietOff> |
|
511 <QuietOn>Q1</QuietOn> |
|
512 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
513 <OnLine>O</OnLine> |
|
514 <ResetConfiguration>Z</ResetConfiguration> |
|
515 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
516 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
517 <DTRHangUp>&D2</DTRHangUp> |
|
518 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
519 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
520 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
521 <EscapeCharacter>+</EscapeCharacter> |
|
522 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
523 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
524 <Busy>BUSY</Busy> |
|
525 <NoAnswer>NO ANSWER</NoAnswer> |
|
526 <Carrier>CARRIER</Carrier> |
|
527 <Connect>CONNECT</Connect> |
|
528 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
529 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
530 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
531 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
532 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
533 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
534 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
535 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
536 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
537 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
538 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
539 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
540 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
541 </ModemBearer> |
|
542 <ModemBearer operation="add"> |
|
543 <Name>GPRS Ericsson R520m via Serial</Name> |
|
544 <Agent>null.agt</Agent> |
|
545 <IfName>PPP</IfName> |
|
546 <PortName>COMM::0</PortName> |
|
547 <TSYName>DUMMY</TSYName> |
|
548 <CSYName>ECUART</CSYName> |
|
549 <DataBits>8</DataBits> |
|
550 <StopBits>1</StopBits> |
|
551 <Parity>NONE</Parity> |
|
552 <Rate>115200</Rate> |
|
553 <Handshaking>4</Handshaking> |
|
554 <SpecialRate>0</SpecialRate> |
|
555 <XonChar>17</XonChar> |
|
556 <XoffChar>19</XoffChar> |
|
557 <FaxClassPref>AUTO</FaxClassPref> |
|
558 <SpeakerPref>NEVER</SpeakerPref> |
|
559 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
560 <ModemInitString>ATZ</ModemInitString> |
|
561 <DataInitString>AT</DataInitString> |
|
562 <FaxInitString>AT</FaxInitString> |
|
563 <DialPauseLength>S8=</DialPauseLength> |
|
564 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
565 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
566 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
567 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
568 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
569 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
570 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
571 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
572 <CallProgress1>X1</CallProgress1> |
|
573 <CallProgress2>X2</CallProgress2> |
|
574 <CallProgress3>X3</CallProgress3> |
|
575 <CallProgress4>X4</CallProgress4> |
|
576 <EchoOff>E0</EchoOff> |
|
577 <VerboseText>V1</VerboseText> |
|
578 <QuietOff>Q0</QuietOff> |
|
579 <QuietOn>Q1</QuietOn> |
|
580 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
581 <OnLine>O</OnLine> |
|
582 <ResetConfiguration>Z</ResetConfiguration> |
|
583 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
584 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
585 <DTRHangUp>&D2</DTRHangUp> |
|
586 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
587 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
588 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
589 <EscapeCharacter>+</EscapeCharacter> |
|
590 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
591 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
592 <Busy>BUSY</Busy> |
|
593 <NoAnswer>NO ANSWER</NoAnswer> |
|
594 <Carrier>CARRIER</Carrier> |
|
595 <Connect>CONNECT</Connect> |
|
596 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
597 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
598 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
599 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
600 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
601 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
602 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
603 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
604 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
605 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
606 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
607 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
608 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
609 </ModemBearer> |
|
610 <ModemBearer operation="add"> |
|
611 <Name>GPRS Motorola Mobile Phone via Serial</Name> |
|
612 <Agent>null.agt</Agent> |
|
613 <IfName>PPP</IfName> |
|
614 <PortName>COMM::0</PortName> |
|
615 <TSYName>DUMMY</TSYName> |
|
616 <CSYName>ECUART</CSYName> |
|
617 <DataBits>8</DataBits> |
|
618 <StopBits>1</StopBits> |
|
619 <Parity>NONE</Parity> |
|
620 <Rate>57600</Rate> |
|
621 <Handshaking>4</Handshaking> |
|
622 <SpecialRate>0</SpecialRate> |
|
623 <XonChar>17</XonChar> |
|
624 <XoffChar>19</XoffChar> |
|
625 <FaxClassPref>AUTO</FaxClassPref> |
|
626 <SpeakerPref>NEVER</SpeakerPref> |
|
627 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
628 <ModemInitString>ATZ</ModemInitString> |
|
629 <DataInitString>AT</DataInitString> |
|
630 <FaxInitString>AT</FaxInitString> |
|
631 <DialPauseLength>S8=</DialPauseLength> |
|
632 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
633 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
634 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
635 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
636 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
637 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
638 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
639 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
640 <CallProgress1>X1</CallProgress1> |
|
641 <CallProgress2>X2</CallProgress2> |
|
642 <CallProgress3>X3</CallProgress3> |
|
643 <CallProgress4>X4</CallProgress4> |
|
644 <EchoOff>E0</EchoOff> |
|
645 <VerboseText>V1</VerboseText> |
|
646 <QuietOff>Q0</QuietOff> |
|
647 <QuietOn>Q1</QuietOn> |
|
648 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
649 <OnLine>O</OnLine> |
|
650 <ResetConfiguration>Z</ResetConfiguration> |
|
651 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
652 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
653 <DTRHangUp>&D2</DTRHangUp> |
|
654 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
655 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
656 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
657 <EscapeCharacter>+</EscapeCharacter> |
|
658 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
659 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
660 <Busy>BUSY</Busy> |
|
661 <NoAnswer>NO ANSWER</NoAnswer> |
|
662 <Carrier>CARRIER</Carrier> |
|
663 <Connect>CONNECT</Connect> |
|
664 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
665 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
666 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
667 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
668 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
669 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
670 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
671 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
672 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
673 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
674 <LastSocketActivityTimeout>6</LastSocketActivityTimeout> |
|
675 <LastSessionClosedTimeout>180</LastSessionClosedTimeout> |
|
676 <LastSocketClosedTimeout>10</LastSocketClosedTimeout> |
|
677 </ModemBearer> |
|
678 </ModemBearerTable> |
|
679 |
|
680 <LANBearerTable> |
|
681 <LANBearer operation="add"> |
|
682 <Name>Dummy LAN Bearer</Name> |
|
683 <Agent>DummyPSD.agt</Agent> |
|
684 <IfName>ppp</IfName> |
|
685 <LDDName>Dummy LDD</LDDName> |
|
686 <PDDName>Dummy PDD</PDDName> |
|
687 </LANBearer> |
|
688 </LANBearerTable> |
|
689 |
|
690 <LANServiceTable> |
|
691 <LANService operation="add"> |
|
692 <Name>Ethernet</Name> |
|
693 <IfNetworks>ip,ip6</IfNetworks> |
|
694 <IpNetMask>255.255.255.0</IpNetMask> |
|
695 <IpGateway>194.72.6.1</IpGateway> |
|
696 <IpAddr>192.168.0.100</IpAddr> |
|
697 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
698 <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer> |
|
699 <IpNameServer1>194.72.6.51</IpNameServer1> |
|
700 <IpNameServer2>194.72.6.52</IpNameServer2> |
|
701 </LANService> |
|
702 </LANServiceTable> |
|
703 |
|
704 <DialInISPTable> |
|
705 <DialInISP operation="template"> |
|
706 <Name>Default Dial In ISP</Name> |
|
707 <UseLoginScript>FALSE</UseLoginScript> |
|
708 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
709 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
710 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
711 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
712 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
713 <EnableSWComp>FALSE</EnableSWComp> |
|
714 <UseEdge>FALSE</UseEdge> |
|
715 </DialInISP> |
|
716 <DialInISP operation="add"> |
|
717 <Name>Dial In CS ISP</Name> |
|
718 <UseLoginScript>FALSE</UseLoginScript> |
|
719 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
720 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
721 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
722 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
723 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
724 <EnableSWComp>FALSE</EnableSWComp> |
|
725 <UseEdge>FALSE</UseEdge> |
|
726 </DialInISP> |
|
727 </DialInISPTable> |
|
728 |
|
729 <DialOutISPTable> |
|
730 <DialOutISP operation="template"> |
|
731 <Name>Default Dial Out ISP</Name> |
|
732 <DialResolution>TRUE</DialResolution> |
|
733 <UseLoginScript>FALSE</UseLoginScript> |
|
734 <PromptForLogin>TRUE</PromptForLogin> |
|
735 <IfPromptForAuth>TRUE</IfPromptForAuth> |
|
736 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
737 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
738 <DisplayPCT>FALSE</DisplayPCT> |
|
739 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
740 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
741 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
742 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
743 <EnableSWComp>FALSE</EnableSWComp> |
|
744 <BearerService>0</BearerService> |
|
745 <BearerProtocol>0</BearerProtocol> |
|
746 <RlpVersion>0</RlpVersion> |
|
747 <IwfToMs>0</IwfToMs> |
|
748 <MsToIwf>0</MsToIwf> |
|
749 <AckTimer>0</AckTimer> |
|
750 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
751 <ResequencePeriod>0</ResequencePeriod> |
|
752 <V42Compression>0</V42Compression> |
|
753 <V42Codewords>0</V42Codewords> |
|
754 <V42MaxLength>0</V42MaxLength> |
|
755 <Asymmetry>0</Asymmetry> |
|
756 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
757 <UseEdge>FALSE</UseEdge> |
|
758 </DialOutISP> |
|
759 <DialOutISP operation="add"> |
|
760 <Name>NT RAS</Name> |
|
761 <DialResolution>TRUE</DialResolution> |
|
762 <UseLoginScript>FALSE</UseLoginScript> |
|
763 <PromptForLogin>FALSE</PromptForLogin> |
|
764 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
765 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
766 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
767 <Description>Test</Description> |
|
768 <Type>INTERNETONLY</Type> |
|
769 <DefaultTelNum>+1234567890</DefaultTelNum> |
|
770 <LoginScript>CHARMAP \[windows-1252\]\nLOOP 10\n{\nSEND "CLIENT"+<0x0d>\nWAIT 3\n{\n"SERVER" OK\n}\n}\nEXIT KErrNoAnswer$\n\nOK:\nEXIT\n</LoginScript> |
|
771 <DisplayPCT>FALSE</DisplayPCT> |
|
772 <IfNetworks>ip</IfNetworks> |
|
773 <IfAuthName>RasUser</IfAuthName> |
|
774 <IfAuthPass>pass</IfAuthPass> |
|
775 <AuthRetries>0</AuthRetries> |
|
776 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
777 <CallbackTimeout>0</CallbackTimeout> |
|
778 <EnableIPHeaderComp>TRUE</EnableIPHeaderComp> |
|
779 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
780 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
781 <EnableSWComp>TRUE</EnableSWComp> |
|
782 <BearerService>2</BearerService> |
|
783 <BearerName>ASYNCHRONOUS</BearerName> |
|
784 <BearerSpeed>9600</BearerSpeed> |
|
785 <BearerCE>UNSPECIFIED</BearerCE> |
|
786 <BearerType>HSCSD</BearerType> |
|
787 <ChannelCoding>144</ChannelCoding> |
|
788 <AIUR>14400</AIUR> |
|
789 <RequestedTimeSlots>1</RequestedTimeSlots> |
|
790 <MaximumTimeSlots>4</MaximumTimeSlots> |
|
791 <BearerProtocol>V32</BearerProtocol> |
|
792 <RlpVersion>0</RlpVersion> |
|
793 <IwfToMs>0</IwfToMs> |
|
794 <MsToIwf>0</MsToIwf> |
|
795 <AckTimer>0</AckTimer> |
|
796 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
797 <ResequencePeriod>0</ResequencePeriod> |
|
798 <V42Compression>0</V42Compression> |
|
799 <V42Codewords>0</V42Codewords> |
|
800 <V42MaxLength>0</V42MaxLength> |
|
801 <Asymmetry>0</Asymmetry> |
|
802 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
803 <UseEdge>FALSE</UseEdge> |
|
804 </DialOutISP> |
|
805 <DialOutISP operation="add"> |
|
806 <Name>MmTsy</Name> |
|
807 <DialResolution>TRUE</DialResolution> |
|
808 <UseLoginScript>FALSE</UseLoginScript> |
|
809 <PromptForLogin>FALSE</PromptForLogin> |
|
810 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
811 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
812 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
813 <Description>Test</Description> |
|
814 <Type>INTERNETONLY</Type> |
|
815 <DefaultTelNum>+35863193400</DefaultTelNum> |
|
816 <LoginScript>New Record</LoginScript> |
|
817 <DisplayPCT>FALSE</DisplayPCT> |
|
818 <IfNetworks>ip</IfNetworks> |
|
819 <AuthRetries>0</AuthRetries> |
|
820 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
821 <CallbackTimeout>0</CallbackTimeout> |
|
822 <EnableIPHeaderComp>TRUE</EnableIPHeaderComp> |
|
823 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
824 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
825 <EnableSWComp>TRUE</EnableSWComp> |
|
826 <BearerService>1</BearerService> |
|
827 <BearerName>ASYNCHRONOUS</BearerName> |
|
828 <BearerSpeed>9600</BearerSpeed> |
|
829 <BearerCE>UNSPECIFIED</BearerCE> |
|
830 <BearerType>HSCSD</BearerType> |
|
831 <ChannelCoding>144</ChannelCoding> |
|
832 <AIUR>14400</AIUR> |
|
833 <RequestedTimeSlots>1</RequestedTimeSlots> |
|
834 <MaximumTimeSlots>4</MaximumTimeSlots> |
|
835 <BearerProtocol>V32</BearerProtocol> |
|
836 <RlpVersion>0</RlpVersion> |
|
837 <IwfToMs>0</IwfToMs> |
|
838 <MsToIwf>0</MsToIwf> |
|
839 <AckTimer>0</AckTimer> |
|
840 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
841 <ResequencePeriod>0</ResequencePeriod> |
|
842 <V42Compression>0</V42Compression> |
|
843 <V42Codewords>0</V42Codewords> |
|
844 <V42MaxLength>0</V42MaxLength> |
|
845 <Asymmetry>0</Asymmetry> |
|
846 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
847 <UseEdge>FALSE</UseEdge> |
|
848 </DialOutISP> |
|
849 </DialOutISPTable> |
|
850 |
|
851 <AgentLookupTable> |
|
852 </AgentLookupTable> |
|
853 |
|
854 <CDMA2000PacketServiceTable> |
|
855 <CDMA2000PacketService operation="add"> |
|
856 <Name>test name cdma2000</Name> |
|
857 <IwfName>Test2000</IwfName> |
|
858 <ServiceOption>HIGHSPEEDCDMA2000DATA</ServiceOption> |
|
859 <PdpType>IPV4</PdpType> |
|
860 <ReqFwdPriority>PRIORITY04</ReqFwdPriority> |
|
861 <ReqRevPriority>PRIORITY04</ReqRevPriority> |
|
862 <ReqFwdBitrate>32KBPS</ReqFwdBitrate> |
|
863 <ReqRevBitrate>32KBPS</ReqRevBitrate> |
|
864 <ReqFwdLoss>LOSS1</ReqFwdLoss> |
|
865 <ReqRevLoss>LOSS1</ReqRevLoss> |
|
866 <ReqFwdMaxdelay>40MS</ReqFwdMaxdelay> |
|
867 <ReqRevMaxdelay>40MS</ReqRevMaxdelay> |
|
868 <MinFwdBitrate>8KBPS</MinFwdBitrate> |
|
869 <MinRevBitrate>8KBPS</MinRevBitrate> |
|
870 <AccptFwdLoss>LOSS2</AccptFwdLoss> |
|
871 <AccptRevLoss>LOSS2</AccptRevLoss> |
|
872 <AccptFwdMaxdelay>120MS</AccptFwdMaxdelay> |
|
873 <AccptRevMaxdelay>120MS</AccptRevMaxdelay> |
|
874 <DataCompression>FALSE</DataCompression> |
|
875 <HeaderCompression>FALSE</HeaderCompression> |
|
876 <AnonymousAccess>FALSE</AnonymousAccess> |
|
877 <IfNetworks>ip</IfNetworks> |
|
878 <IfAuthName>RasUser</IfAuthName> |
|
879 <IfAuthPass>pass</IfAuthPass> |
|
880 <AuthRetries>1</AuthRetries> |
|
881 <IpNetMask>0.255.255.255</IpNetMask> |
|
882 <IpGateway>10.0.0.1</IpGateway> |
|
883 <EnableLCPExtension>TRUE</EnableLCPExtension> |
|
884 <DisablePlainTextAuth>TRUE</DisablePlainTextAuth> |
|
885 <ApType>2</ApType> |
|
886 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
887 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
888 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
889 <RlpMode>UNKNOWN</RlpMode> |
|
890 <CDMAMobileIP>FALSE</CDMAMobileIP> |
|
891 <CDMAMobileIPTimeout>10000000</CDMAMobileIPTimeout> |
|
892 </CDMA2000PacketService> |
|
893 </CDMA2000PacketServiceTable> |
|
894 |
|
895 <DefaultCDMA2000Table> |
|
896 </DefaultCDMA2000Table> |
|
897 |
|
898 <ChargecardTable> |
|
899 <Chargecard operation="add"> |
|
900 <Name>Dummy BT Chargecard</Name> |
|
901 <AccountNumber>144,12345678</AccountNumber> |
|
902 <Pin>0000</Pin> |
|
903 <LocalRule>HG</LocalRule> |
|
904 <NatRule>HFG</NatRule> |
|
905 <IntlRule>HEFG</IntlRule> |
|
906 </Chargecard> |
|
907 <Chargecard operation="add"> |
|
908 <Name>Dummy Mercury Chargecard</Name> |
|
909 <AccountNumber>0500800800,,12345678</AccountNumber> |
|
910 <Pin>****</Pin> |
|
911 <LocalRule>HG</LocalRule> |
|
912 <NatRule>J,K,0FG</NatRule> |
|
913 <IntlRule>HEFG</IntlRule> |
|
914 </Chargecard> |
|
915 </ChargecardTable> |
|
916 |
|
917 <ConnectionPreferencesTable> |
|
918 <ConnectionPreferences operation="add"> |
|
919 <Name>ConnectionPreferencesTable1</Name> |
|
920 <Ranking>0</Ranking> |
|
921 <Direction>INCOMING</Direction> |
|
922 <DialogPref>DONOTPROMPT</DialogPref> |
|
923 <BearerSet>CSD</BearerSet> |
|
924 <IAPRef>IAP.Default Dial In ISP</IAPRef> |
|
925 </ConnectionPreferences> |
|
926 <ConnectionPreferences operation="add"> |
|
927 <Name>ConnectionPreferencesTable2</Name> |
|
928 <Ranking>1</Ranking> |
|
929 <Direction>OUTGOING</Direction> |
|
930 <DialogPref>DONOTPROMPT</DialogPref> |
|
931 <BearerSet>CSD</BearerSet> |
|
932 <IAPRef>IAP.MmTsy</IAPRef> |
|
933 </ConnectionPreferences> |
|
934 </ConnectionPreferencesTable> |
|
935 |
|
936 <GlobalSettingsTable> |
|
937 <GlobalSettings operation="add"> |
|
938 <Name>GlobalSettingsTable1</Name> |
|
939 <RedialAttempts>3</RedialAttempts> |
|
940 <SmsBearer>2</SmsBearer> |
|
941 <SmsReceiveMode>2</SmsReceiveMode> |
|
942 <GPRSAttachMode>1</GPRSAttachMode> |
|
943 <AcceptIncomingGprs>1</AcceptIncomingGprs> |
|
944 <ConnectionAttempts>2</ConnectionAttempts> |
|
945 <ModemForDataAndFax>2</ModemForDataAndFax> |
|
946 <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS> |
|
947 <LocationForDataAndFax>Location.Office</LocationForDataAndFax> |
|
948 <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS> |
|
949 <GPRSClassCBearer>GSM</GPRSClassCBearer> |
|
950 <DefaultNetwork>Network.Intranet</DefaultNetwork> |
|
951 <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY> |
|
952 </GlobalSettings> |
|
953 </GlobalSettingsTable> |
|
954 |
|
955 <IncomingGPRSTable> |
|
956 <IncomingGPRS operation="add"> |
|
957 <Name>Dummy Incoming GPRS Settings</Name> |
|
958 <APN>Test</APN> |
|
959 <PDPType>IPV4</PDPType> |
|
960 <PDPAddress>0.0.0.0</PDPAddress> |
|
961 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
962 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
963 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
964 <ReqPrecedence>1</ReqPrecedence> |
|
965 <ReqDelay>1</ReqDelay> |
|
966 <ReqReliability>1</ReqReliability> |
|
967 <ReqPeakThroughput>1</ReqPeakThroughput> |
|
968 <ReqMeanThroughput>1</ReqMeanThroughput> |
|
969 <MinPrecedence>1</MinPrecedence> |
|
970 <MinDelay>1</MinDelay> |
|
971 <MinReliability>1</MinReliability> |
|
972 <MinPeakThroughput>1</MinPeakThroughput> |
|
973 <MinMeanThroughput>1</MinMeanThroughput> |
|
974 <DataCompression>FALSE</DataCompression> |
|
975 <HeaderCompression>FALSE</HeaderCompression> |
|
976 <AnonymousAccess>FALSE</AnonymousAccess> |
|
977 <IfNetworks>ip</IfNetworks> |
|
978 <IfAuthName>RasUser</IfAuthName> |
|
979 <IfAuthPass>pass</IfAuthPass> |
|
980 <AuthRetries>1</AuthRetries> |
|
981 <IpNameServer1>0.0.0.0</IpNameServer1> |
|
982 <IpNameServer2>0.0.0.0</IpNameServer2> |
|
983 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
984 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
985 <GprsUseEdge>FALSE</GprsUseEdge> |
|
986 </IncomingGPRS> |
|
987 </IncomingGPRSTable> |
|
988 |
|
989 <OutgoingGPRSTable> |
|
990 <OutgoingGPRS operation="add"> |
|
991 <Name>NTRas GPRS</Name> |
|
992 <APN>Test</APN> |
|
993 <PDPType>IPV4</PDPType> |
|
994 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
995 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
996 <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer> |
|
997 <ReqPrecedence>2</ReqPrecedence> |
|
998 <ReqDelay>4</ReqDelay> |
|
999 <ReqReliability>3</ReqReliability> |
|
1000 <ReqPeakThroughput>3</ReqPeakThroughput> |
|
1001 <ReqMeanThroughput>31</ReqMeanThroughput> |
|
1002 <MinPrecedence>2</MinPrecedence> |
|
1003 <MinDelay>4</MinDelay> |
|
1004 <MinReliability>3</MinReliability> |
|
1005 <MinPeakThroughput>3</MinPeakThroughput> |
|
1006 <MinMeanThroughput>31</MinMeanThroughput> |
|
1007 <DataCompression>FALSE</DataCompression> |
|
1008 <HeaderCompression>FALSE</HeaderCompression> |
|
1009 <AnonymousAccess>FALSE</AnonymousAccess> |
|
1010 <IfNetworks>ip</IfNetworks> |
|
1011 <IfAuthName>RasUser</IfAuthName> |
|
1012 <IfAuthPass>pass</IfAuthPass> |
|
1013 <AuthRetries>1</AuthRetries> |
|
1014 <IpNameServer1>194.72.6.51</IpNameServer1> |
|
1015 <IpNameServer2>194.72.6.51</IpNameServer2> |
|
1016 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
1017 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
1018 <GprsUseEdge>FALSE</GprsUseEdge> |
|
1019 </OutgoingGPRS> |
|
1020 </OutgoingGPRSTable> |
|
1021 |
|
1022 <DefaultGPRSTable> |
|
1023 <DefaultGPRS operation="add"> |
|
1024 <Name>Dummy Default GPRS Settings</Name> |
|
1025 <APN>Access point name</APN> |
|
1026 <PDPType>IPV6</PDPType> |
|
1027 <PDPAddress>www.wid.com</PDPAddress> |
|
1028 <Usage>1</Usage> |
|
1029 <Precedence>1</Precedence> |
|
1030 <Delay>1</Delay> |
|
1031 <Reliability>1</Reliability> |
|
1032 <PeakThroughput>1</PeakThroughput> |
|
1033 <MeanThroughput>1</MeanThroughput> |
|
1034 <MinPrecedence>1</MinPrecedence> |
|
1035 <MinDelay>1</MinDelay> |
|
1036 <MinReliability>1</MinReliability> |
|
1037 <MinPeakThroughput>1</MinPeakThroughput> |
|
1038 <MinMeanThroughput>1</MinMeanThroughput> |
|
1039 <DataCompression>TRUE</DataCompression> |
|
1040 <HeaderCompression>TRUE</HeaderCompression> |
|
1041 <GprsUseEdge>FALSE</GprsUseEdge> |
|
1042 <AnonymousAccess>TRUE</AnonymousAccess> |
|
1043 </DefaultGPRS> |
|
1044 </DefaultGPRSTable> |
|
1045 |
|
1046 <ProxyTable> |
|
1047 <Proxy operation="add"> |
|
1048 <Name>ProxyTable1</Name> |
|
1049 <ISPRef>DialOutISP.NT RAS</ISPRef> |
|
1050 <UseProxyServer>TRUE</UseProxyServer> |
|
1051 <ProtocolName>http</ProtocolName> |
|
1052 <ProxyServerName>www.dummyproxy.com</ProxyServerName> |
|
1053 <PortNumber>80</PortNumber> |
|
1054 <Exceptions>www.dummyproxy.com/exception</Exceptions> |
|
1055 </Proxy> |
|
1056 </ProxyTable> |
|
1057 |
|
1058 <LocationTable> |
|
1059 <Location operation="template"> |
|
1060 <Name>Default Location</Name> |
|
1061 <Mobile>TRUE</Mobile> |
|
1062 <UsePulseDial>FALSE</UsePulseDial> |
|
1063 <WaitForDialTone>FALSE</WaitForDialTone> |
|
1064 <PauseAfterDialout>0</PauseAfterDialout> |
|
1065 <IntlPrefixCode>+</IntlPrefixCode> |
|
1066 <NatPrefixCode>0</NatPrefixCode> |
|
1067 <NatCode>44</NatCode> |
|
1068 </Location> |
|
1069 <Location operation="add"> |
|
1070 <Name>Office</Name> |
|
1071 <Mobile>FALSE</Mobile> |
|
1072 <UsePulseDial>FALSE</UsePulseDial> |
|
1073 <WaitForDialTone>FALSE</WaitForDialTone> |
|
1074 <PauseAfterDialout>0</PauseAfterDialout> |
|
1075 <IntlPrefixCode>00</IntlPrefixCode> |
|
1076 <NatPrefixCode>0</NatPrefixCode> |
|
1077 <NatCode>44</NatCode> |
|
1078 <AreaCode>171</AreaCode> |
|
1079 <DialOutCode>9,</DialOutCode> |
|
1080 </Location> |
|
1081 <Location operation="add"> |
|
1082 <Name>Office Direct Dial</Name> |
|
1083 <Mobile>FALSE</Mobile> |
|
1084 <UsePulseDial>FALSE</UsePulseDial> |
|
1085 <WaitForDialTone>FALSE</WaitForDialTone> |
|
1086 <PauseAfterDialout>0</PauseAfterDialout> |
|
1087 <IntlPrefixCode>00</IntlPrefixCode> |
|
1088 <NatPrefixCode>0</NatPrefixCode> |
|
1089 <NatCode>44</NatCode> |
|
1090 <AreaCode>171</AreaCode> |
|
1091 </Location> |
|
1092 <Location operation="add"> |
|
1093 <Name>Mobile</Name> |
|
1094 <Mobile>TRUE</Mobile> |
|
1095 <UsePulseDial>FALSE</UsePulseDial> |
|
1096 <WaitForDialTone>FALSE</WaitForDialTone> |
|
1097 <PauseAfterDialout>0</PauseAfterDialout> |
|
1098 <IntlPrefixCode>+</IntlPrefixCode> |
|
1099 <NatPrefixCode>0</NatPrefixCode> |
|
1100 <NatCode>44</NatCode> |
|
1101 </Location> |
|
1102 <Location operation="add"> |
|
1103 <Name>Home</Name> |
|
1104 <Mobile>FALSE</Mobile> |
|
1105 <UsePulseDial>TRUE</UsePulseDial> |
|
1106 <WaitForDialTone>TRUE</WaitForDialTone> |
|
1107 <PauseAfterDialout>0</PauseAfterDialout> |
|
1108 <IntlPrefixCode>00</IntlPrefixCode> |
|
1109 <NatPrefixCode>0</NatPrefixCode> |
|
1110 <NatCode>44</NatCode> |
|
1111 <AreaCode>181</AreaCode> |
|
1112 </Location> |
|
1113 </LocationTable> |
|
1114 |
|
1115 <SecureSocketTable> |
|
1116 <SecureSocket operation="add"> |
|
1117 <Name>SecureSocketTable1</Name> |
|
1118 <ProtocolName>ssl3.0</ProtocolName> |
|
1119 <ProtoLibrary>ssladaptor.dll</ProtoLibrary> |
|
1120 </SecureSocket> |
|
1121 <SecureSocket operation="add"> |
|
1122 <Name>SecureSocketTable2</Name> |
|
1123 <ProtocolName>tls1.0</ProtocolName> |
|
1124 <ProtoLibrary>ssladaptor.dll</ProtoLibrary> |
|
1125 </SecureSocket> |
|
1126 </SecureSocketTable> |
|
1127 |
|
1128 <BTDeviceTable> |
|
1129 </BTDeviceTable> |
|
1130 |
|
1131 <BTPersistTable> |
|
1132 </BTPersistTable> |
|
1133 |
|
1134 <BTSecurityTable> |
|
1135 </BTSecurityTable> |
|
1136 |
|
1137 <BTDefaultTable> |
|
1138 </BTDefaultTable> |
|
1139 |
|
1140 <WAPAccessPointTable> |
|
1141 <WAPAccessPoint operation="template"> |
|
1142 <Name>Default Dial In ISP</Name> |
|
1143 <CurrentBearer>WAPIPBearer</CurrentBearer> |
|
1144 </WAPAccessPoint> |
|
1145 <WAPAccessPoint operation="add"> |
|
1146 <Name>Dummy WAP Settings</Name> |
|
1147 <CurrentBearer>WAPIPBearer</CurrentBearer> |
|
1148 <StartPage>www.wapstart.com</StartPage> |
|
1149 </WAPAccessPoint> |
|
1150 </WAPAccessPointTable> |
|
1151 |
|
1152 <WAPIPBearerTable> |
|
1153 <WAPIPBearer operation="template"> |
|
1154 <Name>WAPIPBearerTable1</Name> |
|
1155 <AccessPoint>WAPAccessPoint.-1</AccessPoint> |
|
1156 <WSPOption>CONNECTIONLESS</WSPOption> |
|
1157 <Security>FALSE</Security> |
|
1158 <IAPRef>IAP.-1</IAPRef> |
|
1159 <ProxyPortNumber>0</ProxyPortNumber> |
|
1160 </WAPIPBearer> |
|
1161 <WAPIPBearer operation="add"> |
|
1162 <Name>WAPIPBearerTable2</Name> |
|
1163 <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint> |
|
1164 <GatewayAddress>www.wapgateway.com</GatewayAddress> |
|
1165 <WSPOption>CONNECTIONORIENTED</WSPOption> |
|
1166 <Security>FALSE</Security> |
|
1167 <IAPRef>IAP.MmTsy</IAPRef> |
|
1168 <ProxyPortNumber>1</ProxyPortNumber> |
|
1169 </WAPIPBearer> |
|
1170 </WAPIPBearerTable> |
|
1171 |
|
1172 <WAPSMSBearerTable> |
|
1173 <WAPSMSBearer operation="template"> |
|
1174 <Name>WAPSMSBearerTable1</Name> |
|
1175 <AccessPoint>WAPAccessPoint.-1</AccessPoint> |
|
1176 <WSPOption>CONNECTIONLESS</WSPOption> |
|
1177 <Security>FALSE</Security> |
|
1178 </WAPSMSBearer> |
|
1179 <WAPSMSBearer operation="add"> |
|
1180 <Name>WAPSMSBearerTable2</Name> |
|
1181 <AccessPoint>WAPAccessPoint.Dummy WAP Settings</AccessPoint> |
|
1182 <GatewayAddress>+4412345678901</GatewayAddress> |
|
1183 <WSPOption>CONNECTIONORIENTED</WSPOption> |
|
1184 <Security>FALSE</Security> |
|
1185 <ServiceCentreAddress>+442071234567</ServiceCentreAddress> |
|
1186 </WAPSMSBearer> |
|
1187 </WAPSMSBearerTable> |
|
1188 |
|
1189 <VirtualBearerTable> |
|
1190 </VirtualBearerTable> |
|
1191 |
|
1192 <VpnServiceTable> |
|
1193 </VpnServiceTable> |
|
1194 |
|
1195 |
|
1196 </CommDB:Config> |