New Install What Version

Status
Not open for further replies.

PoolPro2017

New Member
Dec 14, 2017
3
0
1
56
Hello,

Im performing a new Install of FusionPBX and i would like to know how to get the newest version. I have read on a few posts that some users are using 4.3 but after a new install it tells me 4.2. I also notice files in the GitHub repo that are not on my server. Am i doing something wrong?

Any help would be apreciated

Thanks
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,038
556
113
By default you will get the stable version which is 4.2, the master version is 4.3.

FusionPBX uses an odd/even numbering system for branches so the master branch is always the odd number and stable is the even. So when 4.3 master is released it will become 4.4 and the new master will start on 4.5.

You basically use master at your own risk, it can become unstable at any time. For example I did an install yesterday and found provisioning to be broken. This was very quickly fixed though. Master certainly will have more features and fixes in than stable.

To use master, before you run the install.sh edit this file:

Code:
/usr/src/fusionpbx-install.sh/debian/resources/config.sh

In the FusionPBX settings just change:

Code:
system_branch=stable

to

Code:
system_branch=master

then run the install command
 

PoolPro2017

New Member
Dec 14, 2017
3
0
1
56
Awesome, Thank you for your reply, This clears up allot. was thinking of trying the 4.3 as i have issues with provisioning for remote phones, and cant figure out how to provision P codes for like BLF.
 
Status
Not open for further replies.