Dialogic 6.2 Fax Machine User Manual


 
dfax
November 2009 136
dfax
The dfax program uses the low-level Intel DCX fax transmitting and
receiving routines to send and receive facsimiles.
Turn on the Bfv API debug program from the command line. The
btcall.cfg file is the user configuration file. The dfax program is
found in the app.src directory.
Command Syntax
dfax [-u <unitno>] [-v] -s <phoneno> <dcx_file>
or
dfax [-u <unitno>] [-v] -r <dcx_file>
divert
The divert program waits for an incoming call from a caller. It then
can do several things:
1. Set the -d num option to divert the call to a given number by
calling BfvLineDivert() to the diverted-to caller and providing a
reason specified by option -e. Option -s specifies the channel
number of the line to use for the call to the diverted-to caller. If
option -s is not specified, Bfv picks the first available channel
number on the same module of the channel number specified in
option -u.
2. If option -d is not specified and the incoming call is a diverted-to
call, option -j rejects this diverted-to call. If option -j is not
specified, the software accepts the call. The diverted-to call is
determined by the value of args_cc.cres.redir_reason being equal
to DIVERT_NONE (0).
Arguments
<dcx_file> The name of the file to send or receive.
-r Receive mode.
-s <phoneno> Send to the specified phone number.
-u <unitno> Channel number.
-v Turn on Bfv API debug mode.