diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-11 15:22:00 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-11 15:22:00 +0300 |
commit | b8e38926181408cd9b2ea93aa6015aaeee2399b2 (patch) | |
tree | b4d2ba6510cbb8b3b9abd7cde460e5594fb9a19a /audio/telephony-dummy.c | |
parent | 0b3d10c5ef6262410e6799ee3e2037c4441b563d (diff) |
Implement support for subscriber number request (AT+CNUM)
Diffstat (limited to 'audio/telephony-dummy.c')
-rw-r--r-- | audio/telephony-dummy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index f9e121bf..315501a4 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -119,6 +119,11 @@ int telephony_transmit_dtmf_req(char tone) return 0; } +int telephony_subscriber_number_req(void) +{ + return 0; +} + /* D-Bus method handlers */ static DBusMessage *outgoing_call(DBusConnection *conn, DBusMessage *msg, void *data) |