diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-02 17:22:46 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-02 17:22:46 +0300 |
commit | 8837a95dc2649fc68df7105f06527bb03ecd0f6f (patch) | |
tree | 8aba03e1235bc28df2fdc287e748240746533d86 /audio | |
parent | fb601550b5cd92549f260fdf13d05ca1a1277a12 (diff) |
Make the features bits reflect what's actually supported currently
Diffstat (limited to 'audio')
-rw-r--r-- | audio/telephony-dummy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/telephony-dummy.c b/audio/telephony-dummy.c index 83045270..033bf661 100644 --- a/audio/telephony-dummy.c +++ b/audio/telephony-dummy.c @@ -354,7 +354,9 @@ static DBusConnection *connection = NULL; int telephony_init(void) { - uint32_t features = 0; + uint32_t features = AG_FEATURE_REJECT_A_CALL | + AG_FEATURE_ENHANCED_CALL_STATUS | + AG_FEATURE_EXTENDED_ERROR_RESULT_CODES; connection = dbus_bus_get(DBUS_BUS_SYSTEM, NULL); |