Results 1 to 4 of 4

Thread: AutoDialer?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Winnipeg, Manitoba Canada
    Posts
    96
    Can you use the autodialer function along with a telephone plugged into the computer to make phone calls?
    I can get the computer to dial the number, but is there a way to connect that connection to a telephone?

  2. #2
    Lively Member Brandito's Avatar
    Join Date
    Nov 2000
    Location
    Here, There, Every Where!
    Posts
    106

    what do you mean?

    Are you trying to build some type of Internet Server?

  3. #3
    Member
    Join Date
    Mar 2000
    Posts
    32
    I know that it is. I have read about doing similar things, but I can't tell you how.

  4. #4
    Addicted Member bbosh's Avatar
    Join Date
    Oct 2000
    Location
    Hell (AKA New Mexico)
    Posts
    186
    Code:
    OPEN "COM1:9600,8,N,1" FOR RANDOM AS #1 LEN=LEN(256)
    PRINT #1, "ATDT"
    PRINT #1, "555-1212" ' Not my number
    PRINT "PRESS SPACE WHEN YOU HAVE PICKED UP THE RECIEVER."
    DO WHILE INKEY$ <> " ": LOOP
    PRINT #1, "ATH"
    CLOSE #1
    That should work, but I did not test it.

    Sorry for the cross posts. I hit the wrong button :-).
    Brian
    Programming: VB5 Pro (SP3) - QBasic 1.1,4.5
    Internet: HTML 4, CSS, JavaScript
    Visit AltInt.com!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width