-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaxi.php
109 lines (85 loc) · 2.12 KB
/
taxi.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?php
header("Content-type: text/xml");
header("Connection: close");
header("Expires: -1");
?>
<CiscoIPPhoneDirectory>
<Title>Такси</Title>
<Prompt></Prompt>
<DirectoryEntry>
<Name>ВОЛГА</Name>
<Telephone>44144</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Форсаж</Name>
<Telephone>22111</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Престиж</Name>
<Telephone>27772</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>МИГ</Name>
<Telephone>66666</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Арзамас</Name>
<Telephone>63777</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Барс</Name>
<Telephone>22122</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Пуля</Name>
<Telephone>65555</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Чайка</Name>
<Telephone>30466</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Такса</Name>
<Telephone>33133</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Нота</Name>
<Telephone>20444</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Вояж</Name>
<Telephone>33331</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Блюз</Name>
<Telephone>22332</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Тройка</Name>
<Telephone>33333</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Класс</Name>
<Telephone>94444</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>105</Name>
<Telephone>44105</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>4 семерки</Name>
<Telephone>47777</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>1 грузовая</Name>
<Telephone>20909</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Такси</Name>
<Telephone>47309</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Такси</Name>
<Telephone>30466</Telephone>
</DirectoryEntry>
</CiscoIPPhoneDirectory>