Hi all,
to check currently installed Asterisk version, I ran :
core show version
and I got Asterisk GIT-master-533f4e0 built by root @ ip-xx-xx-xx-xx on a x86_64 running Linux on 2018-07-12 11:29:22 UTC
I have built the Asterisk after pulling from Asterisk Github master branch. Also I couldn’t find commit with ID 533f4e0 if that’s what it is.
Please let me know if someone knows a way to find Asterisk version.
Thanks,
Balraj Singh Saini
jcolp
October 8, 2018, 7:00pm
2
That should point to the commit hash, but otherwise there is no way. That is the available information. If you have the source tree you could do a “git log” to show you the last commit in it.
2 Likes
Oops my bad. Thanks. Seems like I made some changes after forking it and was checking it in Asterisk repo.
1 Like
if you check /var/log/asterisk/messages
or
cat /var/log/asterisk/messages | grep Astersik*
that worked for me