Questions tagged [dial-up]
59 questions
0
votes
2 answers
How to record phone call via DialUp modem
I've tried this program and It's compatible with each dial up modems connected to my laptop and I think it's using a windows API or a public API because the other programs I saw were only compatible with serial port modems but It's working with my…

ahmadali shafiee
- 4,350
- 12
- 56
- 91
0
votes
1 answer
how to create a WAN (Wide Area Network)?
assume we have a company with 5 branches that are not in same city of a country. We want to connect this branches to each other via a WAN without connecting to the internet. Is it possible to transfer data through a dial-up connection? Is it…

Hesam Qodsi
- 1,569
- 3
- 25
- 38
0
votes
1 answer
Perl: how to check dialup interface is up or down?
How can I check with the Perl independently from the operation system whether the specified local dial-up interface is up or down?

igortche
- 115
- 1
- 8
0
votes
0 answers
Bitwise masking issues in RASDIAL APIS
This question is regarding Rasdial and pbk file.
I am updating the pbk file using "rassetentryproperties" and dialling through "rasdialdlg".
The below flags decide the parameters of the pbk file inturn responisble for the property of the dial-up…

2vision2
- 4,933
- 16
- 83
- 164
0
votes
1 answer
How to judge a USIM card in a mobile data module(WCDMA) is out of balance?
I used a 3G(WCDMA) mobile data modern, which dail up in embedded linux, sometimes I find the USIM card is out of balance, so it can't dialup normal, I just search the modern manual to find the AT command can be help.
I use command called "SYSINFO",…

xtank
- 1
0
votes
1 answer
RasDial returns 633 (port in use) but it isn't
I can connect to my VPN perfectly through the Windows GUI RasDial interface as well as it's CLI equivalent (c:\windows\rasdial.exe). However, when attempting to automate it in C, RasDial returns 633: ERROR_PORT_NOT_AVAILABLE (source)
This is not…
user1438942
0
votes
1 answer
AT command to disconnect the dialup TAP connection
In our project, we dial a particular number, connect and then send the message successfully. After sending the message, we want to disconnect the call by sending the AT commands.
After sending the message successfully, we send #EOT#CR and then send…

user977601
- 503
- 2
- 7
- 16
-1
votes
2 answers
Is there any library/component for dial-up connections?
I want to dial-up through VoIP. Yes, I know that it's almost impossible. I have heard that softmodems use software for DSP, but I guess the code its hardware specific. If I only could isolate the code that makes the modem signal I could use it on my…

Jader Dias
- 88,211
- 155
- 421
- 625
-1
votes
1 answer
Dial up connection using vb6
Currently I'm developing a real-time stock market price list grabber in classic vb6 which will connect to the internet if there is no active internet connection. for internet connection process I used the code below using rasapi32.dll, But…

Rittwick Banerjee
- 135
- 1
- 3
- 14
-1
votes
1 answer
With modern tech would it be possible to transfer data faster than 56kbit/s over a call?
I know that back when dial-up internet was a thing the max theoretical speed of a connection was 56kbit/s,
but I was wondering if now with modern tech it would be possible to transfer data over this speed.
What would be the limit in this case?

Gabriel Donadel Dall'Agnol
- 660
- 1
- 7
- 22
-1
votes
1 answer
Unable to set up FortiGate IPSec remote access Dailup VPN
I am trying to set up IPSec Remote Access Dialup User VPN with FortiGate 6.4 trial VM downloaded from Fortinet website. I am trying to make it work with FortiClient 6.0.5. I have done the configurations as per guides and followed some youtube videos…

js.hrt
- 159
- 2
- 14
-1
votes
2 answers
How can dial-up networking service be disabled in Bluez 4?
Im working on an embedded system that will provide a custom bluetooth service to be used by other devices. It is running ubuntu 13.04 and thus, bluez 4.101. By default a lot of services are enabled in bluez (seen by running sdptool browse against…

Martin Sträng
- 1
- 1
-2
votes
1 answer
How to make a tone with 56k modem?
I have a USB 56K Modem, and a locked door in a condominium.
When a user "dials" me, I must "anwser then press 6" on the phone.
So I'm trying to send a tone to the cable....
I've added a new Windows 10 remote dial-up connection to the number 6.…

Bince
- 35
- 7
-2
votes
2 answers
How to send receive data via dialup by Atapi.dll?
I have a c# project that retrieves data from sql server database and stores in it , and I have a copies of this software every one works in different place (different area ) each software stores in its own database. I have to sync the data among…

Mohammad Abdullah
- 31
- 4