PINE64
Success! Pine64 PBX - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: Success! Pine64 PBX (/showthread.php?tid=2809)



Success! Pine64 PBX - Mach10 - 11-20-2016

Hi there, 

I've literally just finished working on getting the Pine64 working as a PBX, 

I'll be at some point providing an image for anyone who wants to use it.

***UPDATE 11/27/2016***



here's the image, you'll need a 32gig SD Card since I didn't get time to shrink the image, or if anyone wants to by all means.


https://www.dropbox.com/s/nlbng1cn4cle84x/freepbx.img.tar.gz?dl=0


Console Login / Pass

root
centos


PBX webgui login / pass

pinePBX
pinePBX


RE: Success! Pine64 PBX - rdPine64 - 11-26-2016

(11-20-2016, 08:03 PM)Mach10 Wrote: Hi there, 

I've literally just finished working on getting the Pine64 working as a PBX, 

I'll be at some point providing an image for anyone who wants to use it.

I am interested in the pbx...


RE: Success! Pine64 PBX - Mach10 - 11-27-2016

I should have some time today to get the image ready, I've been testing it for a bit now and it works great!

the only issue I'm having right now is to get rid of the free space from the image to make it more compact, since I'm using a 32gig SD card


RE: Success! Pine64 PBX - martinayotte - 11-27-2016

To shrink an image under Linux :

Code:
sudo modprobe loop
sudo losetup -f
sudo losetup /dev/loop0 myimage.img
sudo partprobe /dev/loop0
sudo gparted /dev/loop0
sudo losetup -d /dev/loop0
fdisk -l myimage.img
truncate --size=$[(endsect+1)*512] myimage.img

when gparted started, select "partion resize", resize it a bit bigger than space needed, the "apply".
"endsect" should be replace by end-sector display by fdisk.


RE: Success! Pine64 PBX - Mach10 - 11-27-2016

Thanks for that, I'll update the image next time


RE: Success! Pine64 PBX - swinging - 01-09-2017

I should have some time today to get the image ready, I've been testing it for a bit now and it works great!
holiday palace online


RE: Success! Pine64 PBX - glen - 02-19-2017

(11-20-2016, 08:03 PM)Mach10 Wrote: Hi there, 

I've literally just finished working on getting the Pine64 working as a PBX, 

I'll be at some point providing an image for anyone who wants to use it.
Thanks, Mach10.  Testing now.  Lots of modules to upgrade.
Looking good. Smile