http://www.hylafax.org/content/Handbook:Advanced_Server_Configuration:Per-call_Dynamic_Configuration
A program can make dynamic configuration changes, before faxgetty will answer a call, based on the device and CallIDs. This program can also be used to reject (to not answer) a call.
DynamicConfig option must be set in each modem config file, specifying the program to run before answering a call. The specified program must be executable by the user running faxgetty.
The Dyn...
DynamicConfig, hylafax阅读全文
从 这里 下载程序安装并配置好后,添加文件:
http://hylafax.sourceforge.net/howto/misc/FaxAccounting
etc/FaxAccounting
该文件内容如下:
#!/bin/sh
DATETIME="`date +%Y-%m-%d\ %H:%M:%S`"; shift
ENTRYTYPE="$1"; shift
COMMID="$1"; shift
MODEM="$1"; shift
JOBID="$1"; shift
JOBTAG="$1"; shift
USERID="$1"; shift
LOCALNUMBER="$1"; shift
TSI="$1"; shift
PARAMS="$1"; shift
NPAGES="...
fax, hylafax, Linux, mysql, xferfaxlog阅读全文
![Windows 7 硬盘安装Fedora 16[zt]](http://www.linuxidc.com/upload/2011_12/111205133058281.gif)

![python multicast [组播编程]](http://www.linux-field.com/wp-content/themes/HotNewspro/images/random/22.jpg)




最新评论
Nice site
上面的几个回复都来自该地址:
logging模块的4个主要
Example Usage
Configuring Lo
Formatters Fo
Python的标准loggi