I have installed Naf’s modified asterisk with GVsip code:
I am getting this error:
Could not determine Asterisk version (got: Asterisk GIT-master-2fd0a875d4 built by root @ myhost on a x86_64 running Linux on 2018-06-30 16:00:25 UTC). Please report this
The only relevant post I found for this error is here:
The post says that If you checkout using a branch that you wont have this error, I did use the gvsip branch but maybe I didn’t do it right?
git clone https://github.com/naf419/asterisk.git --branch gvsip
cd asterisk
./configure
make
make install
here is the output when installing freepbx:
/usr/src/freepbx# ./install -n
Assuming you are Database Root
Checking if SELinux is enabled...Its not (good)!
Reading /etc/asterisk/asterisk.conf...Done
Checking if Asterisk is running and we can talk to it as the 'asterisk' user...Error!
Could not determine Asterisk version (got: Asterisk GIT-master-2fd0a875d4 built by root @ myhost on a x86_64 running Linux on 2018-06-30 16:00:25 UTC). Please report this.
The other post says “Force Asterisk Version” can be used, but I think that option is only available after freepbx is installed, and I am getting hung up on installation of FreePBX.
If I could change the way I am using github to correctly report the version of Asterisk that would be preferable, or maybe there is a way to specify the asterisk version when building it so that it reports that info instead of Asterisk GIT-master-2fd0a875d4
I appreciate any help, thank you.