From 24e7c24a153e3b2e9204656f5c883ff0d0e3f4f1 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Sat, 10 Aug 2013 01:39:59 +0200 Subject: call: correct old reference to Call_State Ringing --- spec/Channel_Type_Call.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index 6deab1fd..f343b00e 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -613,7 +613,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. the remote client indicates that the user has been notified about the call. If the network is known not to provide feedback about whether the remote side is ringing, then the call should immediately be - set to Ringing. + set to Initialised.
  • Initialising → Initialised (for incoming calls, when e.g. the implementation has been initialised far enough that it is sensible to notify the user about the call (to reduce the probability that -- cgit v1.2.3 From fa01a6981630b374789ee3c2723cd45a68ad101b Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Sat, 10 Aug 2013 01:40:30 +0200 Subject: call: replace reference to non-existant connection manager --- spec/Channel_Type_Call.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index f343b00e..eee38a95 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -1151,7 +1151,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

    A connection manager might be intended for a specialized hardware device, which will take care of the audio streaming (e.g. - telepathy-yafono, which uses GSM hardware which does the actual + telepathy-ring, which uses GSM hardware which does the actual audio streaming for the call).

    -- cgit v1.2.3