I checked that threat and it looks GIT repo has to be added to Asterisk to get dongles recognized.
I tried the following to process the installation but i get an error, when i enter that line:
aclocal && autoconf && automake -a
yum install asterisk16-devel
yum install sangoma-devel
yum -y install tcl asterisk16-devel make automake binutils
yum install git
cd /usr/src
git clone https://github.com/wdoekes/asterisk-chan-dongle.git
yum install automake autotools-dev autoconf
cd asterisk-chan-dongle
aclocal && autoconf && automake -a
—>
[root@Freepbx asterisk-chan-dongle]# aclocal && autoconf && automake -a
configure.ac:6: installing ‘./config.guess’
configure.ac:6: installing ‘./config.sub’
configure.ac:7: installing ‘./install-sh’
configure.ac:7: installing ‘./missing’
automake: error: no ‘Makefile.am’ found for any configure output
Once fixed i should try to enter the following:
./configure --with-astversion=16.13.0
make
make install
cp chan_dongle.so /usr/lib64/asterisk/modules/
cp etc/dongle.conf /etc/asterisk
I’m stuck, many thanks for your help.