summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Swindell <t.swindell@rubyx.co.uk>2013-04-05 14:05:18 +0000
committerTom Swindell <t.swindell@rubyx.co.uk>2013-04-05 14:05:18 +0000
commit065a054af945ce244a13719b55812fe611edf486 (patch)
tree0b3277e6cea7d5027606266422de878c4f2094f9
parent9cf8e04541858115ea7b2b5f6cb7003c29420049 (diff)
Updated media manager interface property spec.
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
-rw-r--r--src/ring-media-manager.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ring-media-manager.c b/src/ring-media-manager.c
index 2fcebeb..1eccecd 100644
--- a/src/ring-media-manager.c
+++ b/src/ring-media-manager.c
@@ -878,7 +878,7 @@ ring_media_manager_outgoing_call(RingMediaManager *self,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
- "initiator", initiator,
+ "initiator-handle", initiator,
"handle-type", htype,
"handle", target,
"peer", target,
@@ -988,7 +988,7 @@ on_modem_call_incoming(ModemCallService *call_service,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
- "initiator", handle,
+ "initiator-handle", handle,
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,
@@ -1052,6 +1052,8 @@ on_modem_call_created(ModemCallService *call_service,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
+ "initiator-handle", tp_base_connection_get_self_handle(
+ TP_BASE_CONNECTION(priv->connection)),
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,