From eb334ce4000f27b2404cb306e7f91715071bb5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 15 Feb 2012 16:52:02 -0500 Subject: [PATCH] Call: On a forwarded call, make the actor into the real actor Put the handle it is forwarded to into the details --- spec/Channel_Type_Call.xml | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index 7f03ea0..c12bf0a 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -826,6 +826,11 @@ 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 +909,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.

-- 1.7.7.6