From c144a624422d37a6bab8c43bf140caed788029ab Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Wed, 15 Feb 2012 16:52:02 -0500 Subject: Call: On a forwarded call, make the actor into the real actor Put the handle it is forwarded to into the details https://bugs.freedesktop.org/show_bug.cgi?id=44513 --- spec/Channel_Type_Call.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index 7f03ea04..7f433978 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -826,6 +826,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. The value of this key has the same units and scale as AccountBalance. + +
forwarded-to - u
+
Optionally included when the + CallStateReason is + Forwarded. It indicates the handle to whom the Call was + forwarded.
@@ -904,9 +910,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -

The call was forwarded. If known, the handle of the contact - the call was forwarded to will be indicated by the Actor member - of a Call_State_Reason struct.

+

The call was forwarded. If known, the handle of the + contact the call was forwarded to will be indicated by the + "forwarded-to" member of a + CallStateDetails dictionnary + in the CallStateChanged + signal.

-- cgit v1.2.3