From: Denis Kenzior Date: Tue, 24 Nov 2009 01:55:59 +0000 (-0600) Subject: Fix: Make sure we don't gobble up unsolicited X-Git-Tag: 0.12~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca025eb90532acbbdddaa5694d3662cb8911306c;p=platform%2Fupstream%2Fofono.git Fix: Make sure we don't gobble up unsolicited --- 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: