ostridge
Guru
- Joined
- Jan 22, 2015
- Messages
- 1,813
- Reaction score
- 625
Your fPBXversion from pbxstatus shows
While the Dashboard showing "Incredible PBX 15.0.17.24.1 'pbx' " which is the version of the Framework
Is there any logic for the different preference
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