If anyone is trying to scratch install the latest svn version of Vicidial,
do take this into account because most (atleast all the one's I've seen) of the online installation sources still don't have it.
I've also made an effort to inform those contributors as well.
My specs where I've tried are as follows:
1. CentOS 6.9 - (Later intend to try the newer version 7)
2. The Vici team has updated their Asterisk patch and is now Asterisk-11.22.00-vici
3. Vici 2.14.xx & build is 201708xx (Very stable so far
)
Once you download the Asterisk-Vici and untar it,
first is this command
./configure --libdir=/usr/lib64 (for 64bit OS and just ./configure for 32bit)
Error encountered will be similar to this:
Last two lines are:
checking for sqlite3_open in -lsqlite3... no
configure: error: *** Asterisk now uses SQLite3 for the internal Asterisk database
even though when you check the initial installs this is there === yum install sqlite
missing package is sqlite-devel so just yum install sqlite-devel or append it to your install manual.
Then proceed with make menuselect and don't forget to select app-meetme.