Page 1 of 1

vicidial version and asterisk version

PostPosted: Thu Feb 11, 2010 7:20 pm
by mg1
how may I know the version being used on my machine using CLI?

any help will be highly appriciated

PostPosted: Mon Feb 15, 2010 12:05 pm
by webgurru
Hi,

If you type asterisk -r on root prompt, first line will read asterisk version

Best regards,

Re: vicidial version and asterisk version

PostPosted: Sun Dec 30, 2012 3:00 pm
by ctc_olsen
Sorry to dig up this old post. How about the Vicidial version? Is this it?

[xxxx@go astguiclient]# cat /usr/src/astguiclient/version
2.2.1

I'm also confused because at the admin page, it says

VERSION: 2.2.1-237
BUILD: 100510-2015

Re: vicidial version and asterisk version

PostPosted: Sat Feb 23, 2013 11:31 am
by williamconley
grep "build = '" /srv/www/htdocs/vicidial/admin.php -n -R

cat /var/log/boot.msg | grep CPU0

dmidecode | grep Product

If your system does not respond to any of these, just search the files being grep'd instead. But with most of ours these commands work nicely to just grab the value we want.