UbuntuPIAF/README.md

42 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2015-01-02 16:56:23 -05:00
# UbuntuPIAF #
### About: ###
2015-01-02 16:53:18 -05:00
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.
Forum thread: http://pbxinaflash.com/community/index.php?threads/wip-incrediblefax-for-ubuntu-incrediblepbx-install.15386/
2019-08-21 07:58:42 -04:00
*** This repository lives at https://git.point808.com and pushes to github on update.
2014-08-12 11:50:05 -04:00
2015-01-02 16:56:23 -05:00
### Working: ###
2015-01-02 16:53:18 -05:00
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)
Fax to email
Fax categories and recipients in AvantFAX
Outbound FAX via WebGUI
2014-08-25 11:21:53 -04:00
2015-01-02 16:56:23 -05:00
### Untested: ###
2015-01-02 16:53:18 -05:00
Email to fax (send)
Any custom destination or other advanced ways of receiving/sending
Print to fax with any HylaFAX/AvantFAX addons
2014-08-12 11:50:05 -04:00
2015-01-02 16:56:23 -05:00
### Installation: ###
2015-01-02 16:53:18 -05:00
1. Install Ubuntu 14.04
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*
4. Install IncredibleFax, inserting your email address when requested. Press Enter for all other questions to accept the default options.
2015-01-02 16:54:05 -05:00
```
2015-01-02 16:53:18 -05:00
cd /root
2017-04-11 12:06:20 -04:00
wget --no-check-certificate https://git.point808.com/Point808/UbuntuPIAF/raw/master/incrediblefax11_ubuntu14.sh
2015-01-02 16:53:18 -05:00
chmod +x incrediblefax11_ubuntu14.sh
./incrediblefax11_ubuntu14.sh
reboot
2015-01-02 16:54:05 -05:00
```
2015-01-02 16:50:30 -05:00
2015-01-02 16:53:18 -05:00
*YOU MUST REBOOT HERE*
2014-08-25 11:21:53 -04:00
2015-01-02 16:56:23 -05:00
### Issues: ###
2015-01-02 16:53:18 -05:00
1. Your default login should be admin/password. If you have problems with this, go to your root directory and run the following:
2015-01-02 16:54:05 -05:00
```
2015-01-02 16:53:18 -05:00
./avantfax-pw-change
2015-01-02 16:54:05 -05:00
```
2017-05-12 12:36:54 -04:00