PINE64

Full Version: Success! Pine64 PBX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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/nlbng1cn4cle84...ar.gz?dl=0


Console Login / Pass

root
centos


PBX webgui login / pass

pinePBX
pinePBX
(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...
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
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.
Thanks for that, I'll update the image next time
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
(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