diff --git a/src/phone.c b/src/phone.c index f9a5d42..a4873b1 100644 --- a/src/phone.c +++ b/src/phone.c @@ -343,7 +343,8 @@ void phone_call_answer(Phone * phone) /* phone_call_hangup */ void phone_call_hangup(Phone * phone) { - gsm_call_hangup(phone->gsm); + /* XXX seems to work better than hangup */ + gsm_call_reject(phone->gsm); }