Book
- Basic setup of a SOHO server
- SoHo - Software repositories
- SoHo - Alias of loopback interface
- SoHo - IPtables configuration example
- SoHo - Webmin
- SoHo - DNS
- SoHo - VMWare
- SoHo - Windows
- SoHo - OpenVPN
- SoHo - Remote Desktop
- Nameserver on Windows XP forwarding to public DNS with private zones
- SoHO - NTP
- SoHo - SSH
- SoHo - Ubuntu prerequisites
- How to strengthen SSH
- Fixing Nessus complaints
- Java installation on RHEL 4
- Installing vsFTPd on CentOS
- How to setup CA (certificate authority)
- Installation of VIM X11 and archivers on RHEL 4 x86_64
- SoHo - MS & Open-Office
- User management
- CommuniGate Pro
- Backup
- Issue tracking for small groups
- Jabber setup and configuration
- Monitoring & Statistics
- Printing in SOHO
- Faxes in SOHO
- T38 Modem
- PostScript fonts for faxes
- Installing Brother MFU drivers on Ubuntu
- Installing Hylafax client on RHEL4 and Fedora
- Installing Hylafax server on RHEL4
- Installing Hylafax server on Ubuntu
- Integrating Hylafax with CUPS
- Integrating Hylafax with CommuniGate
- Managing Hylafax from Ubuntu client
- Sending and receiving faxes over internet (links)
- How to test faxing
- Drivers for Brother MFUs
- Brand new idea about faxing
- External faxing resources
- Antivirus & Antispam
- External SOHO References
- Supplementary SOHO procedures
Brand new idea about faxing
Use a GNOME applet to poll for a fax in a given directory...
There is a single directory visible as /group/public/.faxnumber/ in unix or P:\.faxnumber in windowscontaining files named after users.File format is
STATUS YYYYMMDDHHMM PHONENUMBER
Status can be OK, BAD, STALE, USED. YYYY...MM is data of last file modification.There is a simple GUI which can update the contents of this file, like
Please confirm fax number (STALE): ______
OK CancelThere is a gnome applet that once in a minute polls this file and pops up program if file exists, the stamp is newer than 1 hour ago and status is non-OK. The fax driver pulls originating user name from the request and looks in this file. If the status is OK, the phone is non-empty and the time stamp is not older than 1 hour, the driver takes phone number from the file. If the stamp is old, driver changes status to STALE and polls the file. If the number is empty or badly formatted (non-ASCII, non-digits), the driver changes status to BAD and polls the file. If after 1 minute there is no answer, the job is rejected with "no valid fax number supplied". On success, the job is submitted and status is changed to USED.

Comments
Post new comment