summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:12:21 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 15:12:21 +0300
commit32fc3fa8a5b2d0da00910390e7fef03b568a6b61 (patch)
tree0fa541214fbbc1f9cc1bca36db8cea9ed07505e9 /audio/telephony-dummy.c
parent2f744156467aac007834f602f211a2b4e882f144 (diff)
Implement support for placing calls (ATD)
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index efe6c4ff..0e9673b3 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -103,6 +103,14 @@ int telephony_answer_call(void)
return 0;
}
+int telephony_dial_number(const char *number)
+{
+ /* Notify outgoing call set-up successfully initiated */
+ telephony_update_indicator(dummy_indicators, "callsetup",
+ EV_CALLSETUP_OUTGOING);
+ return 0;
+}
+
/* D-Bus method handlers */
static DBusMessage *outgoing_call(DBusConnection *conn, DBusMessage *msg,
void *data)