summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/transfer-unattended.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sipp/transfer-unattended.xml')
-rw-r--r--tests/pjsua/scripts-sipp/transfer-unattended.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-sipp/transfer-unattended.xml b/tests/pjsua/scripts-sipp/transfer-unattended.xml
new file mode 100644
index 0000000..bd184d2
--- /dev/null
+++ b/tests/pjsua/scripts-sipp/transfer-unattended.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE scenario SYSTEM "sipp.dtd">
+
+<scenario name="Dummy scenario for call transfer">
+
+ <send retrans="500">
+ <![CDATA[
+
+ OPTIONS sip:[service]@[remote_ip]:[remote_port] SIP/2.0
+ Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
+ From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
+ To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
+ Call-ID: [call_id]
+ Max-Forwards: 70
+ CSeq: 1 OPTIONS
+ Content-Length: 0
+
+ ]]>
+ </send>
+
+ <recv response="200">
+ </recv>
+
+ <pause milliseconds="1000"/>
+
+</scenario>