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

« back to all changes in this revision

Viewing changes to tools/sippxml/account_uas_receive_transfer.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" ?>
 
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
</scenario>