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

« back to all changes in this revision

Viewing changes to tools/sippxml/account_uas_recv_transfered.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
 
  <recv request="INVITE">
23
 
  </recv>
24
 
 
25
 
  <send>
26
 
   <![CDATA[
27
 
 
28
 
     SIP/2.0 180 Ringing
29
 
     [last_Via:]
30
 
     [last_From:]
31
 
     [last_To:];tag=[call_number]
32
 
     [last_Call-ID:]
33
 
     [last_CSeq:]
34
 
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
35
 
     Content-Length: 0
36
 
 
37
 
   ]]>
38
 
  </send>
39
 
 
40
 
  <send retrans="500">
41
 
   <![CDATA[
42
 
 
43
 
     SIP/2.0 200 OK
44
 
     [last_Via:]
45
 
     [last_From:]
46
 
     [last_To:];tag=[call_number]
47
 
     [last_Call-ID:]
48
 
     [last_CSeq:]
49
 
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
50
 
     Content-Type: application/sdp
51
 
     Content-Length: [len]
52
 
 
53
 
     v=0
54
 
     o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
55
 
     s=-
56
 
     c=IN IP[media_ip_type] [media_ip]
57
 
     t=0 0
58
 
     m=audio [media_port] RTP/AVP 0
59
 
     a=rtpmap:0 PCMU/8000
60
 
 
61
 
   ]]>
62
 
  </send>
63
 
 
64
 
  <recv request="ACK">
65
 
  </recv>
66
 
 
67
 
  <recv request="INVITE">
68
 
  </recv>
69
 
 
70
 
  <pause milliseconds="200">
71
 
  </recv>
72
 
 
73
 
  <send retrans="500">
74
 
   <![CDATA[
75
 
 
76
 
     SIP/2.0 200 OK
77
 
     [last_Via:]
78
 
     [last_From:]
79
 
     [last_To:];tag=[call_number]
80
 
     [last_Call-ID:]
81
 
     [last_CSeq:]
82
 
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
83
 
     Content-Type: application/sdp
84
 
     Content-Length: [len]
85
 
 
86
 
     v=0
87
 
     o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
88
 
     s=-
89
 
     c=IN IP[media_ip_type] [media_ip]
90
 
     t=0 0
91
 
     m=audio [media_port] RTP/AVP 0
92
 
     a=rtpmap:0 PCMU/8000
93
 
 
94
 
   ]]>
95
 
  </send>
96
 
 
97
 
  <recv request="ACK">
98
 
  </recv>
99
 
 
100
 
 
101
 
  <!--
102
 
 
103
 
  <recv request="BYE">
104
 
  </recv>
105
 
 
106
 
  <send retrans="500">
107
 
   <![CDATA[
108
 
 
109
 
     SIP/2.0 200 OK
110
 
     [last_Via:]
111
 
     [last_From:]
112
 
     [last_To:];tag=[call_number]
113
 
     [last_Call-ID:]
114
 
     [last_CSeq:]
115
 
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
116
 
     Content-Type: application/sdp
117
 
     Content-Length: [len]
118
 
 
119
 
     v=0
120
 
     o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
121
 
     s=-
122
 
     c=IN IP[media_ip_type] [media_ip]
123
 
     t=0 0
124
 
     m=audio [media_port] RTP/AVP 0
125
 
     a=rtpmap:0 PCMU/8000
126
 
 
127
 
   ]]>
128
 
  </send>
129
 
 
130
 
  -->
131
 
 
132
 
</scenario>