使用 t38modem 和 hylafax 通过 sip 发送传真

使用 t38modem 和 hylafax 通过 sip 发送传真

我想发送(而不是接收)传真。据我所知,t38modem + hylafax 应该可以正常工作。

在配置 hylafax 以查找 ttxT38-1、ttxT38-2、ttxT38-3 后,我运行以下命令:

# t38modem --no-h323 -u T38modem --sip-no-listen --ptty +/dev/ttyT38-1,+/dev/ttyT38-2,+/dev/ttyT38-3 --sip-proxy account:[email protected] --sip-register [email protected],password --stun stun.ekiga.net --route "modem:.*=sip:<dn>@sip.diamondcard.us"

然后在另一个控制台

# service hylafax-restart
$ sendfax -d 3628123456 test.pdf

t38modem 控制台写入

Call[df4b04f442] from modem:T38Modem%20v1.2.0 to sip:[email protected], no route!
Call[df4b04f442] from modem:T38Modem%20v1.2.0 to 3628123456@+/dev/ttyT38-2, no route!
Call[df4b04f442] cleared

faxstat 显示 ttyT38 正在工作(初始化服务器、等待调制解调器准备就绪、运行和空闲是三种不同的状态),但作业状态反映了 t38modem 输出:

JID  Pri S  Owner Number       Pages Dials     TTS Status
7    126 S myuser 3628123456  0:5   1:12   13:52 No local dialtone

有人可以帮我获得本地拨号音

相关内容