summaryrefslogtreecommitdiffstats
path: root/gatchat
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-11-30 04:35:44 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-11-30 04:35:44 -0600
commit3d312e631b4db14efd0a0e0ba2d7a434fe8fceeb (patch)
tree76c55a83ee279e4cc0093d9d7bd71574f3a9aaa9 /gatchat
parent0a6189c15ec8676a90691e7eaa1c183352625f49 (diff)
downloadofono-3d312e631b4db14efd0a0e0ba2d7a434fe8fceeb.tar.bz2
gsmdial: Make sure to use '#' at the end
The bluetooth path got this part wrong
Diffstat (limited to 'gatchat')
-rw-r--r--gatchat/gsmdial.c2
1 files changed, 1 insertions, 1 deletions
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);