-
Notifications
You must be signed in to change notification settings - Fork 162
/
sipp_uac_register_quick.xml
101 lines (85 loc) · 2.07 KB
/
sipp_uac_register_quick.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
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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="registration">
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "sipp" <sip:[field0]@[field1]>;tag=[pid]SIPpTag00-1
To: "sipp" <sip:[field0]@[field1]>
Call-ID: reg///[call_id]
CSeq: 1 REGISTER
Contact: <sip:sipp@[local_ip]:[local_port]>
Expires: 60
Content-Length: 0
User-Agent: SIPp
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="401" auth="true" rtd="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "sipp" <sip:[field0]@[field1]>;tag=[pid]SIPpTag00-1
To: "sipp" <sip:[field0]@[field1]>
Call-ID: reg///[call_id]
CSeq: 2 REGISTER
Contact: <sip:sipp@[local_ip]:[local_port]>
Expires: 60
Content-Length: 0
User-Agent: SIPp
[field2]
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="200">
</recv>
<pause />
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "sipp" <sip:[field0]@[field1]>;tag=[pid]SIPpTag00-2
To: "sipp" <sip:[field0]@[field1]>
Call-ID: reg///[call_id]
CSeq: 3 REGISTER
Contact: <sip:sipp@[local_ip]:[local_port]>
Expires: 60
Content-Length: 0
User-Agent: SIPp
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="401" auth="true" rtd="true">
</recv>
<send retrans="500">
<![CDATA[
REGISTER sip:[field1] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
Max-Forwards: 70
From: "sipp" <sip:[field0]@[field1]>;tag=[pid]SIPpTag00-2
To: "sipp" <sip:[field0]@[field1]>
Call-ID: reg///[call_id]
CSeq: 4 REGISTER
Contact: <sip:sipp@[local_ip]:[local_port]>
Expires: 60
Content-Length: 0
User-Agent: SIPp
[field2]
]]>
</send>
<recv response="100" optional="true">
</recv>
<recv response="200">
</recv>
<ResponseTimeRepartition value="10, 20"/>
<CallLengthRepartition value="10"/>
</scenario>