diff options
-rw-r--r-- | src/voicecall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index 20b6a7f4..bc6986c5 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1459,7 +1459,8 @@ static void dial_callback(const struct ofono_error *error, void *data) struct voicecall *v = l->data; if (v->call->status == CALL_STATUS_DIALING || - v->call->status == CALL_STATUS_ALERTING) + v->call->status == CALL_STATUS_ALERTING || + v->call->status == CALL_STATUS_ACTIVE) break; } |