Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to dial a phone number ???

How to dial a phone number ???

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorialquestion
14 Posts 6 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tina newcoder
    wrote on last edited by
    #1

    How to dial a phone number ??? or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string. plz help me ...

    H C T 3 Replies Last reply
    0
    • T tina newcoder

      How to dial a phone number ??? or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string. plz help me ...

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      Do you need to RasDial?

      T 2 Replies Last reply
      0
      • H Hamid Taebi

        Do you need to RasDial?

        T Offline
        T Offline
        tina newcoder
        wrote on last edited by
        #3

        can RasDial be used without batch files, i mean through the VC++ program itself ???

        H D 2 Replies Last reply
        0
        • T tina newcoder

          How to dial a phone number ??? or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string. plz help me ...

          C Offline
          C Offline
          Cedric Moonen
          wrote on last edited by
          #4

          tina- wrote:

          or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string.

          What do you mean by send some strings to the phone :confused: ?

          Cédric Moonen Software developer
          Charting control [v1.4]

          T M 2 Replies Last reply
          0
          • T tina newcoder

            can RasDial be used without batch files, i mean through the VC++ program itself ???

            H Offline
            H Offline
            Hamid Taebi
            wrote on last edited by
            #5

            tina- wrote:

            can RasDial be used without batch files,

            :confused: see here[^] and here[^].

            1 Reply Last reply
            0
            • H Hamid Taebi

              Do you need to RasDial?

              T Offline
              T Offline
              tina newcoder
              wrote on last edited by
              #6

              can i use the RasDial command with the system function ?

              1 Reply Last reply
              0
              • C Cedric Moonen

                tina- wrote:

                or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string.

                What do you mean by send some strings to the phone :confused: ?

                Cédric Moonen Software developer
                Charting control [v1.4]

                T Offline
                T Offline
                tina newcoder
                wrote on last edited by
                #7

                i want to connect to the telephone the same way the dial-up internet connection works. in my project, the server is to dial the telephone number of the client, at client side, the phone will check the caller's number, if its server's, then i want the server to communicate with the client thro the telephone line.

                R H 2 Replies Last reply
                0
                • T tina newcoder

                  i want to connect to the telephone the same way the dial-up internet connection works. in my project, the server is to dial the telephone number of the client, at client side, the phone will check the caller's number, if its server's, then i want the server to communicate with the client thro the telephone line.

                  R Offline
                  R Offline
                  Rajesh R Subramanian
                  wrote on last edited by
                  #8

                  OK - that's the entire assignment. We need to know what have you accomplished in the assignment by far and what exactly do you need help with, at the moment.

                  Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                  1 Reply Last reply
                  0
                  • T tina newcoder

                    i want to connect to the telephone the same way the dial-up internet connection works. in my project, the server is to dial the telephone number of the client, at client side, the phone will check the caller's number, if its server's, then i want the server to communicate with the client thro the telephone line.

                    H Offline
                    H Offline
                    Hamid Taebi
                    wrote on last edited by
                    #9

                    So I think its better you see my previous reply.

                    1 Reply Last reply
                    0
                    • T tina newcoder

                      How to dial a phone number ??? or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string. plz help me ...

                      T Offline
                      T Offline
                      tina newcoder
                      wrote on last edited by
                      #10

                      okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the rasdial command with system() finction ???

                      T H 2 Replies Last reply
                      0
                      • C Cedric Moonen

                        tina- wrote:

                        or in other words, i want to make a call from a PC connected to the phone line via some modem, then send some string.

                        What do you mean by send some strings to the phone :confused: ?

                        Cédric Moonen Software developer
                        Charting control [v1.4]

                        M Offline
                        M Offline
                        Maximilien
                        wrote on last edited by
                        #11

                        two cans and a string ? http://www.cartoonstock.com/lowres/vsh0084l.jpg[^] http://voipintheuk.com/images/tincanphone.jpg[^]

                        This signature was proudly tested on animals.

                        1 Reply Last reply
                        0
                        • T tina newcoder

                          okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the rasdial command with system() finction ???

                          T Offline
                          T Offline
                          tina newcoder
                          wrote on last edited by
                          #12

                          rasdial is working with system() but the first argument is the phonebook entry, i want some help on that ..

                          1 Reply Last reply
                          0
                          • T tina newcoder

                            can RasDial be used without batch files, i mean through the VC++ program itself ???

                            D Offline
                            D Offline
                            David Crow
                            wrote on last edited by
                            #13

                            You are confusing rasdial.exe with RasDial().

                            "Love people and use things, not love things and use people." - Unknown

                            "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                            1 Reply Last reply
                            0
                            • T tina newcoder

                              okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the rasdial command with system() finction ???

                              H Offline
                              H Offline
                              Hamid Taebi
                              wrote on last edited by
                              #14

                              You can use of it on the vc++ code.

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups