From ca025eb90532acbbdddaa5694d3662cb8911306c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 23 Nov 2009 19:55:59 -0600 Subject: [PATCH] Fix: Make sure we don't gobble up unsolicited --- drivers/calypsomodem/voicecall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index 6ff7de7..976334e 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -321,7 +321,8 @@ static void cpi_notify(GAtResult *result, gpointer user_data) /* Need to send this on the calypso hardware to avoid echo issues */ if (msgtype == 3 || msgtype == 4) - g_at_chat_send(vd->chat, "AT%N0187", NULL, NULL, NULL, NULL); + g_at_chat_send(vd->chat, "AT%N0187", none_prefix, + NULL, NULL, NULL); switch (msgtype) { case 0: -- 2.7.4