Skip to content
Snippets Groups Projects
Commit 2e90d869 authored by Hugo Lefeuvre's avatar Hugo Lefeuvre
Browse files

call state machine: fix SEARCHING state transition


The call state machine expects a two step state transition: the
daemon should first transition to a terminating state, and then to
OVER. This is almost always the case, expect for the SEARCHING state.

In fact this state is a bit special since it does not correspond to
any well defined daemon state. In order to avoid issues resulting
from an invalid SEARCHING -> ENDED transition, add a temporary state
transition to TERMINATING.

Change-Id: I074d9a1beba2e39ef3089733485b57311e834214
Gitlab: #392
Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
parent fc1d0348
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment