-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsh_iinv-o486.xml
46 lines (35 loc) · 975 Bytes
/
sh_iinv-o486.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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<!-- ./sipp -i 192.168.1.10 -p 5060 -sf sh_iinv-o486.xml -->
<scenario name="iinv-o486.xml -- wjd 2014">
<recv request="INVITE" rrs="true"/>
<send>
<![CDATA[
SIP/2.0 100 Trying
[last_Via:]
[last_Record-Route:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
Content-Length: 0
]]>
</send>
<pause milliseconds="1000"/>
<send retrans="500">
<![CDATA[
SIP/2.0 486 Busy Here
[last_Via:]
[last_Record-Route:]
[last_From:]
[last_To:];tag=[pid]SIPpTag01[call_number]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
[last_Call-ID:]
[last_CSeq:]
Content-Length: 0
]]>
</send>
<recv request="ACK"/>
<!-- Keep call open to be able to retransmit 486 -->
<timewait milliseconds="2000"/>
</scenario><!-- vim: set ts=8 sw=2 sts=2 et ai: -->