|
Post by Leif Bloomquist on Aug 5, 2008 12:07:44 GMT -5
Clocky's post on comp.sys.cbm finally gave me the push I needed to finish this ;-) Changelog: ' Version 1.3 (Fixes by Eric Pearson) ' Raise RTS on outbound connection ' Raise DTR on outbound connection ' Lower RTS when Call disconnects and Lower DTR when caller disconnects are preserved in INI ' ' Version 1.4 Option to force RTS always on by adding -rts to the command line. ' Fixed bug where A/ only remembered the port a single time. ' Option to disable +++ detection. ' ATS0 will put BBS back on-hook. ' ' Version 1.4a Bugfix! Disconnect on RS232 Break only worked in Diag mode before. ' Bugfix! Port for Outgoing calls is now a Long (was Integer) www.jammingsignal.com/files/
|
|
Sysop Fox-1
Newbie
Thunderdome Atari 8-Bit BBS -- http://thunderdome.fox-1.nl
Posts: 16
|
Post by Sysop Fox-1 on Dec 25, 2008 15:11:34 GMT -5
Finally I tried an updated version of this BBS server. Unfortunately they all don't work for my BBS. The one and only version that works is v0.8a in where I did some modifications. These small mods where added in later versions but somehow it won't do for me.
My BBS needs an "always active" Hayes modem so it seems that I needed that feature to be enabled in v1.4a but the BBS stays looping like someone tries to connect. No matter what setting I change, it always thinks someone is trying to connect, which of course fails as there is no one online, and after a timeout it all starts again.
I have absolutely no idea what's going on.
|
|
|
Post by Leif Bloomquist on Jan 9, 2009 17:41:59 GMT -5
Please enable all the debugging/logging options and post some of the log here for me to look at.
|
|
Sysop Fox-1
Newbie
Thunderdome Atari 8-Bit BBS -- http://thunderdome.fox-1.nl
Posts: 16
|
Post by Sysop Fox-1 on Jan 13, 2009 19:19:16 GMT -5
Here we go :-)
(all "X" values changed by hand)
---------------- telnetbbs.ini ----------------
#Version = Telnet BBS Server v1.4a
[BBS] BBSName=Thunderdome, Experimental Set-Up TelnetPort=x IPAddress=192.168.30.1 COMPort=1
[Connecting] RTSOnConnect=0 DTROnConnect=1 WaitForATA=0 UseCharTranslation=0 TranslationFile= RTSOutbound=1 DTROutbound=1
[Disconnecting] SendCtrlC=0 CheckDCD=1 CheckDSR=1 HangupOnATH=0 OnlineAutoDisconnect=1 OnlineDisconnectTime=40 IdleAutoDisconnect=1 IdleDisconnectTime=8 LowerRTSonDisconnect=1 LowerDTRonDisconnect=1 ReEnableDTR=1 ReEnableRTS=0 CarrierDropDelayTime=7 StayOffHook=1 StayOffHookTime=11 HangupOnBreak=0
[Comms] SerialSetup=19200,N,8,1 EchoTelnetChars=0 EnableFlowControl=1 EchoCommandChars=0 CableType=1. TelBBS Standard Cable
[Diagnostics] DetailedDiagnostics=1 LogHayes=1 PlayWAVonConnect=0 ConnectionWAV= PlayWAVonDisconnect=0 DisconnectWAV= AllowShutdown=0
[Emulation] EnableHayes=0 AllowOutgoing=0 SendRing=1 SendConnectString=1 ConnectString=CONNECT 19200 SendNoCarrier=1 SendWinsockErrors=0 GuessResponseCase=0 DisablePlusPlusPlus=0
[EOF]
----------------- c64bbslog.txt -----------------
1/14/2009 1:10:50 AM IPs Detected: 217.x.x.x,192.168.30.1 1/14/2009 1:10:50 AM Using COM Port 1 1/14/2009 1:10:50 AM Closing COM Port 1/14/2009 1:10:50 AM Lowering RTS 1/14/2009 1:10:50 AM Lowering DTR 1/14/2009 1:10:50 AM 7 seconds delay 1/14/2009 1:10:57 AM Reopening COM1 1/14/2009 1:10:57 AM Re-enabling DTR 1/14/2009 1:10:57 AM Hardware Flow Control enabled. 1/14/2009 1:10:57 AM Telnet BBS Server v1.4a listening on IP 192.168.30.1, Port x 1/14/2009 1:10:58 AM Using COM Port 1 1/14/2009 1:10:58 AM Closing COM Port 1/14/2009 1:10:58 AM Lowering RTS 1/14/2009 1:10:58 AM Lowering DTR 1/14/2009 1:10:58 AM 7 seconds delay 1/14/2009 1:11:05 AM Reopening COM1 1/14/2009 1:11:05 AM Re-enabling DTR 1/14/2009 1:11:05 AM Hardware Flow Control enabled. 1/14/2009 1:11:05 AM Responded with OK 1/14/2009 1:12:21 AM Connection from 192.168.30.3 1/14/2009 1:12:49 AM BBS closed connection via DSR, closing Telnet session 192.168.30.3 1/14/2009 1:12:49 AM Using COM Port 1 1/14/2009 1:12:49 AM Closing COM Port 1/14/2009 1:12:49 AM Lowering RTS 1/14/2009 1:12:49 AM Lowering DTR 1/14/2009 1:12:49 AM 7 seconds delay 1/14/2009 1:12:56 AM Reopening COM1 1/14/2009 1:12:56 AM Re-enabling DTR 1/14/2009 1:12:56 AM Hardware Flow Control enabled. 1/14/2009 1:12:56 AM Staying off hook for 11 seconds 1/14/2009 1:14:20 AM Connection from 192.168.30.3 1/14/2009 1:14:49 AM BBS closed connection via DSR, closing Telnet session 192.168.30.3 1/14/2009 1:14:49 AM SerialReset(): Invalid property value (380) 1/14/2009 1:14:57 AM SerialReset(): Invalid property value (380) 1/14/2009 1:15:44 AM SerialReset(): Invalid property value (380)
|
|