summaryrefslogtreecommitdiffstats
path: root/audio/telephony-dummy.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 17:52:50 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-10 17:52:50 +0300
commit499ab24d27df0ffb1164f4134e7394b2a2292b15 (patch)
tree8902e4ef22292b9eb832525e9751061157458c6a /audio/telephony-dummy.c
parent3e34eab99bd769efc756cc8e3a452b00e48de387 (diff)
Implement DTMF tone transmission (AT+VTS)
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r--audio/telephony-dummy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c
index 701de220..f9e121bf 100644
--- a/audio/telephony-dummy.c
+++ b/audio/telephony-dummy.c
@@ -113,6 +113,12 @@ int telephony_dial_number_req(const char *number)
return 0;
}
+int telephony_transmit_dtmf_req(char tone)
+{
+ debug("telephony-dummy: transmit dtmf: %c", tone);
+ return 0;
+}
+
/* D-Bus method handlers */
static DBusMessage *outgoing_call(DBusConnection *conn, DBusMessage *msg,
void *data)