diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hso.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/hso.c b/plugins/hso.c index 10f9e8b5..6293d84f 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -146,6 +146,9 @@ static int hso_enable(struct ofono_modem *modem) if (getenv("OFONO_AT_DEBUG")) g_at_chat_set_debug(data->app, hso_debug, "App:"); + g_at_chat_send(data->control, "ATE0", none_prefix, NULL, NULL, NULL); + g_at_chat_send(data->app, "ATE0", none_prefix, NULL, NULL, NULL); + g_at_chat_send(data->control, "AT+CFUN=1", none_prefix, cfun_enable, modem, NULL); |