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

« back to all changes in this revision

Viewing changes to tools/sippxml/account_uas_recv_peer_hungup.xml

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-02-18 21:47:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218214709-6362d71gqdsdkrj5
Tags: 1.0.2-1
* New upstream release
  - remove logging patch (applied upstream)
  - update s390 patch since it was partially applied upstream
* Include the Evolution plugin as a separate binary package

* Fix compilation issues on SH4 (closes: #658987)
* Merge Ubuntu's binutils-gold linking fix

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
  <recv request="BYE">
 
101
  </recv>
 
102
 
 
103
  <send retrans="500">
 
104
   <![CDATA[
 
105
 
 
106
     SIP/2.0 200 OK
 
107
     [last_Via:]
 
108
     [last_From:]
 
109
     [last_To:];tag=[call_number]
 
110
     [last_Call-ID:]
 
111
     [last_CSeq:]
 
112
     Contact: <sip:[local_ip]:[local_port];transport=[transport]>
 
113
     Content-Type: application/sdp
 
114
     Content-Length: [len]
 
115
 
 
116
     v=0
 
117
     o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
 
118
     s=-
 
119
     c=IN IP[media_ip_type] [media_ip]
 
120
     t=0 0
 
121
     m=audio [media_port] RTP/AVP 0
 
122
     a=rtpmap:0 PCMU/8000
 
123
 
 
124
   ]]>
 
125
  </send>
 
126
 
 
127
</scenario>