If you generate FS files from an external application, the following commands are required as an absolute minimum:
For an FS file to send a fax:
$fax_user ; required
$fax_phone ; required
$fax_filename ; required
For an FS file to send an e-mail:
$fax_user ; required
$email_esender ; required
$email_address ; required
$email_body ; or $email_text
$email_subject ; recommended
$email_attach ; if applicable
For an FS file to make a voice call:
$fax_user ; required
$voice_phone ; required
Example fax FS file with the minimum number of commands:
$fax_filename @FFBASE\image\00001154.TIF
$fax_phone 3105553218
$fax_user @FFUSER\fax.usr
Example fax FS file with additional commands:
$fax_filename @FFBASE\image\00001154.TIF
$fax_cover @FFBASE\copia.cvr
$fax_header "Please deliver to @ROUTETO"
$fax_sender "Dorothy"
$fax_receiver "Ann Other"
$fax_send_time 17:00:00
$fax_phone 3105553218
$fax_status1 2
$fax_status2 0
$fax_origin user_request
$fax_user @FFUSER\fax.usr
$var_def Comp "Other Company Inc."
Example e-mail FS file:
$fax_user @FFUSER\email.USR
$email_esender "Steve Hersee" <steve@copia.com>
$email_address "Tim Frost" <tim@copia.com>
$email_subject "Demonstration message with attachment"
$email_text "Attached is a sample PDF file"
$email_attach "@FFBASE\sample.pdf" "application/pdf"
Example voice FS file:
$fax_user "@FFUSER\voice.USR
$voice_phone "6303886900" playvoice ; start at PLAYVOICE.IIF
Topic url: http://www.copia.com/support/refmanual/index.html?fs_files.htm