From 3d312e631b4db14efd0a0e0ba2d7a434fe8fceeb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 30 Nov 2011 04:35:44 -0600 Subject: [PATCH] gsmdial: Make sure to use '#' at the end The bluetooth path got this part wrong --- gatchat/gsmdial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c index be159ebd..a1d6421a 100644 --- a/gatchat/gsmdial.c +++ b/gatchat/gsmdial.c @@ -771,7 +771,7 @@ int main(int argc, char **argv) event_loop = g_main_loop_new(NULL, FALSE); if (option_bluetooth) { - g_at_chat_send(control, "ATD*99", none_prefix, connect_cb, + g_at_chat_send(control, "ATD*99#", none_prefix, connect_cb, NULL, NULL); } else { g_at_chat_send(control, "ATE0Q0V1", NULL, NULL, NULL, NULL);