Ticket #466: reinvite_uas.xml

File reinvite_uas.xml, 467 bytes (added by mixyil1.1, 7 days ago)

сценарий для сервера

Line 
1<?xml version="1.0" encoding="windows-1252"?>
2<!DOCTYPE scenario SYSTEM "sipp.dtd">
3<scenario name="Basic UAS responder">
4 <recv request="INVITE" crlf="true" rrs="true">
5 </recv>
6
7 <send>
8 <![CDATA[
9
10 SIP/2.0 403 Forbiden
11 [last_Via:]
12 [last_From:]
13 [last_To:];tag=[call_number]
14 [last_Call-ID:]
15 [last_CSeq:]
16 Contact: <sip:[local_ip]:[local_port];transport=[transport]>
17 Content-Length: 0
18
19 ]]>
20 </send>
21</scenario>