[telepathy-spec/master] fd.o#23409: add In_Progress call state

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 11 10:52:00 PDT 2009


Based on wording from Mikhail Zabaluev, describing the situation in
the bug.
---
 spec/Channel_Interface_Call_State.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/spec/Channel_Interface_Call_State.xml b/spec/Channel_Interface_Call_State.xml
index 78a123f..b569a7f 100644
--- a/spec/Channel_Interface_Call_State.xml
+++ b/spec/Channel_Interface_Call_State.xml
@@ -116,6 +116,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
           diverted.
         </tp:docstring>
       </tp:flag>
+
+      <tp:flag suffix="In_Progress" value="16">
+        <tp:docstring>
+          Progress has been made in placing the outgoing call, but the
+          destination contact may not have been made aware of the call yet
+          (so the Ringing state is not appropriate). This corresponds to SIP's
+          status code 183 Session Progress, and could be used when the
+          outgoing call has reached a gateway, for instance.
+        </tp:docstring>
+      </tp:flag>
     </tp:flags>
 
   </interface>
-- 
1.5.6.5



More information about the telepathy-commits mailing list