summaryrefslogtreecommitdiffstats
path: root/app/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/serial.c')
-rw-r--r--app/serial.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/serial.c b/app/serial.c
index 27307eb..cabe7f2 100644
--- a/app/serial.c
+++ b/app/serial.c
@@ -21,7 +21,9 @@ serial_poll (void)
else if (v == '#')
{
toggle_fake_hook ();
- modem_send ("ATDT120;");
+ dialstr_digit(1);
+ dialstr_digit(2);
+ dialstr_digit(0);
}
else
{