https://github.com/mmitch/fritz
Perl module for AVM FRITZ!Box interaction via TR-064
https://github.com/mmitch/fritz
avm-fritz cpan fritzbox perl router tr-064
Last synced: 10 months ago
JSON representation
Perl module for AVM FRITZ!Box interaction via TR-064
- Host: GitHub
- URL: https://github.com/mmitch/fritz
- Owner: mmitch
- Created: 2015-07-25T17:29:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T20:47:00.000Z (over 1 year ago)
- Last Synced: 2025-04-05T21:34:09.295Z (about 1 year ago)
- Topics: avm-fritz, cpan, fritzbox, perl, router, tr-064
- Language: Perl
- Homepage: https://metacpan.org/release/Net-Fritz
- Size: 210 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
Net::Fritz - perl module for AVM Fritz!Box interaction via TR-064
=================================================================
[](https://travis-ci.org/mmitch/fritz)
[](https://codecov.io/github/mmitch/fritz?branch=master)
[](http://www.gnu.org/licenses/gpl-2.0-standalone.html)
what
----
Net::Fritz is a set of Perl modules to communicate with an AVM
Fritz!Box (and possibly other routers as well) via the TR-064
protocol. The AVM Fritz!Box is a popular home router family in
Germany (and beyond).
why
---
I wanted to use an old analog field telephone with my FritzBox and
VoIP. While this works quite out-of-the box (it’s just an ordinary
analog phone) for receiving calls, I have no way to dial a number for
outgoing calls.
Luckily the Fritz!Box has a call helper mode where you can tell it to
dial a number and patch it through to any local phone, but I found no
Perl library to use this feature. So I wrote my own library - the one
you’re looking at right now.
installation
------------
The latest release of Net::Fritz can be installed directly from CPAN,
eg. via
$ cpan -i Net::Fritz
or
$ cpanm Net::Fritz
building
--------
To build and install the current development version of Net::Fritz
module, you need to have Dist::Zilla installed. Run the ``dzil``
command - if it is available, Dist::Zilla should be installed.
To install or upgrade Dist::Zilla use
$ cpan -i Dist::Zilla
or
$ cpanm Dist::Zilla
Then clone this repository, enter it and start the install process:
$ git clone https://github.com/mmitch/fritz.git
$ cd fritz
$ dzil install
Any missing dependencies should be reported automatically and can be
installed by
$ dzil authordeps --missing | cpanm
$ dzil listdeps --missing | cpanm
Afterwards, try the installation again with
$ dzil install
where to get it
---------------
Net::Fritz source is hosted at https://github.com/mmitch/fritz
The latest released version is available on CPAN at
https://metacpan.org/release/Net-Fritz
more information
----------------
An example of how to use this library as a dial helper and call log
tool can be seen at https://github.com/mmitch/fritzdial
A blog article covering my setup is here:
https://www.cgarbs.de/blog/archives/1113-Feldtelefon-an-Fritzbox.html (German only)
copyright
---------
Copyright (C) 2015 Christian Garbs
Licensed under GNU GPL v2 or later.