summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 17:22:46 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-02 17:22:46 +0300
commit8837a95dc2649fc68df7105f06527bb03ecd0f6f (patch)
tree8aba03e1235bc28df2fdc287e748240746533d86
parentfb601550b5cd92549f260fdf13d05ca1a1277a12 (diff)
Make the features bits reflect what's actually supported currently
-rw-r--r--audio/telephony-dummy.c4
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);