Skip to content
Snippets Groups Projects
Commit 4197def0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Updated to latest details (e.g. GIt, not CVS)

parent caa6e979
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6458 failed
Synchronet External Plain Old Telephone System (POTS) Support
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
a.k.a. SEXPOTS
Copyright 2014 Rob Swindell
Copyright 2024 Rob Swindell
For current documentation, see http://wiki.synchro.net/util:sexpots
......@@ -61,8 +61,8 @@ http://www.fsf.org/licensing/licenses/gpl.txt
with portions licensed under the GNU Lesser General Public License (LGPL)
http://www.fsf.org/licensing/licenses/lgpl.txt.
You can find the current source code (in C) in the CVS repository at
cvs.synchro.net.
You can find the current source code (in C) in the Git repository at
gitlab.synchro.net.
The latest and greatest build will be included in Synchronet-Win32 releases.
You should be able to find/download the latest general release of SEXPOTS
......@@ -100,6 +100,10 @@ NT Service Options:
-enable enable NT service (auto-start during boot)
-disable disable NT service
Additional options for Unix versions:
-syslog log to syslog rather than stdout/err
Installation
------------
......@@ -175,9 +179,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
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
......@@ -224,12 +228,6 @@ the caller as just another Telnet connection, but comming in from the local
network interface (IP address).
Linux/Unix Version
------------------
There is a preliminary *nix port of SEXPOTS in cvs.synchro.net, but it's not
being distributed or supported at this time.
Terminology
-----------
AT = Hayes standard modem command set ("AT" stands for "Attention")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment