File: tests.xml

package info (click to toggle)
sipwitch 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,768 kB
  • sloc: cpp: 16,534; sh: 11,336; makefile: 206; xml: 24; ansic: 20
file content (29 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (3)
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
<!-- Here we generate and access special server tests under telephone
     extensions.  There were created to debug or evaluate some aspect of
	 the server.
-->
<provision>
 <test id="test1">
  <extension>299</extension>
  <answer>12</answer>
  <duration>120</duration>
  <display>Testing</display>
 </test>
 <test id="ringerr">
  <extension>298</extension>
  <error>180</error>
 </test>
 <test id="busyerr">
  <extension>297</extension>
  <error>486</error>
 </test>
 <test id="looperr">
  <extension>296</extension>
  <error>482</error>
 </test>
 <test id="reorder">
  <extension>295</extension>
  <error>484</error>
 </test>
</provision>