sendfax.config

来自「embedded xLinux root 5.4」· CONFIG 代码 · 共 45 行

CONFIG
45
字号
## sendfax configuration file## this is a sample configuration file, see mgetty.info for details## comment lines start with a "#", empty lines are ignored# ----- global section -----## In this section, you put the global defaults, per-port stuff is below# tell everybody what's going onverbose y# ... and send everything to the log file (quite detailed)debug 5# which devices to use for outgoing faxesfax-devices modem# which fax number to transmit to the receiving stationfax-id 49 115 xxxxxxxx# which command is used to dial out? (Could be ATD, ATDP, ATX3D0W...)#dial-prefix ATD# try transmitting every page three times, continue if 3rd try fails as wellmax-tries 3max-tries-continue y# ----- port specific section -----# # Here you can put things that are valid only for one line, not the others## Modem on ttyS0 needs special initialization to do h/w handshaking#port ttyS0#  modem-handshake AT&K4# Modem on ttyS1 doesn't work reliably in class 2.0, use class 2 instead#port ttyS1#  modem-type cls2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?