gsmdial: Make sure to use '#' at the end

The bluetooth path got this part wrong
This commit is contained in:
Denis Kenzior 2011-11-30 04:35:44 -06:00
parent 0a6189c15e
commit 3d312e631b
1 changed files with 1 additions and 1 deletions

View File

@ -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);