Displaying 1 result from an estimated 1 matches for "webley_txfax".
2004 Mar 30
0
SoftFAX/spandsp - release 0.0.1i - txfax fin dings
...achines in the office.
We do have problems when we try to send faxes to services supporting
fax, i.e. J2 or our UC platform. The receiving side doesn't recognize fax.
To send a fax we drop into /var/spool/asterisk/outgoing:
Channel: Zap/g1/<fax number>
MaxRetries: 0
WaitTime: 20
Context: webley_txfax
Extension: txfax_ext
Priority: 1
SetVar: TXFAX_NAME=<fax name>
and extensions.conf contains:
[webley_txfax]
exten => txfax_ext,1,txfax(${TXFAX_NAME}|caller)
exten => txfax_ext,2,Hangup
Two questions:
1. Sounds like txfax sends just one CNG tone. Can we have a parameter making
txfax i...