-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuas_im.xml
36 lines (29 loc) · 1.29 KB
/
uas_im.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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<!-- -->
<!-- Instant Message Simulator -->
<!-- (Server Mode) -->
<!-- -->
<!-- A B -->
<!-- |(1) INVITE | -->
<!-- |<==================| -->
<!-- |(2) 200 OK | -->
<!-- |==================>| -->
<!-- |...................| -->
<!-- -->
<scenario name="IM Simulator">
<recv request="MESSAGE" crlf="true">
</recv>
<send>
<![CDATA[
SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Content-Length: 0
]]>
</send>
</scenario>