How do I integrate an Access program with a Fritz Box router?

amorosik

Active member
Local time
Today, 10:50
Joined
Apr 18, 2020
Messages
666
Ask ChatGpt, and it seems it's possible to connect to the router's TCP port 1012, which is what their Call Monitor program does
But I can't find any information on which commands can be received from the router to the PC and vice versa wich command to send from pc to FritzBox to strat a call, to transfer call from int600 to int602, to view the call log, etc...
Has anyone ever attempted to connect a Fritz router with vba/Access program?
 
I researched this once but didn't do any real implementation work because I found an existing tool that did exactly what I wanted (sync the Outlook address book).

AVM published several API specs for communicating with the FritzBox.

There is also a number of Open Source projects, although not in VBA, which you can study to understand the protocols.
 

Users who are viewing this thread

Back
Top Bottom