QUESTION Query - pbxstatus shows fpbxversion=core version while Dashboard shows it as Framework version

ostridge

Guru
Joined
Jan 22, 2015
Messages
1,813
Reaction score
625
Your fPBXversion from pbxstatus shows
Bash:
fpbxversion=`cat /var/www/html/admin/modules/core/module.xml | grep version | head -n 1 | cut -f 2 -d ">" | cut -f 1 -d "<"`

While the Dashboard showing "Incredible PBX 15.0.17.24.1 'pbx' " which is the version of the Framework
Bash:
cat /var/www/html/admin/modules/framework/module.xml | grep '<version>' | head -n 1
#        <version>15.0.17.24.1</version>

Is there any logic for the different preference
 

Members online

No members online now.

Forum statistics

Threads
26,686
Messages
174,406
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top