-
Notifications
You must be signed in to change notification settings - Fork 34
/
conf.xml
70 lines (65 loc) · 5.13 KB
/
conf.xml
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
<?xml version="1.0"?>
<config>
<actions>
<!--
<action type="alert" email="????@gmail.com" email_from="test@voip-patrol.org" smtp_host="smtp://gmail-smtp-in.l.google.com:25"/>
-->
<!-- UDP tests -->
<action type="register" transport="udp" expected_cause_code="200" username="username" password="?????????" realm="sip.yourdomain.com" registrar="10.0.0.193"/>
<action type="wait"/>
<action type="accept" label="server1" wait_until="2" callee="username" hangup="2"/>
<action type="call" label="server1" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.193" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server1" wait_until="2" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server1" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.193" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server2" wait_until="2" callee="username" hangup="2"/>
<action type="call" label="server2" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.194" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server2" wait_until="2" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server2" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.194" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server3" wait_until="2" callee="username" hangup="2"/>
<action type="call" label="server3" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.195" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server3" wait_until="2" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server3" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.195" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server4" wait_until="2" callee="username" hangup="2"/>
<action type="call" label="server4" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.196" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server4" wait_until="2" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server4" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.196" hangup="2"/>
<action type="wait-complete"/>
<!-- TCP tests -->
<action type="register" transport="tcp" expected_cause_code="200" username="username" password="M4C6JA9gzpzz" realm="sip.yordomain.com" registrar="10.0.0.193"/>
<action type="wait"/>
<action type="accept" label="server1" wait_until="3" callee="username" hangup="2"/>
<action type="call" label="server1" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.193" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server1" wait_until="3" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server1" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.193" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server2" wait_until="3" callee="username" hangup="2"/>
<action type="call" label="server2" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.194" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server2" wait_until="3" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server2" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.194" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server3" wait_until="3" callee="username" hangup="2"/>
<action type="call" label="server3" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.195" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server3" wait_until="3" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server3" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.195" hangup="2"/>
<action type="wait"/>
<action type="accept" label="server4" wait_until="3" callee="username" hangup="2"/>
<action type="call" label="server4" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.196" max_duration="4" hangup="20"/>
<action type="wait"/>
<action type="accept" label="server4" wait_until="3" callee="username" hangup="20" max_duration="4"/>
<action type="call" label="server4" wait_until="3" expected_cause_code="200" caller="username@147.75.65.193" callee="12062091234@10.0.0.196" hangup="2"/>
<action type="wait-complete"/>
<!--
-->
</actions>
</config>
<!-- expected_useragent expected_reason max_delay -->