~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to tools/sippxml/ip2ip_uac_send_peer_hungup.xml

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

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
 
<!-- This program is free software; you can redistribute it and/or      -->
5
 
<!-- modify it under the terms of the GNU General Public License as     -->
6
 
<!-- published by the Free Software Foundation; either version 2 of the -->
7
 
<!-- License, or (at your option) any later version.                    -->
8
 
<!--                                                                    -->
9
 
<!-- This program is distributed in the hope that it will be useful,    -->
10
 
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of     -->
11
 
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      -->
12
 
<!-- GNU General Public License for more details.                       -->
13
 
<!--                                                                    -->
14
 
<!-- You should have received a copy of the GNU General Public License  -->
15
 
<!-- along with this program; if not, write to the                      -->
16
 
<!-- Free Software Foundation, Inc.,                                    -->
17
 
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA             -->
18
 
 
19
 
 
20
 
<scenario name="accountcall_client">
21
 
 
22
 
  <send retrans="1000">
23
 
    <![CDATA[
24
 
 
25
 
      INVITE sip:[remote_ip] SIP/2.0
26
 
      Via: SIP/2.0/[transport] [local_ip]:[local_port];rport;branch=[branch]
27
 
      From: <sip:[remote_ip]:[remote_port]>;tag=[call_number]
28
 
      To: <sip:[remote_ip]:[remote_port]>
29
 
      Call-ID: [call_id]
30
 
      CSeq: 1 INVITE
31
 
      Contact: sip:[local_ip]:[local_port]
32
 
      Max-Forwards: 70
33
 
      Subject: Functional Test
34
 
      Content-Type: application/sdp
35
 
      Content-Length: [len]
36
 
 
37
 
      v=0
38
 
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
39
 
      s=-
40
 
      c=IN IP[media_ip_type] [media_ip]
41
 
      t=0 0
42
 
      m=audio [media_port] RTP/AVP 0
43
 
      a=rtpmap:0 PCMU/8000
44
 
 
45
 
    ]]>
46
 
  </send>
47
 
 
48
 
  <recv response="100" optional="true">
49
 
  </recv>
50
 
 
51
 
  <recv response="180">
52
 
  </recv>
53
 
 
54
 
  <recv response="200">
55
 
  </recv>
56
 
 
57
 
  <send>
58
 
    <![CDATA[
59
 
 
60
 
      ACK sip:192.168.50.79 SIP/2.0
61
 
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
62
 
      From: <sip:[local_ip]:[local_port]>;tag=[call_number]
63
 
      To: <sip:[remote_ip]:[remote_port]>
64
 
      Call-ID: [call_id]
65
 
      CSeq: 2 ACK
66
 
      Contact: sip:[local_ip]:[local_port]
67
 
      Max-Forwards: 70
68
 
      Subject: Functional Test
69
 
      Content-Length: 0
70
 
 
71
 
    ]]>
72
 
  </send>
73
 
 
74
 
  <recv request="BYE">
75
 
  </recv>
76
 
 
77
 
  <send>
78
 
   <![CDATA[
79
 
 
80
 
     SIP/2.0 200 OK
81
 
     [last_Via:]
82
 
     [last_From:]
83
 
     [last_To:]
84
 
     [last_Call-ID:]
85
 
     [last_CSeq:]
86
 
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
87
 
     Content-Length: 0
88
 
 
89
 
   ]]>
90
 
 </send>
91
 
 
92
 
</scenario>