diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 89c612e..ee072d3 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
"WHERE { " \
"?call a nmo:Call ; " \
"nmo:from ?c ; " \
- "nmo:isSent false . " \
+ "nmo:isSent false ; " \
+ "nmo:isAnswered true ." \
"?c a nco:Contact . " \
"OPTIONAL { ?c nco:hasPhoneNumber ?h . } " \
"OPTIONAL { ?c nco:hasEmailAddress ?e . } " \
"WHERE { " \
"?call a nmo:Call ; " \
"nmo:from ?c ; " \
- "nmo:isSent false . " \
+ "nmo:isSent false ; " \
+ "nmo:isAnswered true ." \
"?c a nco:Contact . " \
"OPTIONAL { ?c nco:hasPhoneNumber ?h . } " \
"} ORDER BY DESC(nmo:receivedDate(?call))"