How to dial a phone number ???
-
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 ...
-
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 ...
Do you need to
RasDial
? -
Do you need to
RasDial
?can
RasDial
be used without batch files, i mean through the VC++ program itself ??? -
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 ...
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] -
can
RasDial
be used without batch files, i mean through the VC++ program itself ??? -
Do you need to
RasDial
?can i use the RasDial command with the system function ?
-
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]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.
-
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.
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
-
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.
So I think its better you see my previous reply.
-
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 ...
okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the
rasdial
command withsystem()
finction ??? -
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]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.
-
okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the
rasdial
command withsystem()
finction ???rasdial
is working withsystem()
but the first argument is the phonebook entry, i want some help on that .. -
can
RasDial
be used without batch files, i mean through the VC++ program itself ???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
-
okay ..... i got it ... i can now connect to the telephone line through the command prompt. can use the
rasdial
command withsystem()
finction ???You can use of it on the vc++ code.