Hello,
here is a guide how VOIP conversations can be recorded and saved.

It is probably not allowed to record conversations without consent.

Therefore, only record if your partner agrees with it

You need a FritzBox with the software version 6.30 or newer.


INSTALL FRITZCAP AND USE IT.
https://github.com/jpluimers/fritzcap

Step 1:

Enable CALL MONITOR.
Connect a Phone / DECT Phone to your FritzBOX and call the follow code: #96*5*
Call Monitor is now active with the follow TCP Port: 1012
(If you want to disable CALL Monitor, just call the follow code: #96*4*)

Step 2:

Install Python 2.7.14.
Python 3 is not working yet.
https://www.python.org/downloads/windows/


Step 3:

Install FRITZCAP
https://github.com/jpluimers/fritzca...ive/master.zip

Step 4:

Unpack all scripts with WINZIP, WINRAR or other software to your DESKTOP

Step 5:

Open your Windows CMD
Just add cmd.exe in your seach field and press enter

Step 6:

Start FRITZCAP.
Add the follow command to your CMD

fritzcap.py --capture_files --decode_files --monitor_calls --box_name 192.168.178.1 --password PASSWORT

Fritzcap automatically detects if you are on the phone or not. the recording will be started automatically and stopped after completion of the conversation


This command starts the recording and decoding of a VoIP call by hand. The files are stored in a dynamically generated directory. The recording is ended with CTRL + C.
fritzcap.py --capture_files --decode_files --cap_folder "captures/%(tcaps.Y-m-d/HMS)" --box_name 192.168.178.1 --password PASSWORT

fritzcap can do a lot more, an overview of what you can find under the following command

fritzcap.py --help


Thanks to tobi from antary. He has created the manual in the original.


Regards