summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/calypso.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/calypso.c b/plugins/calypso.c
index 7798e10b..53676843 100644
--- a/plugins/calypso.c
+++ b/plugins/calypso.c
@@ -178,6 +178,8 @@ static void setup_modem(struct ofono_modem *modem)
g_at_chat_send(data->dlcs[i], "ATE0", NULL, NULL, NULL, NULL);
g_at_chat_send(data->dlcs[i], "AT%CUNS=0",
NULL, NULL, NULL, NULL);
+ g_at_chat_send(data->dlcs[i], "AT+CMEE=1",
+ NULL, NULL, NULL, NULL);
}
/* CSTAT tells us when SMS & Phonebook are ready to be used */