Dongle for GSM gateway installation on Freepbx 15 - Asterisk 16.13.0

Hello

I migrated to Freepbx server from Raspberry to Freepbx version 15 on Intel NUC.
Even i restored my working backup, the dongle for outbound routes is no longer recognized.

The asterix commands are also no longer accepted:
dongle show devices
dongle show device state dongle0

Could someone tell me how to setup a Huawei dongle on Freepbx 15 ?
Is there a tuto somewhere , i did not find any.

Many thanks for your help,

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.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.