• Port answering utility

    From Sean Dennis@1:18/200 to All on Mon Jul 6 11:58:00 2020
    Hi everyone,

    Does anyone know of a utility that will answer a specified port (in my case port 10123), display a text message, and then disconnect the port? I finally got around to getting all of my events running correctly in Maximus/2 and because the BBS shuts down all nodes to run the event, I just wanted a little program that will show a text file to tell the caller to call back at a later time.

    Thanks,
    Sean


    --- Maximus/2 3.01
    * Origin: Outpost BBS * bbs.outpostbbs.net:10123 (1:18/200)
  • From mark lewis@1:3634/12 to Sean Dennis on Mon Jul 6 12:53:01 2020
    Re: Port answering utility
    By: Sean Dennis to All on Mon Jul 06 2020 11:58:00


    Does anyone know of a utility that will answer a specified
    port (in my case port 10123), display a text message, and
    then disconnect the port? I finally got around to getting
    all of my events running correctly in Maximus/2 and because
    the BBS shuts down all nodes to run the event, I just wanted
    a little program that will show a text file to tell the
    caller to call back at a later time.

    i used to use Telix on the DOS side of my OS/2... fired it up with a SALT script...

    one of the tasks was to grab the session data from my USR Couriers...

    another task was to answer when the BBS and mailer were down... one should be able to strip a lot of unneeded stuff out of the HOST or maybe even just write a simple one...

    loop waiting for RING...
    answer...
    transmit ASCII message... don't even worry about ANSI/ASCII capabilities... terminate the call after a few seconds to ensure the text is sent...
    return to top of loop...



    )\/(ark
    --- SBBSecho 3.11-Linux
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)