From 607de5feead037ad8255b09f76ac2b100a6b9d0a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 21 Sep 2013 06:36:14 +0000 Subject: [PATCH] Added manual answer commands. --- docs/sexpots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sexpots.txt b/docs/sexpots.txt index ec78ae4a4f..1a54a79771 100644 --- a/docs/sexpots.txt +++ b/docs/sexpots.txt @@ -175,6 +175,9 @@ Example .ini file (with default values given): EnableCallerID = AT+VCID=1 ; Enable Caller-ID support (or try AT#CID=1) Timeout = 5 ; Seconds to wait for a response from modem ReInit = 60 ; Minutes between re-init while waiting for call + Answer = ATA ; Answer command (for manual answer mode) + Ring = RING ; Ring indication string + ManualAnswer = FALSE ; Set to TRUE to disable auto-answer [TCP] Host = localhost ; Hostname or IP address of TCP server -- GitLab