[FanControl2] too much deleted metainfo inserted again
[vuplus_dvbapp-plugin] / fritzcall / src / callbycall_world.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- the syntax of this file is fairly self-explanatory
4      However, one thing needs to be said. Entries are
5      processed in the order they are placed. This is important
6      when there are overlapping prefixes, e.g. 010 and 0100, in
7      this case 0100 must be placed before 010 or else 010 will
8      be used instead causing errors.-->
9
10 <callbycalls>
11         <country code="+31">
12                 <callbycall>
13                         <prefix>16</prefix>
14                         <length>4</length>
15                 </callbycall>
16         </country>
17         <country code="+39">
18                 <callbycall>
19                         <prefix>10</prefix>
20                         <length>4</length>
21                 </callbycall>
22         </country>
23         <country code="+41">
24                 <callbycall>
25                         <prefix>10</prefix>
26                         <length>5</length>
27                 </callbycall>
28         </country>
29         <country code="+49">
30                 <callbycall>
31                         <prefix>0100</prefix>
32                         <length>6</length>
33                 </callbycall>
34                 <callbycall>
35                         <prefix>010</prefix>
36                         <length>5</length>
37                 </callbycall>
38         </country>
39 </callbycalls>
40         
41
42