Difference between revisions of "MOR's Core version"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
On command prompt, issue:
On command prompt, issue:


  asterisk -vvrx 'module show like mor'
  asterisk -vvrx 'mor show status' | grep Version


You should get something like:
You should get something like:


  app_mor.so                    MOR Billing Solution v0.6          0
  Version: 9.1.15


This means you have 0.6 version of app_mor.so


 
This means you have 9.1.15 version of app_mor.so (MOR's core)
Starting from MOR 0.7, you can use:
 
mor show status

Latest revision as of 17:05, 25 March 2011

On command prompt, issue:

asterisk -vvrx 'mor show status' | grep Version

You should get something like:

Version: 9.1.15


This means you have 9.1.15 version of app_mor.so (MOR's core)