From 781a9eedf3ae8e43a7bd1967843ca9c81ecfa52c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 18 Nov 2009 17:58:15 -0600 Subject: [PATCH] Turn off echo on HSO modems --- plugins/hso.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/hso.c b/plugins/hso.c index 10f9e8b..6293d84 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); -- 2.7.4