/etc/sipwitch.d/tests.xml is in sipwitch 1.9.15-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!-- 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>
|