blob: fddd2add078d11c6e7194fbb5f926478ad7eaa0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Roger-Router (former FFGTK Router Manager)
Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible
To install a Fax-printer you can use (as root-user):
sh /usr/share/roger/install-fax.sh
Optional Dependencies
There is an optional firefox-plugin "roger-dial". It can be installed by
calling https://www.tabos.org/wp-content/uploads/tabos/roger-dial-1.8.1.xpi
from your firefox browser.
Groupname and Username
You must have the group 'fax' to run this script, for example:
groupadd -g 273 fax
In order to enable fax transfers, your user must be a member of the
'fax' group. Use
gpasswd -a <username> fax
as the root user to add the user <username> to the group fax,
and then log out and log in again as <username>. (Replace <username>
with the real user name on your system.)
|