summaryrefslogtreecommitdiffstats
path: root/gatchat
diff options
context:
space:
mode:
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);