Update README.md

This commit is contained in:
Josh North 2015-01-02 16:51:26 -05:00
parent abafb60ed3
commit f793bcf051

View File

@ -1,39 +1,39 @@
UbuntuPIAF UbuntuPIAF
==================== ====================
Josh North - josh.north@point808.com Josh North - josh.north@point808.com
Collection of scripts for use with Asterisk/PIAF/IncrediblePBX on Ubuntu 14.04 LTS. Some scripts are just modified Nerdvittles CentOS scripts, some are homebrew. Will be adding more I have created later. Collection of scripts for use with Asterisk/PIAF/IncrediblePBX on Ubuntu 14.04 LTS. Some scripts are just modified Nerdvittles CentOS scripts, some are homebrew. Will be adding more I have created later.
Forum thread: http://pbxinaflash.com/community/index.php?threads/wip-incrediblefax-for-ubuntu-incrediblepbx-install.15386/ Forum thread: http://pbxinaflash.com/community/index.php?threads/wip-incrediblefax-for-ubuntu-incrediblepbx-install.15386/
Working: Working:
Ubuntu 14.04 (i386) and Ubuntu 14.04.1 (amd64) default installs per the NV post on Ubuntu and IncrediblePBX at (http://nerdvittles.com/?p=9713). Ubuntu 14.04 (i386) and Ubuntu 14.04.1 (amd64) default installs per the NV post on Ubuntu and IncrediblePBX at (http://nerdvittles.com/?p=9713).
Receiving faxes on multiple lines simultaneously (3 lines) Receiving faxes on multiple lines simultaneously (3 lines)
Fax to email Fax to email
Fax categories and recipients in AvantFAX Fax categories and recipients in AvantFAX
Outbound FAX via WebGUI Outbound FAX via WebGUI
Untested: Untested:
Email to fax (send) Email to fax (send)
Any custom destination or other advanced ways of receiving/sending Any custom destination or other advanced ways of receiving/sending
Print to fax with any HylaFAX/AvantFAX addons Print to fax with any HylaFAX/AvantFAX addons
Installation: Installation:
1. Install Ubuntu 14.04 1. Install Ubuntu 14.04
2. Run through the IncrediblePBX (http://nerdvittles.com/?p=9713) install and reboot 2. Run through the IncrediblePBX (http://nerdvittles.com/?p=9713) install and reboot
3. Login as root via SSH and run the PIAF updater when asked - this fixes a reboot and MySQL glitch. *YOU MUST REBOOT HERE* 3. Login as root via SSH and run the PIAF updater when asked - this fixes a reboot and MySQL glitch. *YOU MUST REBOOT HERE*
4. Install IncredibleFax, inserting your email address when requested. Press Enter for all other questions to accept the default options. 4. Install IncredibleFax, inserting your email address when requested. Press Enter for all other questions to accept the default options.
''' '''
cd /root cd /root
wget --no-check-certificate https://raw.githubusercontent.com/joshnorth/UbuntuPIAF/master/incrediblefax11_ubuntu14.sh wget --no-check-certificate https://raw.githubusercontent.com/joshnorth/UbuntuPIAF/master/incrediblefax11_ubuntu14.sh
chmod +x incrediblefax11_ubuntu14.sh chmod +x incrediblefax11_ubuntu14.sh
./incrediblefax11_ubuntu14.sh ./incrediblefax11_ubuntu14.sh
reboot reboot
''' '''
*YOU MUST REBOOT HERE* *YOU MUST REBOOT HERE*
Issues: Issues:
1. Your default login should be admin/password. If you have problems with this, go to your root directory and run the following: 1. Your default login should be admin/password. If you have problems with this, go to your root directory and run the following:
''' '''
./avantfax-pw-change ./avantfax-pw-change
''' '''