~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to tools/sippxml/ip2ipcalluac.xml

  • Committer: Package Import Robot
  • Author(s): Whoopie
  • Date: 2012-03-22 10:29:10 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322102910-tb8hugi2su1tguwh
Tags: 1.0.2-1ubuntu1
* Apply some upstream patches to fix FTBFS (LP: #913018):
  - debian/patches/05_glib_includes.patch: fix glib includes.
  - debian/patches/06_use_XkbKeycodeToKeysym.patch: use 
    XkbKeycodeToKeysym instead of (deprecated) XKeycodeToKeysym.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd">
 
2
 
 
3
 
 
4
<scenario name="Basic Sipstone UAC">
 
5
 
 
6
 <send retrans="500">
 
7
   <![CDATA[
 
8
 
 
9
     INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
 
10
     Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
 
11
     From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
 
12
     To: sut <sip:[service]@[remote_ip]:[remote_port]>
 
13
     Call-ID: [call_id]
 
14
     CSeq: 1 INVITE
 
15
     Contact: sip:sipp@[local_ip]:[local_port]
 
16
     Max-Forwards: 70
 
17
     Subject: Performance Test
 
18
     Content-Type: application/sdp
 
19
     Content-Length: [len]
 
20
 
 
21
     v=0
 
22
     o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
 
23
     s=-
 
24
     c=IN IP[media_ip_type] [media_ip]
 
25
     t=0 0
 
26
     m=audio [media_port] RTP/AVP 0
 
27
     a=rtpmap:0 PCMU/8000
 
28
 
 
29
   ]]>
 
30
 </send>
 
31
 
 
32
 <recv response="100"
 
33
       optional="true">
 
34
 </recv>
 
35
 
 
36
 <recv response="180" optional="true">
 
37
 </recv>
 
38
 
 
39
 <recv response="200" rtd="true">
 
40
 </recv>
 
41
 
 
42
 <send>
 
43
   <![CDATA[
 
44
 
 
45
     ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
 
46
     Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
 
47
     From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
 
48
     To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
 
49
     Call-ID: [call_id]
 
50
     CSeq: 1 ACK
 
51
     Contact: sip:sipp@[local_ip]:[local_port]
 
52
     Max-Forwards: 70
 
53
     Subject: Performance Test
 
54
     Content-Length: 0
 
55
 
 
56
   ]]>
 
57
 </send>
 
58
 
 
59
 <pause/>
 
60
 
 
61
 <send retrans="500">
 
62
   <![CDATA[
 
63
 
 
64
     BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
 
65
     Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
 
66
     From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
 
67
     To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
 
68
     Call-ID: [call_id]
 
69
     CSeq: 2 BYE
 
70
     Contact: sip:sipp@[local_ip]:[local_port]
 
71
     Max-Forwards: 70
 
72
     Subject: Performance Test
 
73
     Content-Length: 0
 
74
 
 
75
   ]]>
 
76
 </send>
 
77
 
 
78
 <recv response="200" crlf="true">
 
79
 </recv>
 
80
 
 
81
 <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
 
82
 
 
83
 <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
 
84
 
 
85
</scenario>