aboutsummaryrefslogtreecommitdiff
path: root/src/modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modem.h')
-rw-r--r--src/modem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modem.h b/src/modem.h
index cf6e9d4..246018d 100644
--- a/src/modem.h
+++ b/src/modem.h
@@ -20,9 +20,11 @@
#define _AT_MUTE "ATM0\r\n"
#define _AT_RESET_ON_DTR "AT&D3\r\n"
+#define _MODEM_WAIT_RING
+
int modem_accept_wait(int fd);
/*
- * Waits for RING, accepts incoming calls. Return is non-zero when cennection fails.
+ * Waits for RING (ifdef _MODEM_WAIT_RING), accepts incoming calls. Return is non-zero when cennection fails.
* */
int modem_command(int fd, char* cmd, int timeout_ms);