Fix: Update the status to held properly

This commit is contained in:
Denis Kenzior 2009-11-16 11:19:23 -06:00
parent 957fc90d37
commit 534d7f89d2
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ static void atd_cb(gboolean ok, GAtResult *result, gpointer user_data)
if (call->status != 0)
continue;
call->status = 2;
call->status = CALL_STATUS_HELD;
ofono_voicecall_notify(vc, call);
}