For burble's retro voip modem https://burble.dn42/retro/modem/
Now also for JerryXiao's own software voip modems!
Fortunately this old proprietary software modem still works :)
## Prerequisite
- A desktop GNU/Linux distribution, livecd is also OK
- See the original README
- Modem without any sound isn't a real modem? No problem, pulseaudio is used to output modem sound in realtime. You must have pulseaudio dev package installed on your system to compile this software.
## Step-by-step instruction
Execute these commands as a normal user:
```
make
./slmodemd/slmodemd -e ./d-modem
screen /tmp/ttySL0 115200
```
Inside the serial console, use the following at commands:
Now you should be connected. If you see a login prompt, go to https://burble.dn42/retro/modem/ for login username and password. Once logged in, close out of GUN Screen and execute pppd like this:
```
sudo pppd $(readlink /tmp/ttySL0) 1200 user dn42 noauth nodefaultroute nodetach
```
nodefaultroute is used here to keep your voip alive :)
## netns
If you would like a full dialup dn42 experience, try using netns: