From 383c7e2e960cd42d0984497afb9ef2ca3c56e518 Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Sun, 22 Mar 2020 18:20:22 +0300 Subject: [PATCH] Describe phonebook feature in the manual --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index ab1cea12..dca8088f 100644 --- a/README +++ b/README @@ -1368,6 +1368,21 @@ To host a DOS-based BBS: fowarding entry to listen on TCP port 23 and pass it through to port 2323 to your DOSBox machine's IP address. This allows Internet users to "dial" your BBS using the default Telnet port. + +Phone book +---------- +You can map fake phone numbers to Internet addresses which is useful for programs +where limitations on phone number input field are too strict. +Create a text file with the name specified in "phonebookfile" entry in [serial] +section in the DOSBox configuration file and add phone-address pairs per line, +for example: + +5551234 towel.blinkenlights.nl:23 + +Now you can dial the specified phone number and the emulated modem will connect +to the address it's mapped to. Note that phone book does not allow any +characters in the phone number that are ignored or denied by a real Hayes +compatible modem. ===================================== 10. How to speed up/slow down DOSBox: