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