aboutsummaryrefslogtreecommitdiff
path: root/plugins/ublox/mm-broadband-modem-ublox.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ublox/mm-broadband-modem-ublox.c')
-rw-r--r--plugins/ublox/mm-broadband-modem-ublox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ublox/mm-broadband-modem-ublox.c b/plugins/ublox/mm-broadband-modem-ublox.c
index 3f2d8d1f..32ab7e56 100644
--- a/plugins/ublox/mm-broadband-modem-ublox.c
+++ b/plugins/ublox/mm-broadband-modem-ublox.c
@@ -1252,6 +1252,10 @@ ucallstat_received (MMPortSerialAt *port,
case MM_CALL_STATE_WAITING:
call_info.direction = MM_CALL_DIRECTION_INCOMING;
break;
+ case MM_CALL_STATE_UNKNOWN:
+ case MM_CALL_STATE_ACTIVE:
+ case MM_CALL_STATE_HELD:
+ case MM_CALL_STATE_TERMINATED:
default:
call_info.direction = MM_CALL_DIRECTION_UNKNOWN;
break;