Results 1 to 11 of 11

Thread: Dialing a phone number with cable modem

  1. #1

    Thread Starter
    Hyperactive Member kourosh's Avatar
    Join Date
    Aug 1999
    Location
    Vancouver, British Columbia, Canada
    Posts
    256

    Exclamation

    Hi, I am writing an email check program and I want it to call my pager when certain emails has arrived. But the problem is I am using a cable modem and I have no idea how to make it dial my pager number. Please if anybody know of any way to do this?
    ===========================
    Kourosh Gonabadi
    VB Programmer
    C++ Newbie
    Graphic Designer
    ===========================

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    You can't dial a phone with a cable modem. You'll need a normal modem for that.
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  3. #3

    Thread Starter
    Hyperactive Member kourosh's Avatar
    Join Date
    Aug 1999
    Location
    Vancouver, British Columbia, Canada
    Posts
    256

    Question how can that be?

    If that is so, then how come net2phone can dial a phone number with cable modem?
    ===========================
    Kourosh Gonabadi
    VB Programmer
    C++ Newbie
    Graphic Designer
    ===========================

  4. #4
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    Net2Phone works using the Internet to convert the analog signal to a digital signal that can be sent over the cable modem. The signal gets sent to the central server, then the server sends it to the person that you are calling. Their software acts like a software based modem.
    <removed by admin>

  5. #5
    Addicted Member Electro414's Avatar
    Join Date
    Nov 2000
    Location
    Do you know? I don't...
    Posts
    128

  6. #6

    Thread Starter
    Hyperactive Member kourosh's Avatar
    Join Date
    Aug 1999
    Location
    Vancouver, British Columbia, Canada
    Posts
    256

    Cool I have installed a normal modem, What should I do now?

    Thanks for your responses, although now I have installed a normall modem on my system. But steel not sure how to do the thing I asked you.

    Pleas help me if you can it is very neccessary for me to do this.

    Thanks in advanced.
    ===========================
    Kourosh Gonabadi
    VB Programmer
    C++ Newbie
    Graphic Designer
    ===========================

  7. #7
    PowerPoster MidgetsBro's Avatar
    Join Date
    Oct 2000
    Location
    Apparently, Internet.com
    Posts
    3,125
    You will probably want to make a program that downloads the email from your server and reads the headers (subject, date, from). If the header has the text that you want, for instance, you receive an email from [email protected], you can forward the message to your pager. If your pager is text based, and you have AT&T service, you probably have a mobile email address where you can receive messages. (Usually YourPager#@mobile.att.net). You can have the message forwarded to this address. If you don't have a text based pager, I don't think this kind of program would work for you, but you could try making a program that shells out to the phonedialer included with Windows. You can use SendKeys to send the phone number of your pager, and then wait for a connection, then use SendKeys to send your computer number. It sounds pretty complicated. I hope you know what is ahead of you.
    <removed by admin>

  8. #8
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    There is a tip on this web site titled: Dialling the Phone without MSCOMM control
    Maybe it will help you.

  9. #9
    Addicted Member
    Join Date
    Jul 1999
    Location
    Bergen, Norway
    Posts
    143
    you should be able to dial to any device if you intall VPN (Virtual Private Network).

    its located in add/remove programs, in windows setup under communications

    Hope it helps


    -Lumin


  10. #10

    Thread Starter
    Hyperactive Member kourosh's Avatar
    Join Date
    Aug 1999
    Location
    Vancouver, British Columbia, Canada
    Posts
    256

    Cool Thanks alot to everybody

    Thanks to everybody for their tips. I will try to write the program again if I had any success i will give a message on the board.

    Appreciate all the helps.

    Thanks to D12Bit for his/her tip on changing my signiture.
    ===========================
    Kourosh Gonabadi
    VB Programmer
    C++ Newbie
    Graphic Designer
    ===========================

  11. #11
    Hyperactive Member D12Bit's Avatar
    Join Date
    Oct 2000
    Location
    Guatemala
    Posts
    373

    Cool No problem

    We are here to help in whatever we can at the moment

    BTW, i'm male and it was no problem...


    Saludos...
    "Who Dares Wins" - "Quien se Arriesga Gana"
    Mail me at:

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