|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB" |
|
3 xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB" |
|
4 xmlns:xlink="http://www.w3.org/1999/xlink" |
|
5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
6 xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd"> |
|
7 |
|
8 <InformationTable> |
|
9 </InformationTable> |
|
10 |
|
11 <NetworkTable> |
|
12 <Network operation="add"> |
|
13 <Name>Intranet</Name> |
|
14 </Network> |
|
15 </NetworkTable> |
|
16 |
|
17 <IAPTable> |
|
18 <IAP operation="add"> |
|
19 <Name>Connect NTRAS via Com0</Name> |
|
20 <IAPService>DialOutISP.NT RAS</IAPService> |
|
21 <IAPBearer>ModemBearer.NTRAS (Com0) Null Modem 115200bps</IAPBearer> |
|
22 <IAPNetwork>Network.Intranet</IAPNetwork> |
|
23 <IAPNetworkWeighting>0</IAPNetworkWeighting> |
|
24 <LocationRef>Location.Office</LocationRef> |
|
25 </IAP> |
|
26 <IAP operation="add"> |
|
27 <Name>Ethernet WinTAP</Name> |
|
28 <IAPService>LANService.Ethernet Static 2</IAPService> |
|
29 <IAPBearer>LANBearer.EKA2 WINTAP Ethernet</IAPBearer> |
|
30 <IAPNetwork>Network.Intranet</IAPNetwork> |
|
31 <IAPNetworkWeighting>0</IAPNetworkWeighting> |
|
32 <LocationRef>Location.Office</LocationRef> |
|
33 </IAP> |
|
34 </IAPTable> |
|
35 |
|
36 <ModemBearerTable> |
|
37 <ModemBearer operation="template"> |
|
38 <Name>Default Modem</Name> |
|
39 <Agent>CSD.agt</Agent> |
|
40 <IfName>PPP</IfName> |
|
41 <PortName>COMM::1</PortName> |
|
42 <ControlChannelPortName>COMM::0</ControlChannelPortName> |
|
43 <TSYName>MM</TSYName> |
|
44 <CSYName>ECUART</CSYName> |
|
45 <DataBits>8</DataBits> |
|
46 <StopBits>1</StopBits> |
|
47 <Parity>NONE</Parity> |
|
48 <Rate>115200</Rate> |
|
49 <Handshaking>0</Handshaking> |
|
50 <SpecialRate>0</SpecialRate> |
|
51 <XonChar>0</XonChar> |
|
52 <XoffChar>0</XoffChar> |
|
53 <FaxClassPref>AUTO</FaxClassPref> |
|
54 <SpeakerPref>NEVER</SpeakerPref> |
|
55 <SpeakerVolPref>QUIET</SpeakerVolPref> |
|
56 <ModemInitString>AT</ModemInitString> |
|
57 <DataInitString>AT</DataInitString> |
|
58 <FaxInitString>AT</FaxInitString> |
|
59 <DialPauseLength>S8=</DialPauseLength> |
|
60 <SpeakerVolContorlLow>L0</SpeakerVolContorlLow> |
|
61 <SpeakerVolControlMedium>L1</SpeakerVolControlMedium> |
|
62 <SpeakerVolControlHigh>L2</SpeakerVolControlHigh> |
|
63 <SpeakerAlwaysOff>M0</SpeakerAlwaysOff> |
|
64 <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier> |
|
65 <SpeakerAlwaysOn>M2</SpeakerAlwaysOn> |
|
66 <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier> |
|
67 <DialToneWaitModifier>W</DialToneWaitModifier> |
|
68 <CallProgress1>X1</CallProgress1> |
|
69 <CallProgress2>X2</CallProgress2> |
|
70 <CallProgress3>X3</CallProgress3> |
|
71 <CallProgress4>X4</CallProgress4> |
|
72 <EchoOff>E0</EchoOff> |
|
73 <VerboseText>V1</VerboseText> |
|
74 <QuietOff>Q0</QuietOff> |
|
75 <QuietOn>Q1</QuietOn> |
|
76 <DialCommandStateModifier>;</DialCommandStateModifier> |
|
77 <OnLine>O</OnLine> |
|
78 <ResetConfiguration>Z</ResetConfiguration> |
|
79 <ReturnToFactoryDefs>&F</ReturnToFactoryDefs> |
|
80 <DCDOnDuringLink>&C1</DCDOnDuringLink> |
|
81 <DTRHangUp>&D2</DTRHangUp> |
|
82 <DSRAlwaysOn>&S0</DSRAlwaysOn> |
|
83 <RTSCTSHandshake>&K3</RTSCTSHandshake> |
|
84 <XonXoffHandshake>&K4</XonXoffHandshake> |
|
85 <EscapeCharacter>+</EscapeCharacter> |
|
86 <EscapeGuardPeriod>S12</EscapeGuardPeriod> |
|
87 <NoDialTone>NO DIAL TONE</NoDialTone> |
|
88 <Busy>BUSY</Busy> |
|
89 <NoAnswer>NO ANSWER</NoAnswer> |
|
90 <Carrier>CARRIER</Carrier> |
|
91 <Connect>CONNECT</Connect> |
|
92 <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5> |
|
93 <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis> |
|
94 <CompressionNone>COMPRESSION:NONE</CompressionNone> |
|
95 <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD> |
|
96 <ProtocolALT>PROTOCOL:ALT</ProtocolALT> |
|
97 <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR> |
|
98 <ProtocolNone>PROTOCOL:NONE</ProtocolNone> |
|
99 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
100 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
101 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
102 <MinimumSignalLevel>9905</MinimumSignalLevel> |
|
103 <LastSocketActivityTimeout>600</LastSocketActivityTimeout> |
|
104 <LastSessionClosedTimeout>600</LastSessionClosedTimeout> |
|
105 <LastSocketClosedTimeout>600</LastSocketClosedTimeout> |
|
106 <SIRSettings>0</SIRSettings> |
|
107 <CommRole>0</CommRole> |
|
108 </ModemBearer> |
|
109 <ModemBearer operation="add"> |
|
110 <Name>GsmPhone1</Name> |
|
111 <Agent>CSD.agt</Agent> |
|
112 <IfName>PPP</IfName> |
|
113 <PortName>COMM::0</PortName> |
|
114 <ControlChannelPortName>COMM::0</ControlChannelPortName> |
|
115 <TSYName>MM</TSYName> |
|
116 <CSYName>ECUART</CSYName> |
|
117 <DataBits>8</DataBits> |
|
118 <StopBits>1</StopBits> |
|
119 <Parity>NONE</Parity> |
|
120 <Rate>115200</Rate> |
|
121 <Handshaking>4</Handshaking> |
|
122 <SpecialRate>0</SpecialRate> |
|
123 <XonChar>17</XonChar> |
|
124 <XoffChar>19</XoffChar> |
|
125 <ModemInitString>AT</ModemInitString> |
|
126 <MessageCentreNumber>+447973100973</MessageCentreNumber> |
|
127 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
128 <MessageDeliveryReport>FALSE</MessageDeliveryReport> |
|
129 <MinimumSignalLevel>9905</MinimumSignalLevel> |
|
130 </ModemBearer> |
|
131 <ModemBearer operation="add"> |
|
132 <Name>NTRAS (Com0) Null Modem 115200bps</Name> |
|
133 <Agent>CSD.agt</Agent> |
|
134 <IfName>PPP</IfName> |
|
135 <PortName>COMM::0</PortName> |
|
136 <ControlChannelPortName>COMM::0</ControlChannelPortName> |
|
137 <TSYName>NTRAS</TSYName> |
|
138 <CSYName>ECUART</CSYName> |
|
139 <DataBits>8</DataBits> |
|
140 <StopBits>1</StopBits> |
|
141 <Parity>NONE</Parity> |
|
142 <Rate>115200</Rate> |
|
143 <Handshaking>4</Handshaking> |
|
144 <SpecialRate>0</SpecialRate> |
|
145 <XonChar>0</XonChar> |
|
146 <XoffChar>0</XoffChar> |
|
147 <ModemInitString>AT</ModemInitString> |
|
148 <MessageCentreNumber>+44123456789</MessageCentreNumber> |
|
149 <MessageValidityPeriod>1440</MessageValidityPeriod> |
|
150 <MessageDeliveryReport>TRUE</MessageDeliveryReport> |
|
151 <MinimumSignalLevel>9905</MinimumSignalLevel> |
|
152 </ModemBearer> |
|
153 </ModemBearerTable> |
|
154 |
|
155 <LANBearerTable> |
|
156 <LANBearer operation="add"> |
|
157 <Name>Ethernet 001</Name> |
|
158 <Agent>nullagt.agt</Agent> |
|
159 <IfName>ethint</IfName> |
|
160 <LDDFilename>enet</LDDFilename> |
|
161 <LDDName>Ethernet</LDDName> |
|
162 <PDDFilename>ethernet</PDDFilename> |
|
163 <PDDName>ethernet.wins</PDDName> |
|
164 <PacketDriverName>EtherPkt.drv</PacketDriverName> |
|
165 <LastSocketActivityTimeout>-1</LastSocketActivityTimeout> |
|
166 <LastSessionClosedTimeout>-1</LastSessionClosedTimeout> |
|
167 <LastSocketClosedTimeout>-1</LastSocketClosedTimeout> |
|
168 </LANBearer> |
|
169 <LANBearer operation="add"> |
|
170 <Name>Ethernet 002</Name> |
|
171 <Agent>nullagt.agt</Agent> |
|
172 <IfName>ethint</IfName> |
|
173 <LDDName>EtherCard</LDDName> |
|
174 <PDDName>EtherWins</PDDName> |
|
175 <LastSocketActivityTimeout>-1</LastSocketActivityTimeout> |
|
176 <LastSessionClosedTimeout>-1</LastSessionClosedTimeout> |
|
177 <LastSocketClosedTimeout>-1</LastSocketClosedTimeout> |
|
178 </LANBearer> |
|
179 <LANBearer operation="add"> |
|
180 <Name>EKA2 WINTAP Ethernet</Name> |
|
181 <Agent>nullagt.agt</Agent> |
|
182 <IfName>ethint</IfName> |
|
183 <LDDFilename>enet</LDDFilename> |
|
184 <LDDName>=Ethernet</LDDName> |
|
185 <PDDFilename>ethertap</PDDFilename> |
|
186 <PDDName>Ethertap.Wins</PDDName> |
|
187 <PacketDriverName>EtherPkt.drv</PacketDriverName> |
|
188 <LastSocketActivityTimeout>-1</LastSocketActivityTimeout> |
|
189 <LastSessionClosedTimeout>-1</LastSessionClosedTimeout> |
|
190 <LastSocketClosedTimeout>-1</LastSocketClosedTimeout> |
|
191 </LANBearer> |
|
192 </LANBearerTable> |
|
193 |
|
194 <LANServiceTable> |
|
195 <LANService operation="add"> |
|
196 <Name>Ethernet Static 2</Name> |
|
197 <IfNetworks>ip</IfNetworks> |
|
198 <IpNetMask>255.255.255.0</IpNetMask> |
|
199 <IpGateway>192.168.0.1</IpGateway> |
|
200 <IpAddrFromServer>FALSE</IpAddrFromServer> |
|
201 <IpAddr>192.168.0.3</IpAddr> |
|
202 <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer> |
|
203 <IpNameServer1>10.16.59.15</IpNameServer1> |
|
204 <IpNameServer2>10.23.58.12</IpNameServer2> |
|
205 </LANService> |
|
206 </LANServiceTable> |
|
207 |
|
208 <DialInISPTable> |
|
209 <DialInISP operation="template"> |
|
210 <Name>Default Dial In ISP</Name> |
|
211 <UseLoginScript>FALSE</UseLoginScript> |
|
212 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
213 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
214 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
215 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
216 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
217 <EnableSWComp>FALSE</EnableSWComp> |
|
218 <UseEdge>FALSE</UseEdge> |
|
219 </DialInISP> |
|
220 <DialInISP operation="add"> |
|
221 <Name>Dial In ISP01</Name> |
|
222 <UseLoginScript>FALSE</UseLoginScript> |
|
223 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
224 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
225 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
226 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
227 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
228 <EnableSWComp>FALSE</EnableSWComp> |
|
229 <UseEdge>FALSE</UseEdge> |
|
230 </DialInISP> |
|
231 </DialInISPTable> |
|
232 |
|
233 <DialOutISPTable> |
|
234 <DialOutISP operation="template"> |
|
235 <Name>Default Dial Out ISP</Name> |
|
236 <DialResolution>TRUE</DialResolution> |
|
237 <UseLoginScript>FALSE</UseLoginScript> |
|
238 <PromptForLogin>TRUE</PromptForLogin> |
|
239 <DisplayPCT>FALSE</DisplayPCT> |
|
240 <IfPromptForAuth>TRUE</IfPromptForAuth> |
|
241 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
242 <CallbackTimeout>0</CallbackTimeout> |
|
243 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
244 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
245 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
246 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
247 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
248 <EnableSWComp>FALSE</EnableSWComp> |
|
249 <BearerService>0</BearerService> |
|
250 <BearerProtocol>UNSPECIFIED</BearerProtocol> |
|
251 <RlpVersion>0</RlpVersion> |
|
252 <IwfToMs>0</IwfToMs> |
|
253 <MsToIwf>0</MsToIwf> |
|
254 <AckTimer>0</AckTimer> |
|
255 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
256 <ResequencePeriod>0</ResequencePeriod> |
|
257 <V42Compression>0</V42Compression> |
|
258 <V42Codewords>0</V42Codewords> |
|
259 <V42MaxLength>0</V42MaxLength> |
|
260 <Asymmetry>0</Asymmetry> |
|
261 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
262 <UseEdge>FALSE</UseEdge> |
|
263 </DialOutISP> |
|
264 <DialOutISP operation="add"> |
|
265 <Name>Pipex CSD</Name> |
|
266 <Description>Pipex Service Provider</Description> |
|
267 <Type>INTERNETONLY</Type> |
|
268 <DefaultTelNum>08450885336</DefaultTelNum> |
|
269 <DialResolution>TRUE</DialResolution> |
|
270 <UseLoginScript>FALSE</UseLoginScript> |
|
271 <PromptForLogin>FALSE</PromptForLogin> |
|
272 <DisplayPCT>FALSE</DisplayPCT> |
|
273 <IfNetworks>ip</IfNetworks> |
|
274 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
275 <IfAuthName>solabf75</IfAuthName> |
|
276 <IfAuthPass>oodifama</IfAuthPass> |
|
277 <AuthRetries>0</AuthRetries> |
|
278 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
279 <CallbackTimeout>0</CallbackTimeout> |
|
280 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
281 <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer> |
|
282 <IpNameServer1>158.43.128.1</IpNameServer1> |
|
283 <IpNameServer2>158.43.192.1</IpNameServer2> |
|
284 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
285 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
286 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
287 <EnableSWComp>FALSE</EnableSWComp> |
|
288 <BearerName>ASYNCHRONOUS</BearerName> |
|
289 <BearerSpeed>UNSPECIFIED</BearerSpeed> |
|
290 <BearerCE>UNSPECIFIED</BearerCE> |
|
291 <BearerType>CSD</BearerType> |
|
292 <ChannelCoding>UNSPECIFIED</ChannelCoding> |
|
293 <RequestedTimeSlots>0</RequestedTimeSlots> |
|
294 <MaximumTimeSlots>0</MaximumTimeSlots> |
|
295 <BearerService>0</BearerService> |
|
296 <BearerProtocol>UNSPECIFIED</BearerProtocol> |
|
297 <RlpVersion>0</RlpVersion> |
|
298 <IwfToMs>0</IwfToMs> |
|
299 <MsToIwf>0</MsToIwf> |
|
300 <AckTimer>0</AckTimer> |
|
301 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
302 <ResequencePeriod>0</ResequencePeriod> |
|
303 <V42Compression>0</V42Compression> |
|
304 <V42Codewords>0</V42Codewords> |
|
305 <V42MaxLength>0</V42MaxLength> |
|
306 <Asymmetry>0</Asymmetry> |
|
307 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
308 <UseEdge>FALSE</UseEdge> |
|
309 </DialOutISP> |
|
310 <DialOutISP operation="add"> |
|
311 <Name>NT RAS</Name> |
|
312 <Description>Test</Description> |
|
313 <Type>INTERNETONLY</Type> |
|
314 <DialResolution>TRUE</DialResolution> |
|
315 <UseLoginScript>TRUE</UseLoginScript> |
|
316 <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> |
|
317 <PromptForLogin>FALSE</PromptForLogin> |
|
318 <DisplayPCT>FALSE</DisplayPCT> |
|
319 <IfNetworks>ip,ip6</IfNetworks> |
|
320 <IfPromptForAuth>FALSE</IfPromptForAuth> |
|
321 <IfAuthName>RasUser</IfAuthName> |
|
322 <IfAuthPass>pass</IfAuthPass> |
|
323 <AuthRetries>0</AuthRetries> |
|
324 <IfCallbackEnabled>FALSE</IfCallbackEnabled> |
|
325 <CallbackTimeout>0</CallbackTimeout> |
|
326 <IpAddrFromServer>TRUE</IpAddrFromServer> |
|
327 <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer> |
|
328 <EnableIPHeaderComp>FALSE</EnableIPHeaderComp> |
|
329 <EnableLCPExtension>FALSE</EnableLCPExtension> |
|
330 <DisablePlainTextAuth>FALSE</DisablePlainTextAuth> |
|
331 <EnableSWComp>FALSE</EnableSWComp> |
|
332 <BearerName>ASYNCHRONOUS</BearerName> |
|
333 <BearerSpeed>UNSPECIFIED</BearerSpeed> |
|
334 <BearerCE>UNSPECIFIED</BearerCE> |
|
335 <BearerType>CSD</BearerType> |
|
336 <ChannelCoding>UNSPECIFIED</ChannelCoding> |
|
337 <RequestedTimeSlots>0</RequestedTimeSlots> |
|
338 <MaximumTimeSlots>0</MaximumTimeSlots> |
|
339 <BearerService>0</BearerService> |
|
340 <BearerProtocol>UNSPECIFIED</BearerProtocol> |
|
341 <RlpVersion>0</RlpVersion> |
|
342 <IwfToMs>0</IwfToMs> |
|
343 <MsToIwf>0</MsToIwf> |
|
344 <AckTimer>0</AckTimer> |
|
345 <RetransmissionAttempts>0</RetransmissionAttempts> |
|
346 <ResequencePeriod>0</ResequencePeriod> |
|
347 <V42Compression>0</V42Compression> |
|
348 <V42Codewords>0</V42Codewords> |
|
349 <V42MaxLength>0</V42MaxLength> |
|
350 <Asymmetry>0</Asymmetry> |
|
351 <UserInitUpgrade>FALSE</UserInitUpgrade> |
|
352 <UseEdge>FALSE</UseEdge> |
|
353 </DialOutISP> |
|
354 </DialOutISPTable> |
|
355 |
|
356 <AgentLookupTable> |
|
357 </AgentLookupTable> |
|
358 |
|
359 <CDMA2000PacketServiceTable> |
|
360 </CDMA2000PacketServiceTable> |
|
361 |
|
362 <DefaultCDMA2000Table> |
|
363 </DefaultCDMA2000Table> |
|
364 |
|
365 <ChargecardTable> |
|
366 </ChargecardTable> |
|
367 |
|
368 <ConnectionPreferencesTable> |
|
369 <ConnectionPreferences operation="add"> |
|
370 <Name>DefaultRecordName-1</Name> |
|
371 <Ranking>1</Ranking> |
|
372 <Direction>OUTGOING</Direction> |
|
373 <BearerSet>CSD</BearerSet> |
|
374 <DialogPref>DONOTPROMPT</DialogPref> |
|
375 <IAPRef>IAP.Connect NTRAS via Com0</IAPRef> |
|
376 </ConnectionPreferences> |
|
377 </ConnectionPreferencesTable> |
|
378 |
|
379 <GlobalSettingsTable> |
|
380 <GlobalSettings operation="add"> |
|
381 <Name>DefaultRecordName-1</Name> |
|
382 <RedialAttempts>3</RedialAttempts> |
|
383 <SmsBearer>1</SmsBearer> |
|
384 <SmsReceiveMode>2</SmsReceiveMode> |
|
385 <GPRSAttachMode>1</GPRSAttachMode> |
|
386 <AcceptIncomingGprs>1</AcceptIncomingGprs> |
|
387 <GPRSClassCBearer>GSM</GPRSClassCBearer> |
|
388 <ConnectionAttempts>2</ConnectionAttempts> |
|
389 <ModemForDataAndFax>2</ModemForDataAndFax> |
|
390 <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS> |
|
391 <LocationForDataAndFax>Location.Office</LocationForDataAndFax> |
|
392 <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS> |
|
393 <MaxMBufHeap>2</MaxMBufHeap> |
|
394 <DefaultNetwork>Network.Intranet</DefaultNetwork> |
|
395 <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY> |
|
396 </GlobalSettings> |
|
397 </GlobalSettingsTable> |
|
398 |
|
399 <IncomingGPRSTable> |
|
400 </IncomingGPRSTable> |
|
401 |
|
402 <OutgoingGPRSTable> |
|
403 </OutgoingGPRSTable> |
|
404 |
|
405 <DefaultGPRSTable> |
|
406 </DefaultGPRSTable> |
|
407 |
|
408 <ProxyTable> |
|
409 </ProxyTable> |
|
410 |
|
411 <LocationTable> |
|
412 <Location operation="template"> |
|
413 <Name>Default Location</Name> |
|
414 <IntlPrefixCode>+</IntlPrefixCode> |
|
415 <NatPrefixCode>0</NatPrefixCode> |
|
416 <NatCode>44</NatCode> |
|
417 <AreaCode>44</AreaCode> |
|
418 <DialOutCode>44</DialOutCode> |
|
419 <DisableCallWaitingCode>44</DisableCallWaitingCode> |
|
420 <Mobile>TRUE</Mobile> |
|
421 <UsePulseDial>FALSE</UsePulseDial> |
|
422 <WaitForDialTone>FALSE</WaitForDialTone> |
|
423 <PauseAfterDialout>0</PauseAfterDialout> |
|
424 </Location> |
|
425 <Location operation="add"> |
|
426 <Name>Office</Name> |
|
427 <IntlPrefixCode>00</IntlPrefixCode> |
|
428 <NatPrefixCode>0</NatPrefixCode> |
|
429 <NatCode>44</NatCode> |
|
430 <AreaCode>171</AreaCode> |
|
431 <DialOutCode>9,</DialOutCode> |
|
432 <DisableCallWaitingCode>9,</DisableCallWaitingCode> |
|
433 <Mobile>FALSE</Mobile> |
|
434 <UsePulseDial>FALSE</UsePulseDial> |
|
435 <WaitForDialTone>FALSE</WaitForDialTone> |
|
436 <PauseAfterDialout>0</PauseAfterDialout> |
|
437 </Location> |
|
438 <Location operation="add"> |
|
439 <Name>Office Direct Dial</Name> |
|
440 <IntlPrefixCode>00</IntlPrefixCode> |
|
441 <NatPrefixCode>0</NatPrefixCode> |
|
442 <NatCode>44</NatCode> |
|
443 <AreaCode>171</AreaCode> |
|
444 <DialOutCode>171</DialOutCode> |
|
445 <DisableCallWaitingCode>171</DisableCallWaitingCode> |
|
446 <Mobile>FALSE</Mobile> |
|
447 <UsePulseDial>FALSE</UsePulseDial> |
|
448 <WaitForDialTone>FALSE</WaitForDialTone> |
|
449 <PauseAfterDialout>0</PauseAfterDialout> |
|
450 </Location> |
|
451 <Location operation="add"> |
|
452 <Name>Mobile</Name> |
|
453 <IntlPrefixCode>+</IntlPrefixCode> |
|
454 <NatPrefixCode>0</NatPrefixCode> |
|
455 <NatCode>44</NatCode> |
|
456 <AreaCode>44</AreaCode> |
|
457 <DialOutCode>44</DialOutCode> |
|
458 <DisableCallWaitingCode>44</DisableCallWaitingCode> |
|
459 <Mobile>TRUE</Mobile> |
|
460 <UsePulseDial>FALSE</UsePulseDial> |
|
461 <WaitForDialTone>FALSE</WaitForDialTone> |
|
462 <PauseAfterDialout>0</PauseAfterDialout> |
|
463 </Location> |
|
464 <Location operation="add"> |
|
465 <Name>Home</Name> |
|
466 <IntlPrefixCode>00</IntlPrefixCode> |
|
467 <NatPrefixCode>0</NatPrefixCode> |
|
468 <NatCode>44</NatCode> |
|
469 <AreaCode>181</AreaCode> |
|
470 <DialOutCode>181</DialOutCode> |
|
471 <DisableCallWaitingCode>181</DisableCallWaitingCode> |
|
472 <Mobile>FALSE</Mobile> |
|
473 <UsePulseDial>TRUE</UsePulseDial> |
|
474 <WaitForDialTone>TRUE</WaitForDialTone> |
|
475 <PauseAfterDialout>0</PauseAfterDialout> |
|
476 </Location> |
|
477 </LocationTable> |
|
478 |
|
479 <SecureSocketTable> |
|
480 </SecureSocketTable> |
|
481 |
|
482 <BTDeviceTable> |
|
483 </BTDeviceTable> |
|
484 |
|
485 <BTPersistTable> |
|
486 </BTPersistTable> |
|
487 |
|
488 <BTSecurityTable> |
|
489 </BTSecurityTable> |
|
490 |
|
491 <BTDefaultTable> |
|
492 </BTDefaultTable> |
|
493 |
|
494 <WAPAccessPointTable> |
|
495 </WAPAccessPointTable> |
|
496 |
|
497 <WAPIPBearerTable> |
|
498 </WAPIPBearerTable> |
|
499 |
|
500 <WAPSMSBearerTable> |
|
501 </WAPSMSBearerTable> |
|
502 |
|
503 <VirtualBearerTable> |
|
504 </VirtualBearerTable> |
|
505 |
|
506 <VpnServiceTable> |
|
507 </VpnServiceTable> |
|
508 |
|
509 <WLANServiceExtensionTable> |
|
510 </WLANServiceExtensionTable> |
|
511 |
|
512 <PANServiceExtensionsTable> |
|
513 </PANServiceExtensionsTable> |
|
514 |
|
515 <EAPSecuritySettingsTable> |
|
516 </EAPSecuritySettingsTable> |
|
517 |
|
518 <TunnelledEAPSettingsTable> |
|
519 </TunnelledEAPSettingsTable> |
|
520 |
|
521 <EAPTLSSettingsTable> |
|
522 </EAPTLSSettingsTable> |
|
523 |
|
524 <LEAPSettingsTable> |
|
525 </LEAPSettingsTable> |
|
526 |
|
527 |
|
528 </CommDB:Config> |