How Do I View VSIFAX Modem Stats?

If you experience failed faxes, running these commands can help identify if the issue is affecting a single modem/phone line or multiples modems/phone lines: grep result $VSIFAX/spool/logs/modem1* | awk ‘{print $6}’ | sort | uniq -c | sort -rn grep result $VSIFAX/spool/logs/modem2* | awk ‘{print $6}’ | sort | uniq -c | sort -rn grep … Continue reading How Do I View VSIFAX Modem Stats?

How do I troubleshoot VSIFAX?

You must be logged into the server as root to run these commands. First, check the fax server status: vfxstat -a If you see an error similar to the following, the server is not running: vfxstat: Cannot login: Server on 127.0.0.1 not running To start the fax server: vfxsched start To restart the fax server: … Continue reading How do I troubleshoot VSIFAX?