~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/tests/pjsua/scripts-sipp/uac-inv-multiple-require.xml

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
 
<!DOCTYPE scenario SYSTEM "sipp.dtd">
3
 
 
4
 
 
5
 
<scenario name="Multiple Require header fields">
6
 
  <!-- UAC with bad ACK causes assertion with pjsip 1.4                 -->
7
 
  <send retrans="500">
8
 
    <![CDATA[
9
 
 
10
 
      INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
11
 
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
12
 
      From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
13
 
      To: sut <sip:[service]@[remote_ip]:[remote_port]>
14
 
      Call-ID: [call_id]
15
 
      CSeq: 1 INVITE
16
 
      Contact: sip:sipp@[local_ip]:[local_port]
17
 
      Max-Forwards: 70
18
 
      Require: timer
19
 
      Require: toto
20
 
      Subject: Performance Test
21
 
      Content-Type: application/sdp
22
 
      Content-Length: [len]
23
 
 
24
 
      v=0
25
 
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
26
 
      s=-
27
 
      c=IN IP[media_ip_type] [media_ip]
28
 
      t=0 0
29
 
      m=audio [media_port] RTP/AVP 0
30
 
      a=rtpmap:0 PCMU/8000
31
 
 
32
 
    ]]>
33
 
  </send>
34
 
 
35
 
  <recv response="100"
36
 
        optional="true">
37
 
  </recv>
38
 
 
39
 
  <recv response="420" 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
 
 
60
 
  <!-- definition of the response time repartition table (unit is ms)   -->
61
 
  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
62
 
 
63
 
  <!-- definition of the call length repartition table (unit is ms)     -->
64
 
  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
65
 
 
66
 
</scenario>