diff options
Diffstat (limited to 'src/mm-base-call.c')
-rw-r--r-- | src/mm-base-call.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-base-call.c b/src/mm-base-call.c index ae84afa6..c0fada6e 100644 --- a/src/mm-base-call.c +++ b/src/mm-base-call.c @@ -673,6 +673,7 @@ mm_base_call_get_path (MMBaseCall *self) /* Define the states in which we want to handle in-call events */ #define MM_CALL_STATE_IS_IN_CALL(state) \ (state == MM_CALL_STATE_DIALING || \ + state == MM_CALL_STATE_RINGING_IN || \ state == MM_CALL_STATE_RINGING_OUT || \ state == MM_CALL_STATE_ACTIVE) |