diff options
-rw-r--r-- | drivers/hfpmodem/voicecall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 91a18444..2caf8ab2 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voicecall.c @@ -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); } |