From 640c9c642c5b60d3954cf7fa31c0e410b6bb9496 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?=
 <rafael.carre@savoirfairelinux.com>
Date: Fri, 26 Aug 2011 16:49:00 -0400
Subject: [PATCH] * #6743: fix ip2ip

---
 gnome/src/actions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome/src/actions.c b/gnome/src/actions.c
index 5ea37d4d0f..6a498ab2f2 100644
--- a/gnome/src/actions.c
+++ b/gnome/src/actions.c
@@ -843,6 +843,7 @@ sflphone_keypad (guint keyval, gchar * key)
 static void place_direct_call (const callable_obj_t * c)
 {
     assert(c->_state == CALL_STATE_DIALING);
+        dbus_place_call (c);
 }
 
 static int place_registered_call (callable_obj_t * c)
-- 
GitLab