summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/transfer-unattended.xml
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
committerDavid M. Lee <dlee@digium.com>2013-01-07 14:24:28 -0600
commitf3ab456a17af1c89a6e3be4d20c5944853df1cb0 (patch)
treed00e1a332cd038a6d906a1ea0ac91e1a4458e617 /tests/pjsua/scripts-sipp/transfer-unattended.xml
Import pjproject-2.0.1
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>