~ubuntu-branches/ubuntu/trusty/telepathy-python/trusty

« back to all changes in this revision

Viewing changes to spec/Channel_Interface_Call_State.xml

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-11-21 19:49:38 UTC
  • mfrom: (1.4.1 upstream) (11.1.6 sid)
  • mto: (11.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20101121194938-ulhgwjq1vnwofzsa
Tags: 0.15.18-1
* New upstream release.
* Bump Standards-Version to 3.9.1
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        progress or call states. The presence of this interface is no guarantee
26
26
        that call states will actually be signalled (for instance, SIP
27
27
        implementations are not guaranteed to generate status 180 Ringing, so a
28
 
        call can be accepted without the Ringing flag ever having been set).</p>
 
28
        call can be accepted without the Ringing flag ever having been set;
 
29
        similarly, Jingle implementations are not guaranteed to send
 
30
        <code>&lt;ringing/&gt;</code>).</p>
29
31
 
30
32
      <p>To notify the other participant in the call that they are on hold,
31
33
        see <tp:dbus-ref
114
116
          diverted.
115
117
        </tp:docstring>
116
118
      </tp:flag>
 
119
 
 
120
      <tp:flag suffix="In_Progress" value="16">
 
121
        <tp:docstring>
 
122
          Progress has been made in placing the outgoing call, but the
 
123
          destination contact may not have been made aware of the call yet
 
124
          (so the Ringing state is not appropriate). This corresponds to SIP's
 
125
          status code 183 Session Progress, and could be used when the
 
126
          outgoing call has reached a gateway, for instance.
 
127
        </tp:docstring>
 
128
      </tp:flag>
117
129
    </tp:flags>
118
130
 
119
131
  </interface>